summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-06-02 08:22:31 +0000
committeradam <adam@pkgsrc.org>2020-06-02 08:22:31 +0000
commit0c9653ffa991492dacf3bcd4d70693a7cb2a1d8b (patch)
tree4b76e80283e16e135441c0ad59b8896fab793cb4 /lang/parrot
parent615f0d51f15e2d397ce85e7e5e7addfe48c1c6a7 (diff)
downloadpkgsrc-0c9653ffa991492dacf3bcd4d70693a7cb2a1d8b.tar.gz
Revbump for 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 2b64b81ddae..8069f9c548a 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.98 2020/05/22 19:44:23 rillig Exp $
+# $NetBSD: Makefile,v 1.99 2020/06/02 08:22:46 adam Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
-PKGREVISION= 21
+PKGREVISION= 22
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 ee1ba674424..4652d3d1603 100644
--- a/lang/parrot/buildlink3.mk
+++ b/lang/parrot/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.29 2020/04/12 08:27:58 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.30 2020/06/02 08:22:46 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.0nb21
+BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb22
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"