git: 7695063756fa - main - sysutils/torque: deprecate
- Reply: Thierry Thomas : "Re: git: 7695063756fa - main - sysutils/torque: deprecate"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 23:31:00 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=7695063756fa08ce4e47ff15053fc6b31ac29690 commit 7695063756fa08ce4e47ff15053fc6b31ac29690 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-12-06 23:33:05 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-12-08 23:29:37 +0000 sysutils/torque: deprecate The last real opensource release and update other that ports infrastructure fixes was in 2013. WWW and MASTER_SITE are both dead. --- sysutils/torque/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 1f687a30f244..9171332aae16 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -1,6 +1,6 @@ PORTNAME= torque PORTVERSION= 2.5.13 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ @@ -12,6 +12,9 @@ WWW= http://www.adaptivecomputing.com/products/open-source/torque/ BROKEN_aarch64= fails to link: missing sbrk BROKEN_riscv64= fails to link: missing sbrk +DEPRECATED= unfetchable, upstream no longer open source +EXPIRATION_DATE= 2023-12-31 + FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool GNU_CONFIGURE= yes