pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul 20 23:43:43 UTC 2020

Modified Files:
        pkgsrc/graphics/py-nwdiag: Makefile
        pkgsrc/graphics/py-seqdiag: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/py-nwdiag/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-seqdiag/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-nwdiag/Makefile
diff -u pkgsrc/graphics/py-nwdiag/Makefile:1.15 pkgsrc/graphics/py-nwdiag/Makefile:1.16
--- pkgsrc/graphics/py-nwdiag/Makefile:1.15     Thu Feb 20 06:35:50 2020
+++ pkgsrc/graphics/py-nwdiag/Makefile  Mon Jul 20 23:43:43 2020
@@ -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 @@ CATEGORIES=     graphics python
 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
 

Index: pkgsrc/graphics/py-seqdiag/Makefile
diff -u pkgsrc/graphics/py-seqdiag/Makefile:1.18 pkgsrc/graphics/py-seqdiag/Makefile:1.19
--- pkgsrc/graphics/py-seqdiag/Makefile:1.18    Wed Feb 19 17:52:00 2020
+++ pkgsrc/graphics/py-seqdiag/Makefile Mon Jul 20 23:43:43 2020
@@ -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 @@ CATEGORIES=     graphics python
 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