svn commit: r405633 - head/security/py-gpsoauth

Thomas Zander riggs at FreeBSD.org
Sat Jan 9 14:29:48 UTC 2016


Author: riggs
Date: Sat Jan  9 14:29:47 2016
New Revision: 405633
URL: https://svnweb.freebsd.org/changeset/ports/405633

Log:
  Update to upstream version 0.0.5

Modified:
  head/security/py-gpsoauth/Makefile
  head/security/py-gpsoauth/distinfo

Modified: head/security/py-gpsoauth/Makefile
==============================================================================
--- head/security/py-gpsoauth/Makefile	Sat Jan  9 14:28:40 2016	(r405632)
+++ head/security/py-gpsoauth/Makefile	Sat Jan  9 14:29:47 2016	(r405633)
@@ -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

Modified: head/security/py-gpsoauth/distinfo
==============================================================================
--- head/security/py-gpsoauth/distinfo	Sat Jan  9 14:28:40 2016	(r405632)
+++ head/security/py-gpsoauth/distinfo	Sat Jan  9 14:29:47 2016	(r405633)
@@ -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


More information about the svn-ports-all mailing list