svn commit: r382472 - head/www/axis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:17:55 UTC 2015


Author: sunpoet
Date: Sat Mar 28 12:17:54 2015
New Revision: 382472
URL: https://svnweb.freebsd.org/changeset/ports/382472
QAT: https://qat.redports.org/buildarchive/r382472/

Log:
  - Add CPE information
  
  PR:		198958
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/www/axis/Makefile

Modified: head/www/axis/Makefile
==============================================================================
--- head/www/axis/Makefile	Sat Mar 28 12:17:48 2015	(r382471)
+++ head/www/axis/Makefile	Sat Mar 28 12:17:54 2015	(r382472)
@@ -18,6 +18,9 @@ OPTIONS_SINGLE=		AS
 OPTIONS_SINGLE_AS=	TOMCAT6 TOMCAT7
 OPTIONS_DEFAULT=	TOMCAT6
 
+USES=		cpe
+CPE_VENDOR=	apache
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTOMCAT6}


More information about the svn-ports-head mailing list