summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-09-18 09:52:56 +0000
committermaya <maya@pkgsrc.org>2017-09-18 09:52:56 +0000
commit2ece6387179637c993b1b28ed7918b8b68b369fa (patch)
treea7f9b2825573b3779524d8ae4301eb77dc07592b /lang/parrot
parentf5872a0e3d161a958fd812d18b79e4f019bba508 (diff)
downloadpkgsrc-2ece6387179637c993b1b28ed7918b8b68b369fa.tar.gz
revbump for requiring ICU 59.x
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 fa16c992a46..a17972e728c 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2017/08/19 00:23:58 jlam Exp $
+# $NetBSD: Makefile,v 1.88 2017/09/18 09:53:01 maya Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
-PKGREVISION= 12
+PKGREVISION= 13
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 3acb5e337f5..98a90775c13 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2017/04/22 21:03:12 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2017/09/18 09:53:01 maya 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.0nb12
+BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb13
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"