diff options
author | makc <makc@FreeBSD.org> | 2015-03-24 17:48:40 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-03-24 17:48:40 +0800 |
commit | cd9200afe83444694e0f6666065e65623f690008 (patch) | |
tree | 719aac9faaf7d1f9e401a5f956f6a026a9e65e96 /security | |
parent | 1aac69ac42919c859f669f53fa8a9198fd151d58 (diff) | |
download | freebsd-ports-gnome-cd9200afe83444694e0f6666065e65623f690008.tar.gz freebsd-ports-gnome-cd9200afe83444694e0f6666065e65623f690008.tar.zst freebsd-ports-gnome-cd9200afe83444694e0f6666065e65623f690008.zip |
security/pinentry:
- Update to 0.9.1
- Remove no longer needed patch
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry-curses/Makefile | 2 | ||||
-rw-r--r-- | security/pinentry-gtk2/Makefile | 2 | ||||
-rw-r--r-- | security/pinentry-qt4/Makefile | 2 | ||||
-rw-r--r-- | security/pinentry/Makefile | 4 | ||||
-rw-r--r-- | security/pinentry/distinfo | 4 | ||||
-rw-r--r-- | security/pinentry/files/patch-qt4__Makefile.in | 11 |
6 files changed, 7 insertions, 18 deletions
diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile index b1e9c69f4501..edfdaf9517c4 100644 --- a/security/pinentry-curses/Makefile +++ b/security/pinentry-curses/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Curses version of the GnuPG password dialog diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile index 805001d1adc6..f450f6b15137 100644 --- a/security/pinentry-gtk2/Makefile +++ b/security/pinentry-gtk2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= GTK+ 2.0 version of the GnuPG password dialog diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile index 7d2e0bb748df..de012637cc15 100644 --- a/security/pinentry-qt4/Makefile +++ b/security/pinentry-qt4/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Qt 4 version of the GnuPG password dialog diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 0f919a902e4d..98bf0cd7587c 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pinentry -PORTVERSION= 0.9.0 -PORTREVISION?= 2 +PORTVERSION= 0.9.1 +PORTREVISION?= 0 CATEGORIES= security MASTER_SITES= GNUPG/pinentry diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index e847ada53526..9049d49f6364 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,2 +1,2 @@ -SHA256 (pinentry-0.9.0.tar.bz2) = 90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab -SIZE (pinentry-0.9.0.tar.bz2) = 464272 +SHA256 (pinentry-0.9.1.tar.bz2) = 9cd08e856b395df3adc7124170b53f77c6d5c8bf88e899e818648ec70d3e9695 +SIZE (pinentry-0.9.1.tar.bz2) = 482295 diff --git a/security/pinentry/files/patch-qt4__Makefile.in b/security/pinentry/files/patch-qt4__Makefile.in deleted file mode 100644 index c0cc1873e079..000000000000 --- a/security/pinentry/files/patch-qt4__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./qt4/Makefile.in.orig 2009-06-19 04:57:52.000000000 +0400 -+++ ./qt4/Makefile.in 2009-06-23 23:09:45.000000000 +0400 -@@ -84,7 +84,7 @@ - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -+ $(AM_CXXFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) - CXXLD = $(CXX) - CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ - -o $@ |