[139059] trunk/dports/security/pinentry

ionic at macports.org ionic at macports.org
Thu Jul 30 13:59:47 PDT 2015


Revision: 139059
          https://trac.macports.org/changeset/139059
Author:   ionic at macports.org
Date:     2015-07-30 13:59:47 -0700 (Thu, 30 Jul 2015)
Log Message:
-----------
pinentry: update to 0.9.5. Now depends upon libassuan and libgpg-error. Patch has been upstreamed, so remove it.

Modified Paths:
--------------
    trunk/dports/security/pinentry/Portfile

Removed Paths:
-------------
    trunk/dports/security/pinentry/files/

Modified: trunk/dports/security/pinentry/Portfile
===================================================================
--- trunk/dports/security/pinentry/Portfile	2015-07-30 20:59:41 UTC (rev 139058)
+++ trunk/dports/security/pinentry/Portfile	2015-07-30 20:59:47 UTC (rev 139059)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        pinentry
-version                     0.9.4
+version                     0.9.5
 revision                    0
 categories                  security
 license                     GPL-2+
@@ -21,11 +21,9 @@
 
 use_bzip2                   yes
 
-checksums                   rmd160  f33a69e4808a19ff1f7d58b42f82c2dbc9ff7c89 \
-                            sha256  4b8835bb738d464542b62020ff6b8f649a621540edb61c4cbfe0c894538ee2e0
+checksums                   rmd160  526cce33b4178fe86d64a6f48b01e90ec964dd10 \
+                            sha256  6a57fd3afc0d8aaa5599ffcb3ea4e7c42c113a181e8870122203ea018384688c
 
-patchfiles                  patch-pinentry_pinentry-curses.c-don_t-force-ncursesw-include-dir.diff
-
 configure.args              --with-libiconv-prefix=${prefix} \
                             --with-ncurses-include-dir=${prefix}/include/ncurses \
                             --enable-pinentry-curses \
@@ -42,7 +40,9 @@
 
 depends_build               port:pkgconfig
 depends_lib                 port:libiconv \
-                            port:ncurses
+                            port:ncurses \
+                            port:libassuan \
+                            port:libgpg-error
 
 # Remove after 11-14-2015.
 variant gtk1 requires gtk2 description {Legacy compatibility variant for gtk2. Will be removed soon.} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150730/99a60639/attachment.html>


More information about the macports-changes mailing list