Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 16:54:43 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356520 - head/lang/php5
Message-ID:  <201406041654.s54GshTe000305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Jun  4 16:54:43 2014
New Revision: 356520
URL: http://svnweb.freebsd.org/changeset/ports/356520
QAT: https://qat.redports.org/buildarchive/r356520/

Log:
  Add CPE information.
  
  With hat:	ports-secteam

Modified:
  head/lang/php5/Makefile

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Wed Jun  4 16:54:38 2014	(r356519)
+++ head/lang/php5/Makefile	Wed Jun  4 16:54:43 2014	(r356520)
@@ -16,13 +16,15 @@ LICENSE=	PHP301
 
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
 
-USES=		tar:bzip2
+USES=		tar:bzip2 cpe
 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?201406041654.s54GshTe000305>