pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-requests-ntlm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Sep  4 18:59:30 UTC 2017

Modified Files:
        pkgsrc/security/py-requests-ntlm: Makefile

Log Message:
Fix license.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-requests-ntlm/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-requests-ntlm/Makefile
diff -u pkgsrc/security/py-requests-ntlm/Makefile:1.1 pkgsrc/security/py-requests-ntlm/Makefile:1.2
--- pkgsrc/security/py-requests-ntlm/Makefile:1.1       Mon Sep  4 18:58:11 2017
+++ pkgsrc/security/py-requests-ntlm/Makefile   Mon Sep  4 18:59:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/04 18:58:11 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 18:59:30 joerg Exp $
 
 DISTNAME=      requests_ntlm-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-requests-ntlm-1.0.0
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=r/requ
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/requests/requests-ntlm
 COMMENT=       NTLM authentication handler for python-requests
-LICENSE=       apache-2.0
+LICENSE=       isc
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-ntlm-auth-[0-9]*:../../security/py-ntlm-auth



Home | Main Index | Thread Index | Old Index