svn commit: r379742 - head/devel/pecl-spread
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 03:50:41 UTC 2015
Author: vanilla
Date: Tue Feb 24 03:50:40 2015
New Revision: 379742
URL: https://svnweb.freebsd.org/changeset/ports/379742
QAT: https://qat.redports.org/buildarchive/r379742/
Log:
1: switch to USES=tar:tgz
2: switch to DEFAULT_VERSIONS.
Modified:
head/devel/pecl-spread/Makefile
Modified: head/devel/pecl-spread/Makefile
==============================================================================
--- head/devel/pecl-spread/Makefile Tue Feb 24 03:48:55 2015 (r379741)
+++ head/devel/pecl-spread/Makefile Tue Feb 24 03:50:40 2015 (r379742)
@@ -7,7 +7,6 @@ PORTREVISION= 2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports at FreeBSD.org
@@ -18,10 +17,11 @@ LICENSE= PHP301
BUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
+USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_PHP_VER=53
+DEFAULT_VERSIONS+= php=53
-CONFIGURE_ARGS+=--with-spread=${LOCALBASE}
+CONFIGURE_ARGS+= --with-spread=${LOCALBASE}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list