summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-31 05:29:30 +0000
committeradam <adam@pkgsrc.org>2017-07-31 05:29:30 +0000
commit14040605acde5b07408492a93bdfaba0ba8ac3d5 (patch)
treec52d923972667960f3bf4bf5a5012f1d3654d1dc /security
parent10fa97e9ee238c0090989ee7458a36b760d9b29a (diff)
downloadpkgsrc-14040605acde5b07408492a93bdfaba0ba8ac3d5.tar.gz
Fixed MASTER_SITES and updated HOMEPAGE
Diffstat (limited to 'security')
-rw-r--r--security/py-oauth2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile
index 24c96065026..320b8064e83 100644
--- a/security/py-oauth2/Makefile
+++ b/security/py-oauth2/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 14:43:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/31 05:29:30 adam Exp $
DISTNAME= oauth2-1.5.211
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security www
-MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth/}
+MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://pypi.python.org/pypi/oauth2/
+HOMEPAGE= https://github.com/joestump/python-oauth2
COMMENT= Python OAuth2 library
LICENSE= mit