[87709] trunk/dports/math/qhull/Portfile

mmoll at macports.org mmoll at macports.org
Thu Dec 1 18:24:46 PST 2011


Revision: 87709
          http://trac.macports.org/changeset/87709
Author:   mmoll at macports.org
Date:     2011-12-01 18:24:43 -0800 (Thu, 01 Dec 2011)
Log Message:
-----------
math/qhull: update to 2011.2, add more symlinks for backwards compatibility. Closes #31053

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

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2011-12-02 01:33:59 UTC (rev 87708)
+++ trunk/dports/math/qhull/Portfile	2011-12-02 02:24:43 UTC (rev 87709)
@@ -5,8 +5,7 @@
 PortGroup           cmake 1.0
 
 name                qhull
-version             2011.1
-revision            1
+version             2011.2
 categories          math
 platforms           darwin
 maintainers         mmoll
@@ -27,9 +26,9 @@
 master_sites        ${homepage}/download
 distname            ${name}-${version}-src
 extract.suffix      .tgz
-checksums           md5     a65061cf2a6e6581182f4df0f3667a8e \
-                    sha1    3639b52e99bc0837fb2670d3a8a4bac3f0347ab8 \
-                    rmd160  4689ece746c1125757f1d0e162bbe95d3864ba5b
+checksums           md5     4f4bac7769a5b1e0c6470ea457e2d4d2 \
+                    sha1    627825d741753573e3589dae1640b7bfc4efbc0b \
+                    rmd160  db1e2a810b52cd1291d48515c3816f21ee501171
 patchfiles          patch-CMakeLists.txt.diff \
                     patch-QhullPointSet.h.diff
 # last patch is for g++-4.0 / Leopard, see #31053
@@ -37,6 +36,10 @@
 configure.args-append   -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1
 post-destroot {
     ln -s ${prefix}/include/libqhull ${destroot}${prefix}/include/qhull
+    ln -s ${prefix}/include/libqhull/libqhull.h ${destroot}${prefix}/include/libqhull/qhull.h
+#    ln -s ${prefix}/include/libqhull/qhull.h-deprecated ${destroot}${prefix}/include/libqhull/qhull.h
+    ln -s ${prefix}/lib/libqhull6.dylib ${destroot}${prefix}/lib/libqhull.dylib
+    ln -s ${prefix}/lib/libqhullstatic.a ${destroot}${prefix}/lib/libqhull.a
 }
 livecheck.type      regex
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111201/a853f50e/attachment.html>


More information about the macports-changes mailing list