diff options
Diffstat (limited to 'net-im/openfire/Makefile')
-rw-r--r-- | net-im/openfire/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index a068d21de8d9..4fdacb7797d0 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -6,10 +6,11 @@ # PORTNAME= openfire -DISTVERSION= 3.7.0.beta +PORTVERSION= 3.6.4 +PORTEPOCH= 1 CATEGORIES= net-im java -MASTER_SITES= http://www.igniterealtime.org/downloadServlet?filename=openfire/ -DISTNAME= ${PORTNAME}_src_${DISTVERSION:S/./_/g} +MASTER_SITES= http://download.igniterealtime.org/openfire/ +DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} MAINTAINER= gahr@FreeBSD.org COMMENT= Openfire (formerly Wildfire) is an enterprise instant messaging server @@ -23,7 +24,7 @@ JAVA_VERSION= 1.5+ CONFLICTS= wildfire-[0-9]* -ALL_TARGET= openfire plugins +ALL_TARGET= openfire USE_RC_SUBR= openfire SUB_FILES= pkg-message |