diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 19:29:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 19:29:39 +0800 |
commit | 5f110cb92dbd2df654ea863c71faa67bbce4e623 (patch) | |
tree | f9c4498f74761e2cfe89cc66c8399867ba4e4568 /lang | |
parent | db398658e74661c7450138220f241b0cd60478e5 (diff) | |
download | freebsd-ports-graphics-5f110cb92dbd2df654ea863c71faa67bbce4e623.tar.gz freebsd-ports-graphics-5f110cb92dbd2df654ea863c71faa67bbce4e623.tar.zst freebsd-ports-graphics-5f110cb92dbd2df654ea863c71faa67bbce4e623.zip |
- Update to 4.3.0
- Sort BUILD_DEPENDS
- Remove trailing blank line in Makefile.common
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://www.parrot.org/news/2012/Parrot-4.3.0
http://www.parrot.org/news/2012/Parrot-4.2.0
http://www.parrot.org/news/2012/Parrot-4.1.0
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 10 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 3 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 7ff36890728..b51e1d8ca35 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -15,17 +15,17 @@ COMMENT= Parrot - virtual machine for dynamic languages LICENSE= ART20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ + ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - icudata.48:${PORTSDIR}/devel/icu +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + icudata:${PORTSDIR}/devel/icu MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes USE_BISON= build -USE_PERL5= 5.8.0+ +USE_PERL5= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common index 141215cbf6d..c9f76976934 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,3 @@ # $FreeBSD$ -PARROT_VERSION= 4.0.0 - +PARROT_VERSION= 4.3.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 51754139550..28920ff631d 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-4.0.0.tar.bz2) = a1e0bc3de509b247b2cea4863cc202cdceeaa329729416115d3c20a162a0dd88 -SIZE (parrot-4.0.0.tar.bz2) = 4304293 +SHA256 (parrot-4.3.0.tar.bz2) = 5c3f5ba2de06f6adb53b7835374a4f3e0601ec63e8a1d1dba6c6a07e12cc2990 +SIZE (parrot-4.3.0.tar.bz2) = 4322552 |