svn commit: r394948 - in head/security: pinentry pinentry-gnome3
Koop Mast
kwm at FreeBSD.org
Fri Aug 21 12:26:24 UTC 2015
Author: kwm
Date: Fri Aug 21 12:26:22 2015
New Revision: 394948
URL: https://svnweb.freebsd.org/changeset/ports/394948
Log:
Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.
PR: 202509
Submitted by: myself
Approved by: maintainer (makc@)
Modified:
head/security/pinentry-gnome3/Makefile
head/security/pinentry/Makefile
Modified: head/security/pinentry-gnome3/Makefile
==============================================================================
--- head/security/pinentry-gnome3/Makefile Fri Aug 21 12:05:01 2015 (r394947)
+++ head/security/pinentry-gnome3/Makefile Fri Aug 21 12:26:22 2015 (r394948)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pinentry
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= GNOME 3 version of the GnuPG password dialog
Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile Fri Aug 21 12:05:01 2015 (r394947)
+++ head/security/pinentry/Makefile Fri Aug 21 12:26:22 2015 (r394948)
@@ -80,6 +80,7 @@ LIBSECRET_CONFIGURE_ENABLE= libsecret
LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret
.if ${PINENTRY_GUI} == "gnome3"
+OPTIONS_DEFAULT= LIBSECRET
USE_GNOME+= gtk20
LIB_DEPENDS+= libgcr-base-3.so:${PORTSDIR}/security/gcr
PLIST_FILES= bin/pinentry-gnome3
More information about the svn-ports-all
mailing list