diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-30 10:58:54 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-30 10:58:54 +0000 |
| commit | 647447d53c8949fd1743b87c619cf2b656fbd42d (patch) | |
| tree | 0063139e1e10f6d0b0dc27ebfa8e1e289bd7cd31 /sysutils | |
| parent | 5fa10f90532b8707765e683c13de0d29ec26a3ee (diff) | |
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/torque/Makefile | 15 |
1 files 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 |
