diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:06:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:06:42 +0000 |
commit | 44f3341199deb2ceabbc54177537b68bfbb7e58c (patch) | |
tree | 9fdd5693b9bed335444b93de1be9b6c24add0cd6 /lang/parrot | |
parent | adab52564381f6b4adeb2126613d7149cf3e6247 (diff) | |
download | pkgsrc-44f3341199deb2ceabbc54177537b68bfbb7e58c.tar.gz |
*: Recursive revbump from textproc/icu-68.1
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 4 | ||||
-rw-r--r-- | lang/parrot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 77107c9cddb..49086ac91de 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.102 2020/09/13 13:03:37 mef Exp $ +# $NetBSD: Makefile,v 1.103 2020/11/05 09:06:58 ryoon Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 23 +PKGREVISION= 24 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 4652d3d1603..c090b027126 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.30 2020/06/02 08:22:46 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.31 2020/11/05 09:06:58 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.0nb22 +BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb24 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" |