diff options
author | martymac <martymac@FreeBSD.org> | 2012-12-12 15:42:34 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-12-12 15:42:34 +0800 |
commit | 0ea746cc5aabb6be06b78166bdde008d738be805 (patch) | |
tree | ca30bf88659dc1a073cb457ed572290fc69e8f1f /lang | |
parent | c2fd96e80216fabbdf126842a6f4e16c7f655ae8 (diff) | |
download | freebsd-ports-gnome-0ea746cc5aabb6be06b78166bdde008d738be805.tar.gz freebsd-ports-gnome-0ea746cc5aabb6be06b78166bdde008d738be805.tar.zst freebsd-ports-gnome-0ea746cc5aabb6be06b78166bdde008d738be805.zip |
- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]
PR: ports/171297 [1]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
Diffstat (limited to 'lang')
-rw-r--r-- | lang/hiphop-php/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index bb4f2089612e..5c02dc6bff3d 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -7,7 +7,7 @@ PORTNAME= hiphop-php PORTVERSION= 0.0.20120716 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/tarball/${GITVERSION}/:main \ http://unicode.org/Public/UNIDATA/:unidata \ |