Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics py-nwdiag & py-seqdiag: un-comment correct ho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5da584301d48
branches:  trunk
changeset: 435941:5da584301d48
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Jul 20 23:43:43 2020 +0000

description:
py-nwdiag & py-seqdiag: un-comment correct home page entry

The $HOMEPAGE value is correct. Make this consistent with py-actdiag
and py-blockdiag.

diffstat:

 graphics/py-nwdiag/Makefile  |  4 ++--
 graphics/py-seqdiag/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r cb4235dca884 -r 5da584301d48 graphics/py-nwdiag/Makefile
--- a/graphics/py-nwdiag/Makefile       Mon Jul 20 23:41:21 2020 +0000
+++ b/graphics/py-nwdiag/Makefile       Mon Jul 20 23:43:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/02/20 06:35:50 gutteridge Exp $
+# $NetBSD: Makefile,v 1.16 2020/07/20 23:43:43 gutteridge Exp $
 
 DISTNAME=      nwdiag-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nwdiag/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://blockdiag.com/
+HOMEPAGE=      http://blockdiag.com/
 COMMENT=       Simple network-diagram image generator
 LICENSE=       apache-2.0
 
diff -r cb4235dca884 -r 5da584301d48 graphics/py-seqdiag/Makefile
--- a/graphics/py-seqdiag/Makefile      Mon Jul 20 23:41:21 2020 +0000
+++ b/graphics/py-seqdiag/Makefile      Mon Jul 20 23:43:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/02/19 17:52:00 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/07/20 23:43:43 gutteridge Exp $
 
 DISTNAME=      seqdiag-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/seqdiag/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://blockdiag.com/
+HOMEPAGE=      http://blockdiag.com/
 COMMENT=       Simple sequence-diagram image generator
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index