diff options
author | wiz <wiz> | 2015-08-18 07:31:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-08-18 07:31:00 +0000 |
commit | f44007f1d36be71ccf6c0594934e15fbab3b2039 (patch) | |
tree | e72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /www/sqtop | |
parent | 7a0a2c8b588c81e9183cb071ac6d842063d1c93a (diff) | |
download | pkgsrc-f44007f1d36be71ccf6c0594934e15fbab3b2039.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 'www/sqtop')
-rw-r--r-- | www/sqtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile index 50fb7a2a32f..293a196bf30 100644 --- a/www/sqtop/Makefile +++ b/www/sqtop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/08/17 17:11:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:19 wiz Exp $ DISTNAME= sqtop-2013-12-17 PKGNAME= ${DISTNAME:C/([0-9])-/\1/g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://sqtop.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |