diff options
author | josef <josef@FreeBSD.org> | 2004-12-02 13:42:32 +0000 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-12-02 13:42:32 +0000 |
commit | b296345368e163385a2353ca29dfbc2115f1a6e2 (patch) | |
tree | 8ba2c1a78753703e71bba3b88ad89db915f599ca /net/jabberd/Makefile | |
parent | 7ae5af2c4a63adb3cd0b0e9827ec1ec06467d31c (diff) | |
download | FreeBSD-ports-b296345368e163385a2353ca29dfbc2115f1a6e2.zip FreeBSD-ports-b296345368e163385a2353ca29dfbc2115f1a6e2.tar.gz |
Update port to 2.0.5 (2.0s5). Based on submission by maintainer.
Submitted by: maintainer
PR: ports/74565
Approved by: pav
Tested by: simon
Diffstat (limited to 'net/jabberd/Makefile')
-rw-r--r-- | net/jabberd/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 84f7ba4..c13042d 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -6,10 +6,10 @@ # PORTNAME= jabberd -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ -DISTNAME= ${PORTNAME}-2.0s4 +DISTNAME= ${PORTNAME}-2.0s5 DIST_SUBDIR= jabber MAINTAINER= kirk@strauser.com @@ -17,7 +17,6 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn -FORBIDDEN= "http://www.vuxml.org/freebsd/553224e7-4325-11d9-a3d5-000c6e8f12ef.html" GNU_CONFIGURE= yes USE_OPENSSL= yes USE_ICONV= yes @@ -25,9 +24,8 @@ USE_RC_SUBR= yes CONFIGURE_ARGS= --localstatedir=/var \ --enable-ssl \ --with-extra-include-path=${LOCALBASE}/include${EIP} \ - --with-extra-library-path=${LOCALBASE}/lib${ELP} - -CONFIGURE_ARGS+=--enable-fs + --with-extra-library-path=${LOCALBASE}/lib${ELP} \ + --enable-fs RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} |