git: d35c39c95c61 - main - sysutils/kf5-kwallet: lighten dependencies
Adriaan de Groot
adridg at FreeBSD.org
Tue Jul 6 20:34:12 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d35c39c95c61fbb47a639bdb3a79057cbf1843e4
commit d35c39c95c61fbb47a639bdb3a79057cbf1843e4
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-05 13:29:12 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-06 20:32:49 +0000
sysutils/kf5-kwallet: lighten dependencies
- doesn't need boost at all
- migrate doctools to the _build (end) of the USE_KDE list
---
sysutils/kf5-kwallet/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile
index 629b103779d4..a0ab124366ae 100644
--- a/sysutils/kf5-kwallet/Makefile
+++ b/sysutils/kf5-kwallet/Makefile
@@ -1,12 +1,12 @@
PORTNAME= kwallet
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-frameworks
MAINTAINER= kde at FreeBSD.org
COMMENT= KF5 secure and unified container for user passwords
LIB_DEPENDS= libassuan.so:security/libassuan \
- libboost_system.so:devel/boost-libs \
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
@@ -15,12 +15,13 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
- doctools_build ecm i18n iconthemes notifications service \
- widgetsaddons windowsystem
+ ecm i18n iconthemes notifications service \
+ widgetsaddons windowsystem \
+ doctools_build
USE_QT= buildtools_build core dbus gui qmake_build widgets xml
-OPTIONS_DEFINE= PINENTRY
-OPTIONS_DEFAULT= PINENTRY
+OPTIONS_DEFINE= PINENTRY
+OPTIONS_DEFAULT= PINENTRY
PINENTRY_DESC= Include pinentry-qt, for wallet passwords
PINENTRY_RUN_DEPENDS= pinentry-qt5:security/pinentry-qt5
More information about the dev-commits-ports-all
mailing list