Date: Wed, 20 Jan 2016 14:57:53 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406754 - head/devel/pecl-raphf Message-ID: <201601201457.u0KEvrqi089344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601201457.u0KEvrqi089344>