diff options
Diffstat (limited to 'databases/py-memcached/Makefile')
-rw-r--r-- | databases/py-memcached/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile index b61926038299..4647b2010ee9 100644 --- a/databases/py-memcached/Makefile +++ b/databases/py-memcached/Makefile @@ -6,9 +6,10 @@ # PORTNAME= memcached -PORTVERSION= 1.31 +PORTVERSION= 1.33 CATEGORIES= databases python -MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ +MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ \ + ftp://ftp.tummy.com/pub/python-memcached/old-releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} |