From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 18:38:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29D0321C; Wed, 17 Sep 2014 18:38:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 096FC754; Wed, 17 Sep 2014 18:38:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HIcJK3001547; Wed, 17 Sep 2014 18:38:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HIcJDV001543; Wed, 17 Sep 2014 18:38:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409171838.s8HIcJDV001543@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Sep 2014 18:38:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 18:38:20 -0000 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 \