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 /security | |
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 'security')
-rw-r--r-- | security/gsasl/Makefile | 4 | ||||
-rw-r--r-- | security/gsasl/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 82dd8856e479..be318af05482 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= GNU @@ -15,7 +15,7 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls \ libntlm.so:${PORTSDIR}/security/libntlm -USES= charsetfix pathfix perl5 pkgconfig +USES= charsetfix pathfix perl5 pkgconfig libtool USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/gsasl/pkg-plist b/security/gsasl/pkg-plist index 55e3f162874b..04887085a8ac 100644 --- a/security/gsasl/pkg-plist +++ b/security/gsasl/pkg-plist @@ -3,9 +3,9 @@ include/gsasl-compat.h include/gsasl-mech.h include/gsasl.h lib/libgsasl.a -lib/libgsasl.la lib/libgsasl.so -lib/libgsasl.so.16 +lib/libgsasl.so.7 +lib/libgsasl.so.7.9.6 libdata/pkgconfig/libgsasl.pc man/man1/gsasl.1.gz man/man3/gsasl_appinfo_get.3.gz |