diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-13 00:33:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-13 00:33:16 +0800 |
commit | 8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb (patch) | |
tree | 33393f2c733ce35e9962e37f9feef0849035d2ad /polish/kadu | |
parent | 9cab4e24217324ab6db5ce0063eecb7bde546b67 (diff) | |
download | freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.tar.gz freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.tar.zst freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.zip |
- Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
support SSLv2
Approved by: kde (rakuco)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index a1dddc0d1bea..40550be29c23 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -3,6 +3,7 @@ PORTNAME= kadu PORTVERSION= 1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ @@ -27,7 +28,6 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ libgadu.so:${PORTSDIR}/polish/libgadu \ libotr.so:${PORTSDIR}/security/libotr \ libenchant.so:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl # TODO ntrack and ntrack-qt (needs porting) ? # TODO separate ports for plugins and themes (possible starting with 0.10) |