svn commit: r386044 - head/java/jai

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 11 04:32:51 UTC 2015


Author: amdmi3
Date: Mon May 11 04:32:50 2015
New Revision: 386044
URL: https://svnweb.freebsd.org/changeset/ports/386044

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/java/jai/Makefile

Modified: head/java/jai/Makefile
==============================================================================
--- head/java/jai/Makefile	Mon May 11 03:39:14 2015	(r386043)
+++ head/java/jai/Makefile	Mon May 11 04:32:50 2015	(r386044)
@@ -11,7 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/./
 MAINTAINER=	java at FreeBSD.org
 COMMENT=	High performance image processing libraries for Java
 
-USES=		zip
+USES=		cpe zip
+CPE_VENDOR=	oracle
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g}


More information about the svn-ports-all mailing list