summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorobache <obache>2011-06-10 09:39:41 +0000
committerobache <obache>2011-06-10 09:39:41 +0000
commitbe1261f26f9ef6a4ab990402c5ab1e7e82f021dc (patch)
tree14764f02e608246e86c9899accb883da120c97ea /lang/parrot
parent9b42a86ce144e35f04c77cbb0fb2e64569b1d502 (diff)
downloadpkgsrc-be1261f26f9ef6a4ab990402c5ab1e7e82f021dc.tar.gz
recursive bump from textproc/icu shlib major bump.
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile3
-rw-r--r--lang/parrot/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index b29fcea6fea..1b452969440 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2011/05/18 08:20:30 he Exp $
+# $NetBSD: Makefile,v 1.46 2011/06/10 09:39:41 obache Exp $
#
VERSION= 3.4.0
RTYPE= devel
DISTNAME= parrot-${VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/
diff --git a/lang/parrot/buildlink3.mk b/lang/parrot/buildlink3.mk
index 777db49ea43..add48fa78bb 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2010/12/17 07:36:12 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2011/06/10 09:39:41 obache Exp $
BUILDLINK_TREE+= parrot
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= parrot
PARROT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0
-BUILDLINK_ABI_DEPENDS.parrot?= parrot>=2.10.1nb1
+BUILDLINK_ABI_DEPENDS.parrot?= parrot>=3.4.0nb1
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"