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

devans at macports.org devans at macports.org
Thu Apr 30 20:37:38 PDT 2009


Revision: 50449
          http://trac.macports.org/changeset/50449
Author:   devans at macports.org
Date:     2009-04-30 20:37:38 -0700 (Thu, 30 Apr 2009)
Log Message:
-----------
gpgme: update to version 1.1.8, fix livecheck.

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

Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile	2009-05-01 03:14:19 UTC (rev 50448)
+++ trunk/dports/devel/gpgme/Portfile	2009-05-01 03:37:38 UTC (rev 50449)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                gpgme
-version             1.1.7
+version             1.1.8
 categories          devel security crypto
 maintainers         boeyms openmaintainer
 description         A library for easy acces to GnuPG.
@@ -21,9 +21,9 @@
 master_sites        gnupg
 use_bzip2           yes
 
-checksums           md5     0f9347890339d491241fbdb8812673ff \
-                    sha1    c735bb90431667e3d020aa3adcf0efa858c992af \
-                    rmd160  e9ab630a4389d66718f4aca8b7aa275c83a1fa25
+checksums           md5     39bd929d5f3dc6d3d91cf465ec91b4af \
+                    sha1    e56da614f3e6acc1cb51af767c77f4a95b05b1e8 \
+                    rmd160  ce6ac04c120a932178ff690c338dbf6b54c93257
 
 patchfiles          patch-assuan_assuan.h.diff
 
@@ -32,7 +32,7 @@
 use_parallel_build  no
 
 post-patch {
-    reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/gpgme/gpgme-config.in
+    reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/src/gpgme-config.in
 }
 
 configure.args      --with-gpg=${prefix}/bin/gpg --enable-static
@@ -65,5 +65,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url   ftp://ftp.gnupg.org/gcrypt/gpgme/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090430/020fdd77/attachment.html>


More information about the macports-changes mailing list