svn commit: r382880 - in head/www: mod_perl2 mod_python33 mod_python35

Olli Hauer ohauer at FreeBSD.org
Tue Mar 31 22:14:09 UTC 2015


Author: ohauer
Date: Tue Mar 31 22:14:06 2015
New Revision: 382880
URL: https://svnweb.freebsd.org/changeset/ports/382880
QAT: https://qat.redports.org/buildarchive/r382880/

Log:
  - add CPE information
  
  PR:		199025
  PR:		199026
  PR:		199027
  Submitted by:	shun <shun.fbsd.pr _at_ dropcut.net>

Modified:
  head/www/mod_perl2/Makefile
  head/www/mod_python33/Makefile
  head/www/mod_python35/Makefile

Modified: head/www/mod_perl2/Makefile
==============================================================================
--- head/www/mod_perl2/Makefile	Tue Mar 31 21:58:52 2015	(r382879)
+++ head/www/mod_perl2/Makefile	Tue Mar 31 22:14:06 2015	(r382880)
@@ -24,9 +24,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 SUB_FILES=	pkg-message
 SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
 USE_APACHE=	22+
-USES=		gmake perl5
+USES=		cpe gmake perl5
 USE_PERL5=	configure
 USE_CSTD=	gnu89
+CPE_VENDOR=	apache
 
 .include <bsd.port.pre.mk>
 

Modified: head/www/mod_python33/Makefile
==============================================================================
--- head/www/mod_python33/Makefile	Tue Mar 31 21:58:52 2015	(r382879)
+++ head/www/mod_python33/Makefile	Tue Mar 31 22:14:06 2015	(r382880)
@@ -19,7 +19,8 @@ LICENSE=	APACHE20
 CONFLICTS_INSTALL=	ap2[24]-mod_python3[^3]*
 
 USE_APACHE=	22
-USES=		python tar:tgz
+USES=		cpe python tar:tgz
+CPE_VENDOR=	apache
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-apxs="${APXS}"		\

Modified: head/www/mod_python35/Makefile
==============================================================================
--- head/www/mod_python35/Makefile	Tue Mar 31 21:58:52 2015	(r382879)
+++ head/www/mod_python35/Makefile	Tue Mar 31 22:14:06 2015	(r382880)
@@ -20,7 +20,8 @@ LICENSE=	APACHE20
 CONFLICTS_INSTALL=	ap2[24]-mod_python3[^5]*
 
 USE_APACHE=	22+
-USES=		python tar:tgz
+USES=		cpe python tar:tgz
+CPE_VENDOR=	apache
 
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-apxs="${APXS}"		\


More information about the svn-ports-head mailing list