[74349] trunk/dports/devel/gpgme/Portfile

michaelld at macports.org michaelld at macports.org
Mon Dec 13 12:40:48 PST 2010


Revision: 74349
          http://trac.macports.org/changeset/74349
Author:   michaelld at macports.org
Date:     2010-12-13 12:40:42 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
gpgme: upgrade to version 1.3.0; add dependency to libassuan, which seems to fix +universal building (ticket #24369) when not using variant +smime (also works with that variant and +universal).

Modified Paths:
--------------
    trunk/dports/devel/gpgme/Portfile

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2010-12-13 20:34:40 UTC (rev 74348)
+++ trunk/dports/devel/gpgme/Portfile	2010-12-13 20:40:42 UTC (rev 74349)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,5 +4,5 @@
 
 name                gpgme
-version             1.2.0
+version             1.3.0
 categories          devel security crypto
 maintainers         boeyms openmaintainer
@@ -21,14 +22,13 @@
 master_sites        gnupg
 use_bzip2           yes
 
-checksums           md5     508ee686bd275d908d1dc1938810e045 \
-                    sha1    2f4f6c4b85f2b5a2c4dcf2167342ed6c41efcd1c \
-                    rmd160  1bc3e7b432cf8ff1c22cdbc8fbe3d1dc36a3c447
+checksums           md5     4784e3c6086c9c25e9a1b4d9f7c5aa96 \
+                    sha1    0db69082abfbbbaf86c3ab0906f5137de900da73 \
+                    rmd160  9699ba5cb991459e41af46112914cac221a9b69d
 
-#patchfiles          patch-assuan_assuan.h.diff
+depends_lib         port:gnupg port:pth port:libgpg-error \
+                    port:libassuan
 
-depends_lib         port:gnupg port:pth port:libgpg-error
-
 use_parallel_build  no
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101213/097b358b/attachment.html>


More information about the macports-changes mailing list