summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-04-03 00:32:25 +0000
committerryoon <ryoon@pkgsrc.org>2019-04-03 00:32:25 +0000
commit23d86e66cccf6d9cf73fe21550f9eb7cb32812ff (patch)
tree9aea9254d6b44f29a00cc08cd5f105100694ee14 /lang/parrot
parentfec2a4753ad0cb8dfccd38b7b8d14dcc8dd1c396 (diff)
downloadpkgsrc-23d86e66cccf6d9cf73fe21550f9eb7cb32812ff.tar.gz
Recursive revbump from 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 cd6b68f2e46..39f8cfc20be 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2018/12/09 18:52:03 adam Exp $
+# $NetBSD: Makefile,v 1.94 2019/04/03 00:32:50 ryoon Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
-PKGREVISION= 18
+PKGREVISION= 19
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 70dd0e8cf04..39161ebbf5e 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.27 2018/12/09 18:52:03 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2019/04/03 00:32:50 ryoon 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.0nb18
+BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb19
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"