[93573] trunk/dports/mail/gnupg2

ryandesign at macports.org ryandesign at macports.org
Sun May 27 00:31:20 PDT 2012


Revision: 93573
          https://trac.macports.org/changeset/93573
Author:   ryandesign at macports.org
Date:     2012-05-27 00:31:20 -0700 (Sun, 27 May 2012)
Log Message:
-----------
gnupg2: update to 2.0.19; license GPL-3+; installs_libs no; remove long-unneeded manual setting of MACOSX_DEPLOYMENT_TARGET

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile
    trunk/dports/mail/gnupg2/files/patch-configure.diff
    trunk/dports/mail/gnupg2/files/patch-tests__openpgp__Makefile.in.diff

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2012-05-27 07:30:36 UTC (rev 93572)
+++ trunk/dports/mail/gnupg2/Portfile	2012-05-27 07:31:20 UTC (rev 93573)
@@ -4,9 +4,12 @@
 PortSystem      1.0
 
 name            gnupg2
-version         2.0.18
+version         2.0.19
 categories      mail security
 maintainers     waqar
+license         GPL-3+
+installs_libs   no
+
 description     GNU pretty-good-privacy package
 long_description        \
         GnuPG is a complete and free replacement for PGP. Because       \
@@ -21,8 +24,8 @@
 
 use_bzip2       yes
 
-checksums       sha1    5ec2f718760cc3121970a140aeea004b64545c46 \
-                rmd160  15e3de278285a3989563d9a8e2ad133113f1cd91
+checksums       rmd160  026b5c5fa2b21c3586f325f48ff1420c987b88a7 \
+                sha256  efa23a8a925adb51c7d3b708c25b6d000300f5ce37de9bdec6453be7b419c622
 
 # 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,
@@ -64,11 +67,6 @@
 test.dir        ${worksrcpath}/tests
 test.target     check
 
-platform darwin {
-        configure.env-append    MACOSX_DEPLOYMENT_TARGET=10.3
-        build.env-append        MACOSX_DEPLOYMENT_TARGET=10.3
-}
-
 # See also the post-patch above.
 # Apparently we have no way of forcing gnupg2 to build without DirMngr support,
 # so we have to just hope we don't run into any problems.

Modified: trunk/dports/mail/gnupg2/files/patch-configure.diff
===================================================================
--- trunk/dports/mail/gnupg2/files/patch-configure.diff	2012-05-27 07:30:36 UTC (rev 93572)
+++ trunk/dports/mail/gnupg2/files/patch-configure.diff	2012-05-27 07:31:20 UTC (rev 93573)
@@ -1,5 +1,5 @@
---- configure.orig	2011-09-02 21:26:08.000000000 -0400
-+++ configure	2011-09-02 21:26:08.000000000 -0400
+--- configure.orig	2012-03-27 03:22:50.000000000 -0500
++++ configure	2012-05-27 02:11:40.000000000 -0500
 @@ -558,7 +558,7 @@
  MAKEFLAGS=
  
@@ -7,5 +7,5 @@
 -PACKAGE_NAME='gnupg'
 +PACKAGE_NAME='gnupg2'
  PACKAGE_TARNAME='gnupg'
- PACKAGE_VERSION='2.0.18'
- PACKAGE_STRING='gnupg 2.0.18'
+ PACKAGE_VERSION='2.0.19'
+ PACKAGE_STRING='gnupg 2.0.19'

Modified: trunk/dports/mail/gnupg2/files/patch-tests__openpgp__Makefile.in.diff
===================================================================
--- trunk/dports/mail/gnupg2/files/patch-tests__openpgp__Makefile.in.diff	2012-05-27 07:30:36 UTC (rev 93572)
+++ trunk/dports/mail/gnupg2/files/patch-tests__openpgp__Makefile.in.diff	2012-05-27 07:31:20 UTC (rev 93573)
@@ -1,5 +1,5 @@
---- tests/openpgp/Makefile.in.orig	2011-09-02 21:26:08.000000000 -0400
-+++ tests/openpgp/Makefile.in	2011-09-02 21:26:08.000000000 -0400
+--- tests/openpgp/Makefile.in.orig	2012-03-27 03:22:48.000000000 -0500
++++ tests/openpgp/Makefile.in	2012-05-27 02:13:21.000000000 -0500
 @@ -286,11 +286,11 @@
  
  
@@ -9,8 +9,8 @@
                  ../../tools/gpg-connect-agent
  
  TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
--		    ../../agent/gpg-agent --quiet --daemon sh 
-+		    gpg-agent --quiet --daemon sh 
+-		    ../../agent/gpg-agent --quiet --daemon sh
++		    gpg-agent --quiet --daemon sh
  
  TESTS = version.test mds.test \
  	decrypt.test decrypt-dsa.test \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/82fce281/attachment.html>


More information about the macports-changes mailing list