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 /misc/dialog | |
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 'misc/dialog')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 96266e0a94d..fbf92aed168 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2015/07/03 15:08:24 sborrill Exp $ +# $NetBSD: Makefile,v 1.76 2015/08/18 07:31:01 wiz Exp $ DISTNAME= dialog-1.2-20150528 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/buildlink3.mk b/misc/dialog/buildlink3.mk index 51d0117f9c6..c81e2b9dbaa 100644 --- a/misc/dialog/buildlink3.mk +++ b/misc/dialog/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2014/09/07 20:14:12 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2015/08/18 07:31:01 wiz Exp $ BUILDLINK_TREE+= dialog @@ -6,6 +6,7 @@ BUILDLINK_TREE+= dialog DIALOG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dialog+= dialog>=1.1.20080819nb1 +BUILDLINK_ABI_DEPENDS.dialog?= dialog>=1.2.20150528nb2 BUILDLINK_PKGSRCDIR.dialog?= ../../misc/dialog .include "../../mk/curses.buildlink3.mk" |