diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-31 09:15:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-31 09:15:07 +0800 |
commit | b888820175aa7ec00070716cb484e0beb541598d (patch) | |
tree | c8eb184fad13b41f2b88b5f9c52056152b99bb41 /sysutils/torque/Makefile | |
parent | 102eba8c69bdbe79221f2a794350eb1f67af5388 (diff) | |
download | freebsd-ports-gnome-b888820175aa7ec00070716cb484e0beb541598d.tar.gz freebsd-ports-gnome-b888820175aa7ec00070716cb484e0beb541598d.tar.zst freebsd-ports-gnome-b888820175aa7ec00070716cb484e0beb541598d.zip |
- Update to 2.1.5
- Remove RESTRICTED.
PR: ports/104677
Submitted by: maintainer (trasz <trasz_AT_pin dot if dot uz dot zgora dot pl>)
Diffstat (limited to 'sysutils/torque/Makefile')
-rw-r--r-- | sysutils/torque/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index e3b50afac9f7..2d72f555d3b7 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -6,14 +6,13 @@ # PORTNAME= torque -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.5 CATEGORIES= sysutils parallel MASTER_SITES= http://www.clusterresources.com/downloads/torque/ MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= Open source resource manager -RESTRICTED= Redistribution is only permitted for non-commercial, non-profit purposes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rcp=scp USE_GMAKE= yes |