git: 647447d53c89 - main - sysutils/torque: Saving Private Torque!
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 11:01:51 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=647447d53c8949fd1743b87c619cf2b656fbd42d commit 647447d53c8949fd1743b87c619cf2b656fbd42d Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-12-30 10:58:54 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-12-30 10:58:54 +0000 sysutils/torque: Saving Private Torque! - Postpone the expiration date; - Update the site URL; - Set the license; - Prepare MASTER_SITES from GitHub. If someoneā¢ could find some time to upgrade it, note that the latest tags are not on the master branch. --- sysutils/torque/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 9171332aae16..1f3b44335b20 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -1,19 +1,28 @@ PORTNAME= torque PORTVERSION= 2.5.13 PORTREVISION= 3 +#DISTVERSIONPREFIX= v +#DISTVERSION= 6.1.3h5 PORTEPOCH= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source distributed computing resource manager based on PBS -WWW= http://www.adaptivecomputing.com/products/open-source/torque/ +WWW= https://adaptivecomputing.com/cherry-services/torque-resource-manager/ + +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/PBS_License_2.5.txt + +DEPRECATED= unfetchable, upstream no longer open source +EXPIRATION_DATE= 2024-06-30 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 +#USE_GITHUB= yes +#GH_ACCOUNT= adaptivecomputing +#GH_TAGNAME= 4decc71 FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} USES= gmake perl5 libtool