[113019] trunk/dports

jann at macports.org jann at macports.org
Wed Nov 6 17:09:21 PST 2013


Revision: 113019
          https://trac.macports.org/changeset/113019
Author:   jann at macports.org
Date:     2013-11-06 17:09:20 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
version 2.0.22

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile
    trunk/dports/security/gpg-agent/Portfile

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2013-11-07 01:08:17 UTC (rev 113018)
+++ trunk/dports/mail/gnupg2/Portfile	2013-11-07 01:09:20 UTC (rev 113019)
@@ -6,7 +6,7 @@
 # When updating gnupg2, update gpg-agent also if applicable.
 
 name            gnupg2
-version         2.0.21
+version         2.0.22
 categories      mail security
 maintainers     nomaintainer
 license         GPL-3+
@@ -26,8 +26,8 @@
 
 use_bzip2       yes
 
-checksums       rmd160  af86b72afed2a459fb54a56640e9d45ec1fe0992 \
-                sha256  00df8902c7cef4d2440d36ca2a45985853eb36c34a4163bc995c3578030eeef5
+checksums       rmd160  0d47b3218438c9ddf7f91b73f2a46bbefefdb106 \
+                sha256  437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251
 
 # gpg-agent is built separately from the rest of gnupg2 to enable gnupg 1.x
 # users to use gpg-agent as well.  gnupg2, however, requires gpg-agent to run,

Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile	2013-11-07 01:08:17 UTC (rev 113018)
+++ trunk/dports/security/gpg-agent/Portfile	2013-11-07 01:09:20 UTC (rev 113019)
@@ -1,59 +1,59 @@
 # $Id$
 
-PortSystem	1.0
+PortSystem  1.0
 
 # When updating gpg-agent, update gnupg2 also if applicable.
 
-name		gpg-agent
-version		2.0.21
-categories	security mail
-maintainers	nomaintainer
-license		GPL-3+
-installs_libs	no
+name            gpg-agent
+version         2.0.22
+categories      security mail
+maintainers     nomaintainer
+license         GPL-3+
+installs_libs   no
 
-description	GPG key agent
-long_description	gpg-agent is a key management agent similar \
-			in function to ssh-agent.
-homepage	http://www.gnupg.org
-platforms	darwin freebsd sunos
+description GPG key agent
+long_description    gpg-agent is a key management agent similar \
+                    in function to ssh-agent.
+homepage        http://www.gnupg.org
+platforms       darwin freebsd sunos
 distname        gnupg-${version}
 dist_subdir     gnupg2
 master_sites    gnupg:gnupg
 
-use_bzip2	yes
+use_bzip2       yes
 
-checksums           rmd160  af86b72afed2a459fb54a56640e9d45ec1fe0992 \
-                    sha256  00df8902c7cef4d2440d36ca2a45985853eb36c34a4163bc995c3578030eeef5
+checksums       rmd160  0d47b3218438c9ddf7f91b73f2a46bbefefdb106 \
+                sha256  437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251
 
-configure.args	--enable-agent-only \
-		--with-pinentry-pgm=${prefix}/bin/pinentry
+configure.args  --enable-agent-only \
+        --with-pinentry-pgm=${prefix}/bin/pinentry
 
 # glib fails to find the right stdint.h  It picks clang's internal one rather
 # than the system header
 configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h
 
-depends_lib	port:libiconv 		\
-		port:gettext 		\
-		port:zlib 		\
-		port:bzip2 		\
-		port:bison		\
-		port:libassuan		\
-		port:libksba		\
-		port:libgcrypt		\
-		port:libgpg-error	\
-		port:pth		\
-		port:pinentry
+depends_lib port:libiconv       \
+        port:gettext        \
+        port:zlib       \
+        port:bzip2      \
+        port:bison      \
+        port:libassuan      \
+        port:libksba        \
+        port:libgcrypt      \
+        port:libgpg-error   \
+        port:pth        \
+        port:pinentry
 
-patchfiles	patch-po_Makevars.diff
+patchfiles  patch-po_Makevars.diff
 
 post-destroot {
-	# Prevent conflict with gnupg2 port.
-	delete ${destroot}${prefix}/share/doc/gnupg/README
+    # Prevent conflict with gnupg2 port.
+    delete ${destroot}${prefix}/share/doc/gnupg/README
 }
 
 variant no_pinentry description {Do not use pinentry to handle user input} {
-	depends_lib-delete	port:pinentry
-	configure.args-delete	--with-pinentry-pgm=${prefix}/bin/pinentry
+    depends_lib-delete  port:pinentry
+    configure.args-delete   --with-pinentry-pgm=${prefix}/bin/pinentry
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/b1c845a7/attachment-0001.html>


More information about the macports-changes mailing list