diff options
author | clsung <clsung@FreeBSD.org> | 2012-06-26 14:13:02 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2012-06-26 14:13:02 +0800 |
commit | 8956f35a662d1d8b8306d747f2b61b352f72c897 (patch) | |
tree | 9a83122c5c0446227471833ef9ead8ce9e0bd429 /net | |
parent | 987472f834ecd8f57c23515ebf9de793e23de40c (diff) | |
download | freebsd-ports-gnome-8956f35a662d1d8b8306d747f2b61b352f72c897.tar.gz freebsd-ports-gnome-8956f35a662d1d8b8306d747f2b61b352f72c897.tar.zst freebsd-ports-gnome-8956f35a662d1d8b8306d747f2b61b352f72c897.zip |
- Update to 1.5.211
- Add LICENSE
PR: ports/168575
Submitted by: koobs <koobs.freebsd_AT_gmail.com>
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 |