svn commit: r384080 - head/net-im/openfire

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 16 01:51:05 UTC 2015


Author: amdmi3
Date: Thu Apr 16 01:51:04 2015
New Revision: 384080
URL: https://svnweb.freebsd.org/changeset/ports/384080

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/openfire/Makefile

Modified: head/net-im/openfire/Makefile
==============================================================================
--- head/net-im/openfire/Makefile	Thu Apr 16 01:51:03 2015	(r384079)
+++ head/net-im/openfire/Makefile	Thu Apr 16 01:51:04 2015	(r384080)
@@ -19,13 +19,15 @@ OPTIONS_DEFINE=	DOCS PLUGINS
 OPTIONS_DEFAULT=PLUGINS
 PLUGINS_DESC=	Install bundled plugins
 
-USES=		dos2unix zip
+USES=		cpe dos2unix zip
 DOS2UNIX_FILES=	src/java/org/jivesoftware/openfire/server/ServerDialback.java
 USE_LDCONFIG=	yes
 USE_ANT=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6 1.7
 
+CPE_VENDOR=	igniterealtime
+
 ALL_TARGET=	openfire
 USE_RC_SUBR=	openfire
 SUB_FILES+=	pkg-message


More information about the svn-ports-head mailing list