[105616] trunk/dports/graphics/libcdr/Portfile

devans at macports.org devans at macports.org
Sat Apr 27 15:36:17 PDT 2013


Revision: 105616
          https://trac.macports.org/changeset/105616
Author:   devans at macports.org
Date:     2013-04-27 15:36:17 -0700 (Sat, 27 Apr 2013)
Log Message:
-----------
libcdr: update to version 0.0.13, configuration.

Modified Paths:
--------------
    trunk/dports/graphics/libcdr/Portfile

Modified: trunk/dports/graphics/libcdr/Portfile
===================================================================
--- trunk/dports/graphics/libcdr/Portfile	2013-04-27 22:18:19 UTC (rev 105615)
+++ trunk/dports/graphics/libcdr/Portfile	2013-04-27 22:36:17 UTC (rev 105616)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            libcdr
-version         0.0.12
+version         0.0.13
 categories      graphics
 license         {GPL-2.1+ LGPL-2.1+ MPL-1.1+}
 maintainers     devans openmaintainer
@@ -21,8 +21,8 @@
 
 use_xz          yes
 
-checksums       sha256  c8699c00ff5c4eddd506c21767463f1c13577ca8c65f69560d488e8df4a7225d \
-                rmd160  b07cb61882e5f441e0eb76c2b4bdb152de7612c9
+checksums       sha256  a14bb9a91f667616aac04d5d02f8e0cca02a49baa988906ab8d80a787eb918c9 \
+                rmd160  59eda5b68f46bc7b7bdebc5fba65945e9195ea59
 
 depends_build   port:pkgconfig
 
@@ -32,12 +32,12 @@
                 port:lcms2 \
                 port:zlib
 
-configure.args  --without-docs
+configure.args  --disable-werror \
+                --without-docs
 
-if {${os.major} > 9 && ${configure.compiler} == "clang"} {
+if {${os.major} > 10 && ${configure.compiler} == "clang"} {
     configure.cxxflags-append -std=c++11
 } else {
-    configure.args-append --disable-werror
     configure.cxxflags-append -Wno-long-long
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130427/093fa05c/attachment.html>


More information about the macports-changes mailing list