From d38b0a1115bf3a65b1fde6d04419e056771a53a4 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 17:06:53 +0000 Subject: [PATCH] - Update to 7.43.0 - Cleanup MASTER_SITES - Add LICENSE_FILE - Add missing USES=ssl - Update WWW Changes: http://pycurl.io/docs/latest/release-notes.html --- ftp/py-pycurl/Makefile | 10 +++++----- ftp/py-pycurl/distinfo | 5 +++-- ftp/py-pycurl/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile index 406133e21347..bb22b301a84d 100644 --- a/ftp/py-pycurl/Makefile +++ b/ftp/py-pycurl/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= pycurl -PORTVERSION= 7.21.5 +PORTVERSION= 7.43.0 CATEGORIES= ftp python -MASTER_SITES= CHEESESHOP \ - http://pycurl.sourceforge.net/download/ \ - http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -14,11 +12,13 @@ COMMENT= Python interface to libcurl LICENSE= LGPL21 MIT LICENSE_COMB= dual +LICENSE_LGPL21= ${WRKSRC}/COPYING-LGPL +LICENSE_MIT= ${WRKSRC}/COPYING-MIT LIB_DEPENDS= libcurl.so:ftp/curl USE_PYTHON= autoplist concurrent distutils -USES= python +USES= python ssl post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so diff --git a/ftp/py-pycurl/distinfo b/ftp/py-pycurl/distinfo index 5cb956964584..f0c28e6981bb 100644 --- a/ftp/py-pycurl/distinfo +++ b/ftp/py-pycurl/distinfo @@ -1,2 +1,3 @@ -SHA256 (pycurl-7.21.5.tar.gz) = 8a1e0eb55573388275a1d6c2534ca4cfca5d7fa772b99b505c08fa149b27aed0 -SIZE (pycurl-7.21.5.tar.gz) = 170962 +TIMESTAMP = 1479405295 +SHA256 (pycurl-7.43.0.tar.gz) = aa975c19b79b6aa6c0518c0cc2ae33528900478f0b500531dbcdbf05beec584c +SIZE (pycurl-7.43.0.tar.gz) = 182522 diff --git a/ftp/py-pycurl/pkg-descr b/ftp/py-pycurl/pkg-descr index f3afd1ea220a..1b68422b6edf 100644 --- a/ftp/py-pycurl/pkg-descr +++ b/ftp/py-pycurl/pkg-descr @@ -2,4 +2,4 @@ Python module interface to the cURL library which is a tool for transferring files with URL syntax, supporting many protocols. -WWW: http://pycurl.sourceforge.net/ +WWW: http://pycurl.io/