diff options
Diffstat (limited to 'ftp/py-curl/Makefile')
-rw-r--r-- | ftp/py-curl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index 5370d3a..5e406b1 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -6,9 +6,10 @@ # PORTNAME= curl -PORTVERSION= 7.10.5 +PORTVERSION= 7.10.8 CATEGORIES= ftp python -MASTER_SITES= http://pycurl.sourceforge.net/download/ +MASTER_SITES= http://pycurl.sourceforge.net/download/ \ + http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} |