diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 11:09:16 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-14 11:09:16 +0000 |
commit | cbfa894960be092c857813e30de4a757c7d24dae (patch) | |
tree | 33237469693a3ad86376bfbb673be14bf4755da6 /net | |
parent | 9de0af7c511c66013f938adf2de5cfbdea97869a (diff) | |
download | ports-cbfa894960be092c857813e30de4a757c7d24dae.tar.gz ports-cbfa894960be092c857813e30de4a757c7d24dae.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/kget-kde4/Makefile | 4 | ||||
-rw-r--r-- | net/kget/Makefile | 3 | ||||
-rw-r--r-- | net/qoauth-qt5/Makefile | 3 | ||||
-rw-r--r-- | net/qoauth/Makefile | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/net/kget-kde4/Makefile b/net/kget-kde4/Makefile index 34e76b9f7f81..39c14cd1af10 100644 --- a/net/kget-kde4/Makefile +++ b/net/kget-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= KDE download manager LIB_DEPENDS= libgpgme.so:security/gpgme \ libktorrent.so:net-p2p/libktorrent-kde4 \ libmms.so:net/libmms \ - libqca.so:devel/qca \ + libqca.so:devel/qca@qt4 \ libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 shebangfix sqlite tar:xz diff --git a/net/kget/Makefile b/net/kget/Makefile index db606932a88f..22c160c5c5ad 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -2,6 +2,7 @@ PORTNAME= kget DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,7 @@ LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ - libqca-qt5.so:devel/qca-qt5 \ + libqca-qt5.so:devel/qca@qt5 \ libqgpgme.so:security/gpgme-qt5 USES= cmake:outsource kde:5 shebangfix sqlite tar:xz diff --git a/net/qoauth-qt5/Makefile b/net/qoauth-qt5/Makefile index b09c1bd3b8c7..8203a8b36697 100644 --- a/net/qoauth-qt5/Makefile +++ b/net/qoauth-qt5/Makefile @@ -4,6 +4,7 @@ PORTNAME= qoauth PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net devel security PKGNAMESUFFIX= -qt5 @@ -13,7 +14,7 @@ COMMENT= Qt5 support for OAuth-powered network services LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5 +LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 USES= qmake:outsource USE_LDCONFIG= yes diff --git a/net/qoauth/Makefile b/net/qoauth/Makefile index b6ffdd32c2ac..650c8ec7fffc 100644 --- a/net/qoauth/Makefile +++ b/net/qoauth/Makefile @@ -4,6 +4,7 @@ PORTNAME= qoauth PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net devel security MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ COMMENT= Qt 4 support for OAuth-powered network services LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libqca.so:devel/qca +LIB_DEPENDS= libqca.so:devel/qca@qt4 USES= qmake:outsource USE_LDCONFIG= yes |