Received: by mail.netbsd.org (Postfix, from userid 605) id 0C8D984DE5; Sun, 11 Feb 2018 15:52:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AED384D8D for ; Sun, 11 Feb 2018 15:52:00 +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 dT2VBq2j3U4d for ; Sun, 11 Feb 2018 15:52:00 +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 E8B6B84C74 for ; Sun, 11 Feb 2018 15:51:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1FA0FB40; Sun, 11 Feb 2018 15:51:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151836431942740" MIME-Version: 1.0 Date: Sun, 11 Feb 2018 15:51:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hgview To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180211155159.E1FA0FB40@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. --_----------=_151836431942740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 11 15:51:59 UTC 2018 Modified Files: pkgsrc/devel/py-hgview: Makefile Log Message: py-hgview: use pypi as HOMEPAGE instead of non-resolving one To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-hgview/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151836431942740 Content-Disposition: inline Content-Length: 762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hgview/Makefile diff -u pkgsrc/devel/py-hgview/Makefile:1.16 pkgsrc/devel/py-hgview/Makefile:1.17 --- pkgsrc/devel/py-hgview/Makefile:1.16 Tue Jan 3 13:23:02 2017 +++ pkgsrc/devel/py-hgview/Makefile Sun Feb 11 15:51:59 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/03 13:23:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2018/02/11 15:51:59 wiz Exp $ DISTNAME= hgview-1.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= http://download.logilab.org/pub/hgview/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://hgview.org/ +HOMEPAGE= https://pypi.python.org/pypi/hgview COMMENT= Visually navigate in a Mercurial repository history LICENSE= gnu-gpl-v2 --_----------=_151836431942740--