diff options
author | adam <adam@pkgsrc.org> | 2017-11-30 16:45:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-30 16:45:00 +0000 |
commit | 09fa3271d0abf82fe48d2f5405d2bcb3d2bb3f52 (patch) | |
tree | a579ff5b8000b293e8b5995d89fff41976d0fa72 /lang/parrot | |
parent | 92a767282ab2c8327b3a1d522a2f671427fda8f8 (diff) | |
download | pkgsrc-09fa3271d0abf82fe48d2f5405d2bcb3d2bb3f52.tar.gz |
Revbump after textproc/icu update
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 a17972e728c..113f1a06ae1 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.88 2017/09/18 09:53:01 maya Exp $ +# $NetBSD: Makefile,v 1.89 2017/11/30 16:45:04 adam Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 13 +PKGREVISION= 14 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 98a90775c13..222baeb9cc6 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.23 2017/09/18 09:53:01 maya Exp $ +# $NetBSD: buildlink3.mk,v 1.24 2017/11/30 16:45:04 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.0nb13 +BUILDLINK_ABI_DEPENDS.parrot+= parrot>=5.7.0nb14 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" |