summaryrefslogtreecommitdiff
path: root/devel/ruby-curses
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-18 07:31:00 +0000
committerwiz <wiz>2015-08-18 07:31:00 +0000
commit06085c8ab329fbfb746b17b91877a5cc94888245 (patch)
treee72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /devel/ruby-curses
parente82b63b5c07907e7519c5b2aa7202d65727ae109 (diff)
downloadpkgsrc-06085c8ab329fbfb746b17b91877a5cc94888245.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 'devel/ruby-curses')
-rw-r--r--devel/ruby-curses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index ef9f31e25ad..b5205fa7ee2 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2014/03/16 07:23:38 taca Exp $
+# $NetBSD: Makefile,v 1.19 2015/08/18 07:31:05 wiz Exp $
#
DISTNAME= ${RUBY_DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL}
RUBY_EXTNAME= curses
CATEGORIES= devel ruby