mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.9
Changes: https://github.com/jcgregorio/httplib2/releases Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer)
This commit is contained in:
parent
307267dbc9
commit
27aaaf07bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368117
@ -2,10 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= httplib2
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
@ -13,14 +11,12 @@ COMMENT= Comprehensive HTTP client library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jcgregorio
|
||||
GH_COMMIT= 058a1f9
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
|
||||
${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (httplib2-0.8.tar.gz) = af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba429c3f
|
||||
SIZE (httplib2-0.8.tar.gz) = 148284
|
||||
SHA256 (httplib2-0.9.tar.gz) = 6d794dbbc421d7960bf52f84cf0954d3e6fd66e2cea8bf0540976b5202389401
|
||||
SIZE (httplib2-0.9.tar.gz) = 342836
|
||||
|
Loading…
Reference in New Issue
Block a user