diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
commit | 943faf64dbfe25eac5108b35598d14bd2341283a (patch) | |
tree | e72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /parallel | |
parent | c6269a4b362eb94372b04636fcd12efaf77508b0 (diff) | |
download | pkgsrc-943faf64dbfe25eac5108b35598d14bd2341283a.tar.gz |
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/clusterit/Makefile | 4 | ||||
-rw-r--r-- | parallel/hwloc/Makefile | 3 | ||||
-rw-r--r-- | parallel/slurm/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile index a5b8f51a613..ff5542a45ed 100644 --- a/parallel/clusterit/Makefile +++ b/parallel/clusterit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2012/09/11 20:36:17 asau Exp $ +# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:16 wiz Exp $ DISTNAME= clusterit-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/} diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile index 6365db20d4d..61ee41b974c 100644 --- a/parallel/hwloc/Makefile +++ b/parallel/hwloc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/08/15 21:27:46 asau Exp $ +# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:16 wiz Exp $ DISTNAME= hwloc-1.11.0 +PKGREVISION= 1 CATEGORIES= parallel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.11/downloads/ diff --git a/parallel/slurm/Makefile b/parallel/slurm/Makefile index 604051addb3..1b3bac99bf4 100644 --- a/parallel/slurm/Makefile +++ b/parallel/slurm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:55 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:16 wiz Exp $ DISTNAME= slurm-2.6.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= parallel MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ |