[88173] trunk/dports/math/eigen3/Portfile

eborisch at macports.org eborisch at macports.org
Wed Dec 21 06:37:46 PST 2011


Revision: 88173
          http://trac.macports.org/changeset/88173
Author:   eborisch at macports.org
Date:     2011-12-21 06:37:40 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
eigen3: Update checksum change. Fixes #32613 Only top-level directory name changed in archive; no revbump.

Modified Paths:
--------------
    trunk/dports/math/eigen3/Portfile

Modified: trunk/dports/math/eigen3/Portfile
===================================================================
--- trunk/dports/math/eigen3/Portfile	2011-12-21 12:46:11 UTC (rev 88172)
+++ trunk/dports/math/eigen3/Portfile	2011-12-21 14:37:40 UTC (rev 88173)
@@ -22,9 +22,9 @@
 
 use_bzip2           yes
 
-checksums           md5     d5b96fbc70ae54c51a31ebb4c183e47d \
-                    sha1    5d6a3c8a6ccd21be3be7ba75160cfd17bf60ca36 \
-                    rmd160  60914fb7c0b2a2a32dba6054b2ea64aef3a3b30c
+checksums           md5     c4a403660311ad8d62a28c118883310f \
+                    sha1    fe17f6994e8bf7cec37ece58fe462a6d06e2e154 \
+                    rmd160  2f2e2da8d906b7ac576e0b8d80bb2d983797b581
 
 universal_variant   yes
 configure.universal_args  ""
@@ -110,12 +110,13 @@
 }
 
 # Phase modifications
-# Move source into eigen_src; configure & build (out-of-source) in ${worksrcpath}
-post-extract {
-  # Rename extracted directory
-  move ${workpath}/eigen-eigen-${version} ${worksrcpath}
+pre-extract {
+  file mkdir ${worksrcpath}
 }
 
+# Avoid issues when archive changes the top-level directory name
+extract.post_args-append -C ${worksrcpath} --strip-components 1
+
 post-patch {
   # Move directory for out-of-source build
   move ${worksrcpath} ${workpath}/eigen_src
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/ce033631/attachment.html>


More information about the macports-changes mailing list