diff options
author | jkim <jkim@FreeBSD.org> | 2015-07-14 00:45:52 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-07-14 00:45:52 +0800 |
commit | 118f3ba09152f8edc35c909599c179f1812ebce6 (patch) | |
tree | 1c9c405fc314bc6f032a8772916d4a36bdf86b69 /security | |
parent | eb03cd8868e75222c477bf7f2ef22d9093f0bc0c (diff) | |
download | freebsd-ports-gnome-118f3ba09152f8edc35c909599c179f1812ebce6.tar.gz freebsd-ports-gnome-118f3ba09152f8edc35c909599c179f1812ebce6.tar.zst freebsd-ports-gnome-118f3ba09152f8edc35c909599c179f1812ebce6.zip |
- Update to 0.9.5.
- Disable LIBSECRET option for GTK2 by default. It does not work and broke
Thunderbird/Enigmail for me.
Approved by: makc (maintainer)
MFH: 2015Q3
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/distinfo | 4 | ||||
-rw-r--r-- | security/pinentry/files/patch-pinentry_Makefile.in | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index a03bf80437d9..bdf404d18ef7 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.5 PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= GNUPG/pinentry @@ -86,7 +86,6 @@ CONFIGURE_ARGS+=--disable-pinentry-qt4 .endif .if ${PINENTRY_GUI} == "gtk2" -OPTIONS_DEFAULT+= LIBSECRET USE_GNOME+= gtk20 PLIST_FILES= bin/pinentry-gtk-2 .else diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index 3a84d28c53fd..b50a966682ec 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,2 +1,2 @@ -SHA256 (pinentry-0.9.2.tar.bz2) = fd8bc1592ceb22bb492b07cb29b1b140bb882c859e6503b974254c0a4b4134d1 -SIZE (pinentry-0.9.2.tar.bz2) = 495742 +SHA256 (pinentry-0.9.5.tar.bz2) = 6a57fd3afc0d8aaa5599ffcb3ea4e7c42c113a181e8870122203ea018384688c +SIZE (pinentry-0.9.5.tar.bz2) = 514677 diff --git a/security/pinentry/files/patch-pinentry_Makefile.in b/security/pinentry/files/patch-pinentry_Makefile.in deleted file mode 100644 index 9ef228202a27..000000000000 --- a/security/pinentry/files/patch-pinentry_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -# Rearrange includes to prevent picking up libassuan headers from LOCALBASE - ---- pinentry/Makefile.in.orig 2015-05-11 13:32:13 UTC -+++ pinentry/Makefile.in -@@ -311,7 +311,7 @@ EXTRA_DIST = - @BUILD_LIBPINENTRY_CURSES_TRUE@pinentry_curses = libpinentry-curses.a - noinst_LIBRARIES = libpinentry.a $(pinentry_curses) - LDADD = $(COMMON_LIBS) --AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem -+AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem $(COMMON_CFLAGS) - libpinentry_a_SOURCES = pinentry.h pinentry.c argparse.c argparse.h \ - password-cache.h password-cache.c - |