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

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 15 07:44:07 PDT 2007


Revision: 27868
          http://trac.macosforge.org/projects/macports/changeset/27868
Author:   brett at macports.org
Date:     2007-08-15 07:44:07 -0700 (Wed, 15 Aug 2007)

Log Message:
-----------
fixed for 1.5.1

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

Modified: trunk/dports/sysutils/memcached/Portfile
===================================================================
--- trunk/dports/sysutils/memcached/Portfile	2007-08-15 14:36:25 UTC (rev 27867)
+++ trunk/dports/sysutils/memcached/Portfile	2007-08-15 14:44:07 UTC (rev 27868)
@@ -1,18 +1,20 @@
 # $Id$
 
 PortSystem 1.0
-name                memcached
-version             1.2.2
-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 a08851f7fa7b15e92ee6320b7a79c321
-configure.pre_args  --prefix=${prefix}
-configure.args      --with-libevent=${prefix}
+name			memcached
+version			1.2.2
+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 a08851f7fa7b15e92ee6320b7a79c321
+configure.pre_args	--prefix=${prefix} \
+			--mandir=${prefix}/share/man 
+configure.args		--with-libevent=${prefix} \
+			--enable-threads
 depends_lib         port:libevent

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070815/e0f72d54/attachment.html


More information about the macports-changes mailing list