diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 00:09:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 00:09:13 +0800 |
commit | e74c951e987a7146de9bf71ce10a846dd84b6a69 (patch) | |
tree | 077ac991919b700d0ef11654a3a15c5c1661a377 /sysutils | |
parent | f35570e3706ea9db1038c4815629b5fd281b2f34 (diff) | |
download | freebsd-ports-gnome-e74c951e987a7146de9bf71ce10a846dd84b6a69.tar.gz freebsd-ports-gnome-e74c951e987a7146de9bf71ce10a846dd84b6a69.tar.zst freebsd-ports-gnome-e74c951e987a7146de9bf71ce10a846dd84b6a69.zip |
- Switch devel/hwloc to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Add LICENSE_FILE
- While here, fix stagedir reference in www/trafficserver
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/slurm-hpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/slurm-hpc/Makefile b/sysutils/slurm-hpc/Makefile index 025b44f9de5e..4307feeef920 100644 --- a/sysutils/slurm-hpc/Makefile +++ b/sysutils/slurm-hpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 2.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ |