Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 18:38:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368411 - in head/lang: php5 php53 php55 php56
Message-ID:  <201409171838.s8HIcJDV001543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171838.s8HIcJDV001543>