svn commit: r383991 - head/textproc/xalan-j

Bartek Rutkowski robak at FreeBSD.org
Tue Apr 14 09:51:48 UTC 2015


Author: robak
Date: Tue Apr 14 09:51:46 2015
New Revision: 383991
URL: https://svnweb.freebsd.org/changeset/ports/383991

Log:
  textproc/xalan-j: add CPE information
  
  - Maintainer's timeout (ale at FreeBSD.org)
  
  PR:		199035
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/textproc/xalan-j/Makefile

Modified: head/textproc/xalan-j/Makefile
==============================================================================
--- head/textproc/xalan-j/Makefile	Tue Apr 14 09:32:46 2015	(r383990)
+++ head/textproc/xalan-j/Makefile	Tue Apr 14 09:51:46 2015	(r383991)
@@ -17,7 +17,9 @@ RUN_DEPENDS=	${JAVALIBDIR}/xml-apis.jar:
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		zip
+USES=		cpe zip
+CPE_PRODUCT=	xalan-java
+CPE_VENDOR=	apache
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes


More information about the svn-ports-head mailing list