Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 22:14:07 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382880 - in head/www: mod_perl2 mod_python33 mod_python35
Message-ID:  <201503312214.t2VME76i046594@svn.freebsd.org>

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



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