svn commit: r384701 - head/java/netty

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 25 02:50:56 UTC 2015


Author: amdmi3
Date: Sat Apr 25 02:50:55 2015
New Revision: 384701
URL: https://svnweb.freebsd.org/changeset/ports/384701

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/java/netty/Makefile

Modified: head/java/netty/Makefile
==============================================================================
--- head/java/netty/Makefile	Sat Apr 25 01:50:49 2015	(r384700)
+++ head/java/netty/Makefile	Sat Apr 25 02:50:55 2015	(r384701)
@@ -13,7 +13,8 @@ COMMENT=	Java NIO client server framewor
 LICENSE=	APACHE20
 
 USE_JAVA=	yes
-USES=		tar:bzip2
+USES=		cpe tar:bzip2
+CPE_VENDOR=	netty_project
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 DATADIR=	${PREFIX}/share/${UNIQUENAME}


More information about the svn-ports-all mailing list