[66165] trunk/dports/python/py26-pylibmc/Portfile

stromnov at macports.org stromnov at macports.org
Tue Apr 6 06:25:22 PDT 2010


Revision: 66165
          http://trac.macports.org/changeset/66165
Author:   stromnov at macports.org
Date:     2010-04-06 06:25:21 -0700 (Tue, 06 Apr 2010)
Log Message:
-----------
py26-pylibmc: update to 1.0

Modified Paths:
--------------
    trunk/dports/python/py26-pylibmc/Portfile

Modified: trunk/dports/python/py26-pylibmc/Portfile
===================================================================
--- trunk/dports/python/py26-pylibmc/Portfile	2010-04-06 13:01:54 UTC (rev 66164)
+++ trunk/dports/python/py26-pylibmc/Portfile	2010-04-06 13:25:21 UTC (rev 66165)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-pylibmc
-version             0.9.2
+version             1.0
 maintainers         openmaintainer voldmar.ru:voldmar
 description         python memcached client wrapped on libmemcached
 long_description    pylibmc is a Python wrapper around the accompanying \
@@ -16,19 +16,14 @@
 master_sites        http://pypi.python.org/packages/source/p/pylibmc/
 distname            pylibmc-${version}
 
-checksums           md5     21ac6c2a47e5399b460376676c46b667 \
-                    sha1    ce6f18757ff4b5d262f857ecc9035f41cde48cc1 \
-                    rmd160  d4bccc55a1cfed796e3547c7bcd57ce99bede638
+checksums           md5     182d95a6d493f3cbb7bc83ae7e275816 \
+                    sha1    6b29a0d1a87f290cafe4863a34d152191bfc9670 \
+                    rmd160  28d76926ef6dbfaf3e5cd798b19bf0f97c2a67e6
 
 depends_lib-append  port:libmemcached
 
-patch {
-    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/setup.py
-}
-
 build.target        build_ext
-build.args          --include-dirs=${prefix}/include:${prefix}/include/libmemcached \
-                    --library-dirs=${prefix}/lib
+build.args          --with-libmemcached=${prefix}
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100406/d97f5d16/attachment.html>


More information about the macports-changes mailing list