summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-04-06 08:17:13 +0000
committeradam <adam@pkgsrc.org>2015-04-06 08:17:13 +0000
commita784c588d1ebd5b3a06fdf04e76230047b290b77 (patch)
treea523f3904b6aa6f0a1aa31b562d1917dd735e589 /lang/parrot
parent7d901be4a84cab8cfad89ca5bfd931cc0e527e68 (diff)
downloadpkgsrc-a784c588d1ebd5b3a06fdf04e76230047b290b77.tar.gz
Revbump after updating textproc/icu
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile4
-rw-r--r--lang/parrot/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 0fbdf366a5a..9a501d9ca0e 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2014/10/07 16:47:12 adam Exp $
+# $NetBSD: Makefile,v 1.80 2015/04/06 08:17:15 adam Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${PARROT_RTYPE}/${PARROT_VERSION}/
diff --git a/lang/parrot/buildlink3.mk b/lang/parrot/buildlink3.mk
index cdad86e7af5..a13a358c13a 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2014/10/07 16:47:12 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2015/04/06 08:17:15 adam Exp $
BUILDLINK_TREE+= parrot
@@ -8,7 +8,7 @@ PARROT_BUILDLINK3_MK:=
.include "../../lang/parrot/version.mk"
BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0
-BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb5
+BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb6
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"