diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-08 05:26:45 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-05-08 05:26:45 +0000 |
commit | 04b36da49a2b1033bf4064a8c6ae5cfcea0e04da (patch) | |
tree | 4cf2c21a53cd40bee2f202776ce03337c48506af /databases/py-memcached | |
parent | b6a7960295b8c1fdfc45df5175138ccf352ec3af (diff) |
Notes
Diffstat (limited to 'databases/py-memcached')
-rw-r--r-- | databases/py-memcached/Makefile | 2 | ||||
-rw-r--r-- | databases/py-memcached/distinfo | 4 | ||||
-rw-r--r-- | databases/py-memcached/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile index 57b1e4d713b7..55fbfbbdea64 100644 --- a/databases/py-memcached/Makefile +++ b/databases/py-memcached/Makefile @@ -6,7 +6,7 @@ # PORTNAME= memcached -PORTVERSION= 1.45 +PORTVERSION= 1.47 CATEGORIES= databases python MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ \ ftp://ftp.tummy.com/pub/python-memcached/old-releases/ diff --git a/databases/py-memcached/distinfo b/databases/py-memcached/distinfo index 1d730339dc4d..c4612e775d31 100644 --- a/databases/py-memcached/distinfo +++ b/databases/py-memcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-memcached-1.45.tar.gz) = 944d29235e63fe724f917bfe80e717e12e017b35dbec6a6f7b7adf9f9644618c -SIZE (python-memcached-1.45.tar.gz) = 36457 +SHA256 (python-memcached-1.47.tar.gz) = 59c5139d0a8d03e9bd796c984d0cd75b94ef955578372158152dacdfdfe32fc3 +SIZE (python-memcached-1.47.tar.gz) = 37465 diff --git a/databases/py-memcached/pkg-descr b/databases/py-memcached/pkg-descr index c9b773982a16..2a477b35b738 100644 --- a/databases/py-memcached/pkg-descr +++ b/databases/py-memcached/pkg-descr @@ -5,4 +5,4 @@ value automatically going in and out of the memcached. The Python API, while tested, has not experienced real-world production use. -WWW: http://www.danga.com/memcached/apis.bml +WWW: http://www.tummy.com/Community/software/python-memcached/ |