aboutsummaryrefslogtreecommitdiffstats
path: root/net/qoauth
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-01-13 00:33:16 +0800
committertijl <tijl@FreeBSD.org>2015-01-13 00:33:16 +0800
commit8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb (patch)
tree33393f2c733ce35e9962e37f9feef0849035d2ad /net/qoauth
parent9cab4e24217324ab6db5ce0063eecb7bde546b67 (diff)
downloadfreebsd-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 'net/qoauth')
-rw-r--r--net/qoauth/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/qoauth/Makefile b/net/qoauth/Makefile
index a782467736e3..c30250d1a3ac 100644
--- a/net/qoauth/Makefile
+++ b/net/qoauth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qoauth
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= net devel security
MASTER_SITES= http://files.ayoy.net/qoauth/release/${PORTVERSION}/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -10,9 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 4 support for OAuth-powered network services
-BUILD_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl
LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca
-RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl
USES= qmake tar:bzip2
USE_LDCONFIG= yes