Received: by mail.netbsd.org (Postfix, from userid 605) id 5D5FC84E02; Tue, 31 Oct 2017 08:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD54084E01 for ; Tue, 31 Oct 2017 08:27:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mqcYKOq9XkcX for ; Tue, 31 Oct 2017 08:27:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6851F84D1E for ; Tue, 31 Oct 2017 08:27:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5EA02FBDE; Tue, 31 Oct 2017 08:27:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509438423137520" MIME-Version: 1.0 Date: Tue, 31 Oct 2017 08:27:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-ntlm-auth To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171031082703.5EA02FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509438423137520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 31 08:27:03 UTC 2017 Modified Files: pkgsrc/security/py-ntlm-auth: Makefile distinfo Log Message: py-ntlm-auth: updated to 1.0.6 Changes 1.0.6: * More changes to packaging to better handle copyright and licensing To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-ntlm-auth/Makefile \ pkgsrc/security/py-ntlm-auth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509438423137520 Content-Disposition: inline Content-Length: 1973 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-ntlm-auth/Makefile diff -u pkgsrc/security/py-ntlm-auth/Makefile:1.1 pkgsrc/security/py-ntlm-auth/Makefile:1.2 --- pkgsrc/security/py-ntlm-auth/Makefile:1.1 Mon Sep 4 18:57:20 2017 +++ pkgsrc/security/py-ntlm-auth/Makefile Tue Oct 31 08:27:03 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/09/04 18:57:20 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/31 08:27:03 adam Exp $ -DISTNAME= ntlm-auth-1.0.5 +DISTNAME= ntlm-auth-1.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= security +CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,5 +12,7 @@ LICENSE= gnu-lgpl-v3 DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-ntlm-auth/distinfo diff -u pkgsrc/security/py-ntlm-auth/distinfo:1.1 pkgsrc/security/py-ntlm-auth/distinfo:1.2 --- pkgsrc/security/py-ntlm-auth/distinfo:1.1 Mon Sep 4 18:57:20 2017 +++ pkgsrc/security/py-ntlm-auth/distinfo Tue Oct 31 08:27:03 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/04 18:57:20 joerg Exp $ +$NetBSD: distinfo,v 1.2 2017/10/31 08:27:03 adam Exp $ -SHA1 (ntlm-auth-1.0.5.tar.gz) = 0834c8d30df8ee8dc1f5782e3a64f02ec5db838e -RMD160 (ntlm-auth-1.0.5.tar.gz) = ce1917a3adab49c2c36c560ecff38cb1464cc240 -SHA512 (ntlm-auth-1.0.5.tar.gz) = b7b0d8e6d6ea7e905fc702adbcddedeae9ff1ae1dfb44a9cff45faa5cfb9cafcee816a042deb80e9ba5743d4232119209f8c11a768e30ea0718ebc4299bb949c -Size (ntlm-auth-1.0.5.tar.gz) = 25684 bytes +SHA1 (ntlm-auth-1.0.6.tar.gz) = 18afca8495918a550ec7dc6122d2131d5d8369a4 +RMD160 (ntlm-auth-1.0.6.tar.gz) = fc3d1e06a5cf8fcd57f05194a3f3ed7860efa66a +SHA512 (ntlm-auth-1.0.6.tar.gz) = 8d4de3faf0577f2963d2716b65fd703dbf9570eaeb0557a69e050cff939a5f0c5d4c96d68aba31df3858254618d4dda3d8bb26e257abea372183a6f664fda9aa +Size (ntlm-auth-1.0.6.tar.gz) = 29747 bytes --_----------=_1509438423137520--