summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-10 09:39:41 +0000
committerobache <obache@pkgsrc.org>2011-06-10 09:39:41 +0000
commit64124cf5700eea62c53f59b9d7511678e57af32e (patch)
tree14764f02e608246e86c9899accb883da120c97ea /lang/parrot
parent566df4e7640694f68a89731ee70ece5086145518 (diff)
downloadpkgsrc-64124cf5700eea62c53f59b9d7511678e57af32e.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"