diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 21:58:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-03 21:58:32 +0800 |
commit | 18fbde77a90bed088c4fdae5513f815ee6baad23 (patch) | |
tree | 6b7e52c84578467afe680a185c36a97a0a2a09b9 /net-im/jabberd | |
parent | ab1b221875648a1700b90c267a3d8c19bcaa283b (diff) | |
download | freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.tar.gz freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.tar.zst freebsd-ports-gnome-18fbde77a90bed088c4fdae5513f815ee6baad23.zip |
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 05e6ccacf6d4..7c18e90d869d 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -3,7 +3,7 @@ PORTNAME= jabberd DISTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} @@ -24,11 +24,10 @@ OPTIONS_SINGLE_SASL= CYRUS GSASL OPTIONS_DEFAULT=MYSQL DEBUG GSASL OPTIONS_SUB= yes -USE_XZ= yes GNU_CONFIGURE= yes USE_PERL5= run USE_OPENSSL= yes -USES= iconv perl5 compiler:c11 +USES= iconv perl5 compiler:c11 tar:xz USE_RC_SUBR= jabberd USE_LDCONFIG= ${PREFIX}/lib/jabberd CONFIGURE_ARGS+= --localstatedir=/var \ |