Ticket #21594: Portfile-py24.diff

File Portfile-py24.diff, 1.6 KB (added by stromnov (Andrey Stromnov), 15 years ago)

Portfile diff for py-memcached

  • Portfile

    old new  
    1 # -*- 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
    21# $Id: Portfile 40182 2008-09-24 05:48:32Z dh@macports.org $
    32
    43PortSystem        1.0
    54PortGroup         python24 1.0
    65
    76name              py-memcached
    8 version           1.43
     7version           1.44
    98categories        python devel net
    109platforms         darwin
    11 maintainers       dh
     10maintainers       nomaintainer
    1211description       Pure python memcached client
    1312long_description  This software is a 100% Python interface to the memcached \
    1413                  memory cache daemon.  It is the client side software which \
     
    1716                  information.
    1817
    1918homepage          http://www.tummy.com/Community/software/python-memcached/
    20 master_sites      ftp://ftp.tummy.com/pub/python-memcached/
    21 checksums         md5 9bfa9d9b10dfc2d91ab74486773c6fc2 \
    22                   sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71 \
    23                   rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e72
     19master_sites      ftp://ftp.tummy.com/pub/python-memcached/old-releases/
     20checksums         md5     03c74e39a9598f27ba5e3c3f714d04cf \
     21                  sha1    951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \
     22                  rmd160  b22bf24d5275342e5a8987687bb878e230127d99
    2423distname          python-memcached-${version}
    2524depends_build     port:py-setuptools
     25
     26livecheck.type    regex
     27livecheck.url     ${master_sites}
     28livecheck.regex   "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"