summaryrefslogtreecommitdiff
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
commite29631a974463cf088a82346e11c45b3be48d8f1 (patch)
tree0f6c0ec32f8f102d0d5552a89e807a8a090ae7b1
parent250698c9ec6e19c9e537b7ac77109dfbc21a18a7 (diff)
downloadpkgsrc-e29631a974463cf088a82346e11c45b3be48d8f1.tar.gz
Fixed MASTER_SITES and updated HOMEPAGE
-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