aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabberd/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-18 00:29:41 +0800
committerpav <pav@FreeBSD.org>2005-04-18 00:29:41 +0800
commit8f7c0fc69743cb260951fdf3988ec6dc27039fe5 (patch)
tree68ded39a91ea0d7760e030b455111918fd005870 /net-im/jabberd/Makefile
parent916a22590956b77aa8b8d3020d515237805a68bf (diff)
downloadfreebsd-ports-graphics-8f7c0fc69743cb260951fdf3988ec6dc27039fe5.tar.gz
freebsd-ports-graphics-8f7c0fc69743cb260951fdf3988ec6dc27039fe5.tar.zst
freebsd-ports-graphics-8f7c0fc69743cb260951fdf3988ec6dc27039fe5.zip
- Update to 2.0.7
PR: ports/79993 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r--net-im/jabberd/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 0406b842448..ad2cbd4612c 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= jabberd
-PORTVERSION= 2.0.6
+PORTVERSION= 2.0.7
CATEGORIES= net
-MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/
-DISTNAME= ${PORTNAME}-2.0s6
+MASTER_SITES= http://files.jabberstudio.org/jabberd2/
+DISTNAME= ${PORTNAME}-2.0s7
DIST_SUBDIR= jabber
MAINTAINER= kirk@strauser.com
@@ -20,15 +20,13 @@ LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_ICONV= yes
-USE_RC_SUBR= yes
+USE_RC_SUBR= jabberd.sh
CONFIGURE_ARGS= --localstatedir=/var \
--enable-ssl \
--with-extra-include-path=${LOCALBASE}/include${EIP} \
--with-extra-library-path=${LOCALBASE}/lib${ELP} \
--enable-fs
-RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
-
.if !defined(WITHOUT_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif
@@ -83,10 +81,6 @@ pre-everything::
@${ECHO} "WITH_PAM use PAM for authentication"
@${ECHO}
-post-patch:
- @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
- ${FILESDIR}/jabberd.sh > ${WRKDIR}/jabberd.sh
-
pre-install:
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL