- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-11-19 17:06:53 +00:00
parent 4a2870fdf2
commit d38b0a1115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426448
3 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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/