svn commit: r406754 - head/devel/pecl-raphf
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jan 20 14:57:54 UTC 2016
Author: vanilla
Date: Wed Jan 20 14:57:53 2016
New Revision: 406754
URL: https://svnweb.freebsd.org/changeset/ports/406754
Log:
1: add gmake to USES to fix building of www/pecl-http.
2: bump version.
PR: dweimer at dweimer.net
Modified:
head/devel/pecl-raphf/Makefile
Modified: head/devel/pecl-raphf/Makefile
==============================================================================
--- head/devel/pecl-raphf/Makefile Wed Jan 20 14:57:02 2016 (r406753)
+++ head/devel/pecl-raphf/Makefile Wed Jan 20 14:57:53 2016 (r406754)
@@ -3,6 +3,7 @@
PORTNAME= raphf
PORTVERSION= 1.1.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^1.*
-USES= tar:tgz
+USES= gmake tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
More information about the svn-ports-head
mailing list