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

brett at macports.org brett at macports.org
Wed Apr 29 09:16:17 PDT 2009


Revision: 50338
          http://trac.macports.org/changeset/50338
Author:   brett at macports.org
Date:     2009-04-29 09:16:16 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
bump memcached to 1.2.8

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

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2009-04-29 14:53:27 UTC (rev 50337)
+++ trunk/dports/sysutils/memcached/Portfile	2009-04-29 16:16:16 UTC (rev 50338)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -2,19 +3,19 @@
 
-name			memcached
-version			1.2.6
-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 \
-			speeding up dynamic web applications by alleviating database load.
-maintainers		brett at macports.org
-categories		sysutils
-platforms		darwin
-homepage		http://www.danga.com/memcached/
-master_sites		http://www.danga.com/memcached/dist/
-checksums		md5 200d22f7ac2d114f74a6904552e9eb70 \
-			sha1 675a2576efac3d1333181e33fdd43f45f1f5d3fa
-configure.args		--mandir=${prefix}/share/man \
-			--with-libevent=${prefix} \
-			--enable-threads
-depends_lib         	port:libevent
+name                    memcached
+version                 1.2.8
+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 \
+                        speeding up dynamic web applications by alleviating database load.
+maintainers             brett at macports.org
+categories              sysutils
+platforms               darwin
+homepage                http://www.danga.com/memcached/
+master_sites            http://www.danga.com/memcached/dist/
+checksums               md5 e5a4ee04e517a5cad110f29e4490e4ab \
+                        sha1 6f99414f37cc5b1a6866d9b3ec9254c2ebda237a
+configure.args          --mandir=${prefix}/share/man \
+                        --with-libevent=${prefix} \
+                        --enable-threads
+depends_lib             port:libevent
 
@@ -24,3 +25,7 @@
 startupitem.name        memcached
 startupitem.start       "${prefix}/bin/memcached -u nobody -m 64 -c 10240 -p 11211 -d"
 startupitem.stop        "/usr/bin/killall memcached"
+
+variant dtrace description (Enable DTrace probes) {
+        configure.args-append      --enable-dtrace
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/5e446e7a/attachment.html>


More information about the macports-changes mailing list