[112927] trunk/dports/sysutils/memcached/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 3 22:21:50 PST 2013


Revision: 112927
          https://trac.macports.org/changeset/112927
Author:   ryandesign at macports.org
Date:     2013-11-03 22:21:50 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
memcached: update to 1.4.15; always remove -Werror not just on clang (#41169)

Modified Paths:
--------------
    trunk/dports/sysutils/memcached/Portfile

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2013-11-04 06:12:29 UTC (rev 112926)
+++ trunk/dports/sysutils/memcached/Portfile	2013-11-04 06:21:50 UTC (rev 112927)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    memcached
-version                 1.4.14
+version                 1.4.15
 description             A high performance, distributed memory object caching system.
 long_description        Memcached is a high-performance, distributed memory object \
     caching system, generic in nature, but intended for use in \
@@ -19,8 +19,8 @@
 homepage                http://memcached.org/
 master_sites            googlecode
 
-checksums               rmd160  b46ebf6b43520511d15c8e9f0ba4ab19f3aebc6e \
-                        sha256  f2e2ad8ee8d256f2c3748d7f741dcddfd0ab6bdece6fa1c18484e83f311156ef
+checksums               rmd160  13fc94ec7e5781e6e940645890a77ed814303ec9 \
+                        sha256  169721ab7a7531add6ae9f6b14b6b5641725fe0b1f0bdf5c3a4327725901e2b4
 
 configure.args          --with-libevent=${prefix} \
                         ac_cv_search_umem_cache_create=no \
@@ -42,9 +42,7 @@
 
 post-patch {
     # http://code.google.com/p/memcached/issues/detail?id=285
-    if {[string match "*clang*" ${configure.compiler}]} {
-        reinplace "s|-Werror||g" ${worksrcpath}/configure ${worksrcpath}/doc/Makefile
-    }
+    reinplace "s|-Werror||g" ${worksrcpath}/configure ${worksrcpath}/doc/Makefile
 }
 
 variant sasl description {enable SASL authentication} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/35fcb530/attachment-0001.html>


More information about the macports-changes mailing list