diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-12-04 05:17:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-12-04 05:17:03 +0000 |
commit | e46b432b0ed13da53a2815225113f52577f86d5d (patch) | |
tree | f746272dee6583f36204dffaedbc4a0715372c36 /lang/parrot | |
parent | 1053e1da58d04fc8d3a31a3bfd648f46f4fee6fe (diff) | |
download | pkgsrc-e46b432b0ed13da53a2815225113f52577f86d5d.tar.gz |
Recursive revbump from textproc/icu 58.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 e6fcb899efe..16666e5cefb 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2016/07/09 06:38:26 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2016/12/04 05:17:08 ryoon Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 10 +PKGREVISION= 11 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 b0f6a589de8..bccc8da225d 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2016/04/11 19:01:35 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2016/12/04 05:17:08 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.0nb9 +BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb11 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" |