Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 01:51:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384080 - head/net-im/openfire
Message-ID:  <201504160151.t3G1p5Og030725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504160151.t3G1p5Og030725>