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

ryandesign at macports.org ryandesign at macports.org
Sat Aug 18 23:32:24 PDT 2012


Revision: 96779
          https://trac.macports.org/changeset/96779
Author:   ryandesign at macports.org
Date:     2012-08-18 23:32:23 -0700 (Sat, 18 Aug 2012)
Log Message:
-----------
memcached: update to 1.4.14 (#35739); use compiler.blacklist to blacklist clang, and add a link to the upstream bug report

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

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2012-08-19 06:18:55 UTC (rev 96778)
+++ trunk/dports/sysutils/memcached/Portfile	2012-08-19 06:32:23 UTC (rev 96779)
@@ -5,7 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    memcached
-version                 1.4.13
+version                 1.4.14
 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,12 +19,11 @@
 homepage                http://memcached.org/
 master_sites            googlecode
 
-checksums               rmd160  eb2dc6c034594024522c4880c76f8ea90d3b6bc8 \
-                        sha256  cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29
+checksums               rmd160  b46ebf6b43520511d15c8e9f0ba4ab19f3aebc6e \
+                        sha256  f2e2ad8ee8d256f2c3748d7f741dcddfd0ab6bdece6fa1c18484e83f311156ef
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+# http://code.google.com/p/memcached/issues/detail?id=285
+compiler.blacklist      clang
 
 configure.args          --with-libevent=${prefix} \
                         ac_cv_search_umem_cache_create=no \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120818/7a0641b7/attachment.html>


More information about the macports-changes mailing list