Received: by mail.netbsd.org (Postfix, from userid 605) id 4DEAF84EB9; Tue, 26 May 2020 21:42:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C995A84EB3 for ; Tue, 26 May 2020 21:42:43 +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 xqNceZdxLj2F for ; Tue, 26 May 2020 21:42:43 +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 2FA8C84D62 for ; Tue, 26 May 2020 21:42:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23DBFFB27; Tue, 26 May 2020 21:42:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590529363164430" MIME-Version: 1.0 Date: Tue, 26 May 2020 21:42:43 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/py-ipcalc To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200526214243.23DBFFB27@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. --_----------=_1590529363164430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue May 26 21:42:43 UTC 2020 Modified Files: pkgsrc/net/py-ipcalc: Makefile Log Message: py-ipcalc: Use MASTER_SITE_PYPI for MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-ipcalc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590529363164430 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-ipcalc/Makefile diff -u pkgsrc/net/py-ipcalc/Makefile:1.1 pkgsrc/net/py-ipcalc/Makefile:1.2 --- pkgsrc/net/py-ipcalc/Makefile:1.1 Tue May 26 21:28:37 2020 +++ pkgsrc/net/py-ipcalc/Makefile Tue May 26 21:42:42 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2020/05/26 21:28:37 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/26 21:42:42 leot Exp $ DISTNAME= ipcalc-1.99.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python -MASTER_SITES= https://files.pythonhosted.org/packages/8f/14/bb4034c87b4b2a47b381a52051138c3aeb87515a498185e275d40585deeb/ +MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipcalc/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tehmaze/ipcalc/ --_----------=_1590529363164430--