diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 07:09:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 07:09:07 +0800 |
commit | 79e1a83e414e54f2b087c20cd4925a0fab93e0bc (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /lang | |
parent | e239e0d9a0a9c0259b3a19b1d2c30586f4c14854 (diff) | |
download | freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.tar.gz freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.tar.zst freebsd-ports-gnome-79e1a83e414e54f2b087c20cd4925a0fab93e0bc.zip |
Chase icu, graphite2 and libexttextcat bump
Diffstat (limited to 'lang')
-rw-r--r-- | lang/hiphop-php/Makefile | 27 | ||||
-rw-r--r-- | lang/parrot/Makefile | 7 | ||||
-rw-r--r-- | lang/rakudo/Makefile | 2 |
3 files changed, 14 insertions, 22 deletions
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index 5c02dc6bff3d..a819fb65cc93 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: hiphop -# Date created: 20120712 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hiphop-php PORTVERSION= 0.0.20120716 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/tarball/${GITVERSION}/:main \ http://unicode.org/Public/UNIDATA/:unidata \ @@ -36,20 +32,19 @@ LICENSE_DISTFILES_UNICODE= EastAsianWidth.txt \ 8859-11.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT 8859-16.TXT LICENSE_DISTFILES_ZEND200= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -LIB_DEPENDS= icudata.48:${PORTSDIR}/devel/icu \ +LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \ boost_thread:${PORTSDIR}/devel/boost-libs \ execinfo:${PORTSDIR}/devel/libexecinfo \ - tbb.4:${PORTSDIR}/devel/tbb \ - gd.4:${PORTSDIR}/graphics/gd \ - mcrypt.8:${PORTSDIR}/security/libmcrypt \ - onig.1:${PORTSDIR}/devel/oniguruma4 \ - pcre.3:${PORTSDIR}/devel/pcre \ - expat.6:${PORTSDIR}/textproc/expat2 \ - memcached.10:${PORTSDIR}/databases/libmemcached \ - c-client4.9:${PORTSDIR}/mail/cclient + tbb:${PORTSDIR}/devel/tbb \ + gd:${PORTSDIR}/graphics/gd \ + mcrypt:${PORTSDIR}/security/libmcrypt \ + onig:${PORTSDIR}/devel/oniguruma4 \ + pcre:${PORTSDIR}/devel/pcre \ + expat:${PORTSDIR}/textproc/expat2 \ + memcached:${PORTSDIR}/databases/libmemcached \ + c-client4:${PORTSDIR}/mail/cclient OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS NLS_DESC= Depend on gettext (required if binutils have NLS) _EXTDIR= share/hiphop-php/ext diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 953190d3bf86..732b332019c3 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: parrot -# Date created: 15 April 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ diff --git a/lang/rakudo/Makefile b/lang/rakudo/Makefile index 88e523d2f5cd..abc3c7af7800 100644 --- a/lang/rakudo/Makefile +++ b/lang/rakudo/Makefile @@ -3,7 +3,7 @@ PORTNAME= rakudo PORTVERSION= 2012.09 -PORTEPOCH= 3 +PORTEPOCH= 4 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/ DISTNAME= ${PORTNAME}-star-${PORTVERSION} |