Index: head/security/py-gpsoauth/Makefile =================================================================== --- head/security/py-gpsoauth/Makefile (revision 439163) +++ head/security/py-gpsoauth/Makefile (revision 439164) @@ -1,29 +1,29 @@ # Created by: Thomas Zander # $FreeBSD$ PORTNAME= gpsoauth -PORTVERSION= 0.1.0 +PORTVERSION= 0.4.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= riggs@FreeBSD.org COMMENT= Python client library for Google Play Services OAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.4:security/py-pycryptodome \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 USE_GITHUB= yes GH_ACCOUNT= simon-weber USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/security/py-gpsoauth/distinfo =================================================================== --- head/security/py-gpsoauth/distinfo (revision 439163) +++ head/security/py-gpsoauth/distinfo (revision 439164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464783417 -SHA256 (simon-weber-gpsoauth-0.1.0_GH0.tar.gz) = 3dd9470f6b2985f71e3bff1bd7640d6e599bfc5a773fc0c493a266dd2b83cb65 -SIZE (simon-weber-gpsoauth-0.1.0_GH0.tar.gz) = 5082 +TIMESTAMP = 1492856940 +SHA256 (simon-weber-gpsoauth-0.4.1_GH0.tar.gz) = 062b5660b1cf723cca1381f311153b94ce36088ce19014665fdbbb6374377f13 +SIZE (simon-weber-gpsoauth-0.4.1_GH0.tar.gz) = 4962 Index: head/security/py-gpsoauth/files/patch-gpsoauth_google.py =================================================================== --- head/security/py-gpsoauth/files/patch-gpsoauth_google.py (nonexistent) +++ head/security/py-gpsoauth/files/patch-gpsoauth_google.py (revision 439164) @@ -0,0 +1,13 @@ +--- gpsoauth/google.py.orig 2017-02-18 18:11:10 UTC ++++ gpsoauth/google.py +@@ -1,8 +1,8 @@ + import base64 + import hashlib + +-from Cryptodome.PublicKey import RSA +-from Cryptodome.Cipher import PKCS1_OAEP ++from Crypto.PublicKey import RSA ++from Crypto.Cipher import PKCS1_OAEP + + from .util import bytes_to_long, long_to_bytes + Property changes on: head/security/py-gpsoauth/files/patch-gpsoauth_google.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property