[45919] trunk/dports/devel/libffi

mcalhoun at macports.org mcalhoun at macports.org
Sun Jan 25 07:32:18 PST 2009


Revision: 45919
          http://trac.macports.org/changeset/45919
Author:   mcalhoun at macports.org
Date:     2009-01-25 07:32:18 -0800 (Sun, 25 Jan 2009)
Log Message:
-----------
libffi: Update version 3.0.7 --> 3.0.8.
Improve livecheck.
Fixes #18062 (maintainer timeout).

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

Added Paths:
-----------
    trunk/dports/devel/libffi/files/patch-ffitarget.h.diff

Modified: trunk/dports/devel/libffi/Portfile
===================================================================
--- trunk/dports/devel/libffi/Portfile	2009-01-25 15:07:23 UTC (rev 45918)
+++ trunk/dports/devel/libffi/Portfile	2009-01-25 15:32:18 UTC (rev 45919)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                libffi
-version             3.0.7
+version             3.0.8
 categories          devel
 platforms           darwin
 maintainers         pguyot at kallisys.net
@@ -23,14 +23,14 @@
 
 homepage            http://sources.redhat.com/libffi/
 master_sites        ftp://sourceware.org/pub/libffi
-checksums           md5     810593f32406b2bfe44439ab1309648f \
-                    sha1    15bb5acbc77d7335369962bd080f945f323a2e4f \
-                    rmd160  d2afefa8932995beb12d838af03360e227cb396e
+checksums           md5     188a4f79fdac2310044b44b7d3918ef9 \
+                    sha1    ce44d10c39d9a37479c8777e206cac0f36c48712 \
+                    rmd160  4144f64e79ebf95161a6afd58ceaeef8372b5e57
 
-patchfiles          patch-include-Makefile-in.diff
+patchfiles          patch-include-Makefile-in.diff patch-ffitarget.h.diff
 
 universal_variant   no
 
-livecheck.url       ftp://sourceware.org/pub/libffi/md5.sum
-livecheck.check     md5
-livecheck.md5       34bbd45a4d7f553f7fa991b6b47452ec
+livecheck.url       ${homepage}
+livecheck.check     regex
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)

Added: trunk/dports/devel/libffi/files/patch-ffitarget.h.diff
===================================================================
--- trunk/dports/devel/libffi/files/patch-ffitarget.h.diff	                        (rev 0)
+++ trunk/dports/devel/libffi/files/patch-ffitarget.h.diff	2009-01-25 15:32:18 UTC (rev 45919)
@@ -0,0 +1,12 @@
+--- src/powerpc/ffitarget.h.orig	2009-01-25 10:24:52.000000000 -0500
++++ src/powerpc/ffitarget.h	2009-01-25 10:24:22.000000000 -0500
+@@ -30,7 +30,8 @@
+ 
+ /* ---- System specific configurations ----------------------------------- */
+ 
+-#if defined (POWERPC) && defined (__powerpc64__)
++#if (defined(POWERPC) && defined(__powerpc64__)) ||		\
++	(defined(POWERPC_DARWIN) && defined(__ppc64__))
+ #define POWERPC64
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090125/7716ca91/attachment.html>


More information about the macports-changes mailing list