[115936] trunk/dports/textproc/libxl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 14 13:06:56 PST 2014


Revision: 115936
          https://trac.macports.org/changeset/115936
Author:   ryandesign at macports.org
Date:     2014-01-14 13:06:56 -0800 (Tue, 14 Jan 2014)
Log Message:
-----------
libxl: update to 3.5.4.1

Modified Paths:
--------------
    trunk/dports/textproc/libxl/Portfile

Modified: trunk/dports/textproc/libxl/Portfile
===================================================================
--- trunk/dports/textproc/libxl/Portfile	2014-01-14 20:52:38 UTC (rev 115935)
+++ trunk/dports/textproc/libxl/Portfile	2014-01-14 21:06:56 UTC (rev 115936)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libxl
-version             3.5.2.0
+version             3.5.4.1
 set branch          [join [lrange [split ${version} .] 0 2] .]
 categories          textproc
 platforms           darwin
@@ -16,11 +16,12 @@
 long_description    LibXL is a commercial ${description}.
 
 homepage            http://www.libxl.com/
-master_sites        ${homepage}download
-distfiles           libxl-mac-${version}${extract.suffix}
+master_sites        ftp://xlware.com/
+dist_subdir         ${name}/${version}
+distfiles           libxl-mac-${branch}${extract.suffix}
 
-checksums           rmd160  7fa84054392cc702eed12bb0963b7fa0460f18c1 \
-                    sha256  dc7d8b333f003cd9e3e9dd9243b7885267fdc9929965b5019078d3c261037213
+checksums           rmd160  c93ac35863809c8fd80453aec511b45155b50d37 \
+                    sha256  0dcb19ce028022b7fedeaa7650414b49bc0be28243742d25a92377e323dc72c9
 
 use_configure       no
 
@@ -29,6 +30,11 @@
 supported_archs     i386 x86_64
 configure.universal_archs i386 x86_64
 
+# The pre-compiled library is linked with libstdc++.
+if {[info exists configure.cxx_stdlib]} {
+    configure.cxx_stdlib libstdc++
+}
+
 set libxl           lib/libxl.dylib
 
 build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140114/a35b7b4f/attachment.html>


More information about the macports-changes mailing list