Ticket #21594: Portfile.diff
File Portfile.diff, 1.1 KB (added by stromnov (Andrey Stromnov), 15 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python26 1.0 5 5 6 6 name py26-memcached 7 version 1.4 37 version 1.44 8 8 categories python devel net 9 9 platforms darwin 10 10 maintainers nomaintainer … … 17 17 18 18 homepage http://www.tummy.com/Community/software/python-memcached/ 19 19 master_sites ftp://ftp.tummy.com/pub/python-memcached/old-releases/ 20 checksums md5 9bfa9d9b10dfc2d91ab74486773c6fc2\21 sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71\22 rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e7220 checksums md5 03c74e39a9598f27ba5e3c3f714d04cf \ 21 sha1 951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \ 22 rmd160 b22bf24d5275342e5a8987687bb878e230127d99 23 23 distname python-memcached-${version} 24 24 depends_build port:py26-setuptools 25 25 26 livecheck.type regex 27 livecheck.url ${master_sites} 28 livecheck.regex "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"