Update to upstream version 0.0.5
This commit is contained in:
parent
3b8b45e190
commit
8a7b2fd246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405633
2 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpsoauth
|
||||
PORTVERSION= 0.0.20150603
|
||||
#Drop the date string after 0.1 has been released.
|
||||
#This saves us the trouble of introducing PORTEPOCH.
|
||||
PORTVERSION= 0.0.20151011
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -14,10 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:${PORTSDIR}/security/py-pycrypto \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:${PORTSDIR}/www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:${PORTSDIR}/net/py-ndg_httpsclient \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl \
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= simon-weber
|
||||
GH_TAGNAME= ea8246b
|
||||
GH_TAGNAME= ad65445 # This corresponds to release 0.0.5
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (simon-weber-gpsoauth-0.0.20150603-ea8246b_GH0.tar.gz) = 2a816dcb12ba4e3f8e7e04b7e5c8383ad59969ddad15a9eabac9731e00696f4f
|
||||
SIZE (simon-weber-gpsoauth-0.0.20150603-ea8246b_GH0.tar.gz) = 4422
|
||||
SHA256 (simon-weber-gpsoauth-0.0.20151011-ad65445_GH0.tar.gz) = bcc2e5b6b60b61bd6f3cfe4a61ab11a2fc9ac7a3979a4f9662fe2b25c2772b57
|
||||
SIZE (simon-weber-gpsoauth-0.0.20151011-ad65445_GH0.tar.gz) = 4625
|
||||
|
|
Loading…
Reference in a new issue