svn commit: r368411 - in head/lang: php5 php53 php55 php56

Antoine Brodin antoine at FreeBSD.org
Wed Sep 17 18:38:20 UTC 2014


Author: antoine
Date: Wed Sep 17 18:38:18 2014
New Revision: 368411
URL: http://svnweb.freebsd.org/changeset/ports/368411
QAT: https://qat.redports.org/buildarchive/r368411/

Log:
  Php extensions are built from the same source tarball as php and should
  have the same CPE identifier
  
  Discussed with:	des@
  With hat:	portmgr

Modified:
  head/lang/php5/Makefile
  head/lang/php53/Makefile
  head/lang/php55/Makefile
  head/lang/php56/Makefile

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Wed Sep 17 18:30:04 2014	(r368410)
+++ head/lang/php5/Makefile	Wed Sep 17 18:38:18 2014	(r368411)
@@ -17,14 +17,13 @@ LICENSE=	PHP301
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 
 USES=		tar:bzip2 cpe
+CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
 .if !defined(PKGNAMESUFFIX)
 USE_AUTOTOOLS=	autoconf
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-CPE_PRODUCT=	php
-
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \

Modified: head/lang/php53/Makefile
==============================================================================
--- head/lang/php53/Makefile	Wed Sep 17 18:30:04 2014	(r368410)
+++ head/lang/php53/Makefile	Wed Sep 17 18:38:18 2014	(r368411)
@@ -15,13 +15,12 @@ COMMENT=	PHP Scripting Language
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 
 USES=		tar:bzip2 cpe
+CPE_PRODUCT=	php
 .if !defined(PKGNAMESUFFIX)
 USE_AUTOTOOLS=	autoconf
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-CPE_PRODUCT=	php
-
 CONFIGURE_ARGS=	\
 		--with-layout=GNU \
 		--localstatedir=/var \

Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile	Wed Sep 17 18:30:04 2014	(r368410)
+++ head/lang/php55/Makefile	Wed Sep 17 18:38:18 2014	(r368411)
@@ -17,14 +17,13 @@ LICENSE=	PHP301
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 
 USES=		tar:bzip2 cpe
+CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
 .if !defined(PKGNAMESUFFIX)
 USE_AUTOTOOLS=	autoconf
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-CPE_PRODUCT=	php
-
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \

Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile	Wed Sep 17 18:30:04 2014	(r368410)
+++ head/lang/php56/Makefile	Wed Sep 17 18:38:18 2014	(r368411)
@@ -17,14 +17,13 @@ LICENSE=	PHP301
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 
 USES=		tar:bzip2 cpe
+CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
 .if !defined(PKGNAMESUFFIX)
 USE_AUTOTOOLS=	autoconf
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-CPE_PRODUCT=	php
-
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \


More information about the svn-ports-head mailing list