[115219] trunk/dports/devel/capnproto/Portfile

cal at macports.org cal at macports.org
Sat Dec 28 05:15:54 PST 2013


Revision: 115219
          https://trac.macports.org/changeset/115219
Author:   cal at macports.org
Date:     2013-12-28 05:15:54 -0800 (Sat, 28 Dec 2013)
Log Message:
-----------
capnproto: update to 0.4.0

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

Modified: trunk/dports/devel/capnproto/Portfile
===================================================================
--- trunk/dports/devel/capnproto/Portfile	2013-12-28 12:41:50 UTC (rev 115218)
+++ trunk/dports/devel/capnproto/Portfile	2013-12-28 13:15:54 UTC (rev 115219)
@@ -5,9 +5,9 @@
 PortGroup               compiler_blacklist_versions 1.0
 
 name                    capnproto
-version                 0.3.0
-checksums               rmd160  cd07b28a445bfd6d90ed67ceb06ea576f03d2288 \
-                        sha256  6d046f07e6a702d8aca63d3b4614ce255513e8b266ee4dda2960c75217dcc0db
+version                 0.4.0
+checksums               rmd160  861f53c875fc616169668961ff7fde09908c2c8b \
+                        sha256  77adfbb78f8538a453cb8c9b6e0503c1d21e2877461aa6e60d8fe0486656b3ff
 
 maintainers             cal openmaintainer
 platforms               darwin
@@ -48,7 +48,9 @@
     configure.cxx_stdlib    libc++
 }
 
-configure.ldflags-append    -stdlib=libc++
+if {[string match *clang* ${configure.compiler}]} {
+    configure.ldflags-append    -stdlib=libc++
+}
 
 livecheck.type              regex
 livecheck.url               http://kentonv.github.io/capnproto/install.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131228/15bd4638/attachment-0001.html>


More information about the macports-changes mailing list