Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2053C7A2AD for ; Sun, 7 Aug 2016 16:06:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B8E4E85E9B; Sun, 7 Aug 2016 16:06:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4887885E5C for ; Sun, 7 Aug 2016 16:06:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fRaAHwrBWO7i for ; Sun, 7 Aug 2016 16:06:24 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DC57F85DFE for ; Sun, 7 Aug 2016 16:06:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4254FBC3; Sun, 7 Aug 2016 16:06:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470585984116260" MIME-Version: 1.0 Date: Sun, 7 Aug 2016 16:06:24 +0000 From: "Nils Ratusznik" Subject: CVS commit: pkgsrc/lang/py-six To: pkgsrc-changes@NetBSD.org Reply-To: nils@netbsd.org X-Mailer: log_accum Message-Id: <20160807160624.A4254FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470585984116260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nils Date: Sun Aug 7 16:06:24 UTC 2016 Modified Files: pkgsrc/lang/py-six: Makefile Log Message: Updated maintainer's email address To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-six/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470585984116260 Content-Disposition: inline Content-Length: 693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-six/Makefile diff -u pkgsrc/lang/py-six/Makefile:1.7 pkgsrc/lang/py-six/Makefile:1.8 --- pkgsrc/lang/py-six/Makefile:1.7 Thu Oct 15 10:38:43 2015 +++ pkgsrc/lang/py-six/Makefile Sun Aug 7 16:06:24 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2015/10/15 10:38:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/08/07 16:06:24 nils Exp $ DISTNAME= six-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel lang python MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/} -MAINTAINER= ahp-nils@users.sourceforge.net +MAINTAINER= nils@NetBSD.org HOMEPAGE= http://pypi.python.org/pypi/six/ COMMENT= Python 2 and 3 compatibility utilities LICENSE= mit --_----------=_1470585984116260--