diff options
author | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
commit | d1ab9d853324b73f460ac520827debf52af8e300 (patch) | |
tree | b794b1007e5af77b45d83e1bbdd128fb3a78557a /lang/parrot | |
parent | ee477ba551a67e89c546c4a9f07b5880a2172851 (diff) | |
download | pkgsrc-d1ab9d853324b73f460ac520827debf52af8e300.tar.gz |
Revbump after graphics/jpeg and textproc/icu
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 59a88a9cb32..18066d19168 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.68 2013/01/25 19:18:09 reed Exp $ +# $NetBSD: Makefile,v 1.69 2013/01/26 21:36:34 adam Exp $ # VERSION= 4.8.0 RTYPE= devel DISTNAME= parrot-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 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 0d10b024701..c7116be52b1 100644 --- a/lang/parrot/buildlink3.mk +++ b/lang/parrot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:53:42 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2013/01/26 21:36:34 adam 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>=4.1.0nb1 +BUILDLINK_ABI_DEPENDS.parrot+= parrot>=4.8.0nb2 BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot .include "../../textproc/icu/buildlink3.mk" |