diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2012-06-26 06:13:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2012-06-26 06:13:02 +0000 |
commit | 50644c0b987e0fb056caf69caf80d0f26741a82a (patch) | |
tree | 5d0a1ea6a52d7ffc46c4bce798deb03cd28aaf57 /net | |
parent | 9c6ab00d70e02e450f21df6b0328f95c235b6630 (diff) | |
download | ports-50644c0b987e0fb056caf69caf80d0f26741a82a.tar.gz ports-50644c0b987e0fb056caf69caf80d0f26741a82a.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-oauth2/Makefile | 4 | ||||
-rw-r--r-- | net/py-oauth2/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/py-oauth2/Makefile b/net/py-oauth2/Makefile index 6d33c2cd7b1b..01bc82c6eadd 100644 --- a/net/py-oauth2/Makefile +++ b/net/py-oauth2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oauth2 -PORTVERSION= 1.5.170 +PORTVERSION= 1.5.211 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Python library for OAuth version 1.0 +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/net/py-oauth2/distinfo b/net/py-oauth2/distinfo index 0ddda589fb13..66f21022a4e7 100644 --- a/net/py-oauth2/distinfo +++ b/net/py-oauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (oauth2-1.5.170.tar.gz) = eb782e7a9a297178518950141d9ea6d442a227c4f14d15193c11f8810ca08b24 -SIZE (oauth2-1.5.170.tar.gz) = 18271 +SHA256 (oauth2-1.5.211.tar.gz) = 82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21 +SIZE (oauth2-1.5.211.tar.gz) = 18608 |