diff options
author | obache <obache@pkgsrc.org> | 2009-08-12 02:31:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-08-12 02:31:18 +0000 |
commit | 10f2a473d4432e70dbe4b28be2d24c2ad48bf488 (patch) | |
tree | 8b57037f47be96134a6d3e46f3215345152f0510 /lang/parrot | |
parent | 54c9b25a8dcc9a1a4b52f60e6b7cf73565cae06e (diff) | |
download | pkgsrc-10f2a473d4432e70dbe4b28be2d24c2ad48bf488.tar.gz |
recursive bump for icu shlib version change except already done.
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 3 | ||||
-rw-r--r-- | lang/parrot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1395634b2c9..3079ca2ab3b 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2009/07/27 08:23:10 he Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/12 02:31:18 obache Exp $ # VERSION= 1.4.0 RTYPE= stable DISTNAME= parrot-${VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ diff --git a/lang/parrot/buildlink3.mk b/lang/parrot/buildlink3.mk index a81ca717750..37deb5155de 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2009/03/25 23:01:48 he Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2009/08/12 02:31:18 obache Exp $ BUILDLINK_TREE+= parrot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= parrot PARROT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0 -BUILDLINK_ABI_DEPENDS.parrot?= parrot>=1.0.0 +BUILDLINK_ABI_DEPENDS.parrot?= parrot>=1.4.0nb1 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" |