svn commit: r382443 - head/devel/apr2

Mark Felder feld at FreeBSD.org
Fri Mar 27 23:42:51 UTC 2015


Author: feld
Date: Fri Mar 27 23:42:49 2015
New Revision: 382443
URL: https://svnweb.freebsd.org/changeset/ports/382443
QAT: https://qat.redports.org/buildarchive/r382443/

Log:
  Add CPE support
  
  PR:	198957

Modified:
  head/devel/apr2/Makefile

Modified: head/devel/apr2/Makefile
==============================================================================
--- head/devel/apr2/Makefile	Fri Mar 27 22:06:46 2015	(r382442)
+++ head/devel/apr2/Makefile	Fri Mar 27 23:42:49 2015	(r382443)
@@ -19,7 +19,10 @@ NO_PACKAGE=	yes
 
 SNAPDATE=	20140626144503
 
-USES=			tar:xz iconv perl5 pathfix libtool python:2,build
+USES=			cpe tar:xz iconv perl5 pathfix libtool python:2,build
+CPE_PRODUCT=	apr-util
+CPE_VENDOR=	apache
+CPE_VERSION=	${PORTVERSION:S|.${SNAPDATE}||}
 USE_AUTOTOOLS=		automake:env autoconf:env libtoolize:env
 USE_PERL5=		build
 USE_LDCONFIG=		yes


More information about the svn-ports-head mailing list