mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Upgrade to version 7.19.3.1
- Set LICENSE - Upgrade LIB_DEPENDS format - Remove PYDISTUTILS_PKGNAME (portlint) PR: 190125 Submitted by: olgeni Approved by: maintainer (wen)
This commit is contained in:
parent
fd99213959
commit
cfcc81132c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357063
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.19.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 7.19.3.1
|
||||
CATEGORIES= ftp python
|
||||
MASTER_SITES= http://pycurl.sourceforge.net/download/ \
|
||||
http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/
|
||||
@ -13,7 +12,10 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Python interface to libcurl
|
||||
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
LICENSE= LGPL21 MIT
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-curl
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-curl
|
||||
@ -21,7 +23,6 @@ DATADIR= ${PREFIX}/share/py-curl
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pycurl
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pycurl-7.19.0.tar.gz) = eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
|
||||
SIZE (pycurl-7.19.0.tar.gz) = 71346
|
||||
SHA256 (pycurl-7.19.3.1.tar.gz) = c0d673fe99a9de07239eabe77c798f1b043f60c02afaec1430ceaf59d7501a4f
|
||||
SIZE (pycurl-7.19.3.1.tar.gz) = 116687
|
||||
|
Loading…
Reference in New Issue
Block a user