pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hgview



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.

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@localhost
-HOMEPAGE=      http://hgview.org/
+HOMEPAGE=      https://pypi.python.org/pypi/hgview
 COMMENT=       Visually navigate in a Mercurial repository history
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index