pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-oauthlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  3 11:00:16 UTC 2018

Modified Files:
        pkgsrc/security/py-oauthlib: Makefile

Log Message:
py-oauthlib: changed LICENSE to modified-bsd


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-oauthlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.13 pkgsrc/security/py-oauthlib/Makefile:1.14
--- pkgsrc/security/py-oauthlib/Makefile:1.13   Tue Apr  3 10:02:49 2018
+++ pkgsrc/security/py-oauthlib/Makefile        Tue Apr  3 11:00:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/04/03 10:02:49 adam Exp $
+# $NetBSD: Makefile,v 1.14 2018/04/03 11:00:16 adam Exp $
 
 DISTNAME=      oauthlib-2.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=o/oaut
 MAINTAINER=    imil%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/oauthlib/oauthlib
 COMMENT=       Generic implementation of the OAuth request-signing logic
-LICENSE=       original-bsd
+LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-JWT>=1.0.0:../../textproc/py-JWT
 DEPENDS+=      ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker



Home | Main Index | Thread Index | Old Index