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 /shells | |
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 'shells')
-rw-r--r-- | shells/fish/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 3b1e1e96a4c..6b1469fba35 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/03/06 21:03:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:17 wiz Exp $ FISHVER= 2.1.2 DISTNAME= fish-${FISHVER} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${FISHVER}/ diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e9174023a2c..4c8e29ee1df 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2015/07/26 22:04:13 snj Exp $ +# $NetBSD: Makefile,v 1.71 2015/08/18 07:31:17 wiz Exp $ .include "../../shells/zsh/Makefile.common" ZSH_VERSION= 5.0.8 -PKGREVISION= 1 +PKGREVISION= 2 ZSH_MAINTAINER= uebayasi@NetBSD.org CONFIGURE_ARGS+= --disable-gdbm |