summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-18 07:31:00 +0000
committerwiz <wiz@pkgsrc.org>2015-08-18 07:31:00 +0000
commit943faf64dbfe25eac5108b35598d14bd2341283a (patch)
treee72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /math/octave
parentc6269a4b362eb94372b04636fcd12efaf77508b0 (diff)
downloadpkgsrc-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 'math/octave')
-rw-r--r--math/octave/Makefile4
-rw-r--r--math/octave/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 09645b5817d..9ca8d3351f2 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.129 2015/08/17 17:11:19 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2015/08/18 07:31:01 wiz Exp $
DISTNAME= octave-${OCTAVE_VER}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
MASTER_SITES+= ftp://ftp.octave.org/pub/octave/
diff --git a/math/octave/buildlink3.mk b/math/octave/buildlink3.mk
index 5f956218ba4..e033bd85c3b 100644
--- a/math/octave/buildlink3.mk
+++ b/math/octave/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2015/08/17 17:11:19 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2015/08/18 07:31:01 wiz Exp $
BUILDLINK_TREE+= octave
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= octave
OCTAVE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.octave+= octave>=3.0.0
-BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb10
+BUILDLINK_ABI_DEPENDS.octave+= octave>=3.6.4nb11
BUILDLINK_PKGSRCDIR.octave?= ../../math/octave
.include "../../mk/bsd.fast.prefs.mk"