summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorobache <obache>2009-08-12 02:31:18 +0000
committerobache <obache>2009-08-12 02:31:18 +0000
commit48029f68e37cc70a677988e87e76b6d6f7af923a (patch)
tree8b57037f47be96134a6d3e46f3215345152f0510 /lang/parrot
parent5c70681c7efdfa71e4c6c75f1fccff28c0d4fb69 (diff)
downloadpkgsrc-48029f68e37cc70a677988e87e76b6d6f7af923a.tar.gz
recursive bump for icu shlib version change except already done.
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 1395634b2c9..3079ca2ab3b 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2009/07/27 08:23:10 he Exp $
+# $NetBSD: Makefile,v 1.19 2009/08/12 02:31:18 obache Exp $
#
VERSION= 1.4.0
RTYPE= stable
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 a81ca717750..37deb5155de 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2009/03/25 23:01:48 he Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2009/08/12 02:31:18 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>=1.0.0
+BUILDLINK_ABI_DEPENDS.parrot?= parrot>=1.4.0nb1
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"