Mon Jan 25 08:48:08 2021 UTC ()
cvsgraph: update to 1.7.1.

ChangeLog:

- Update the web address and give the package a new home after the old
  server has been retired.
- Update automake to modern version and use pkg-config.
- Go with the irony and rebase the cvsgraph codebase to a git repository.


(fcambus)
diff -r1.53 -r1.54 pkgsrc/devel/cvsgraph/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/cvsgraph/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/devel/cvsgraph/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cvsgraph/Makefile 2020/08/17 20:18:23 1.53
+++ pkgsrc/devel/cvsgraph/Makefile 2021/01/25 08:48:07 1.54
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1# $NetBSD: Makefile,v 1.53 2020/08/17 20:18:23 leot Exp $ 1# $NetBSD: Makefile,v 1.54 2021/01/25 08:48:07 fcambus Exp $
2# 2#
3 3
4DISTNAME= cvsgraph-1.7.0 4DISTNAME= cvsgraph-1.7.1
5PKGREVISION= 1 
6CATEGORIES= devel scm 5CATEGORIES= devel scm
7MASTER_SITES= ${HOMEPAGE}release/ 6MASTER_SITES= https://www.vagrearg.org/cvsgraph/release/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/ 9HOMEPAGE= https://www.vagrearg.org/content/cvsgraph
11COMMENT= Graphically represents CVS/RCS branches and file revisions 10COMMENT= Graphically represents CVS/RCS branches and file revisions
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
15 14
16USE_TOOLS+= bison lex 15USE_TOOLS+= bison lex pkg-config
17GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
19 18
20DOCDIR= ${PREFIX}/share/doc/${PKGBASE} 19DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
21EGDIR= ${PREFIX}/share/examples/${PKGBASE} 20EGDIR= ${PREFIX}/share/examples/${PKGBASE}
22CONF_FILES= ${EGDIR}/cvsgraph.conf ${PKG_SYSCONFDIR}/cvsgraph.conf 21CONF_FILES= ${EGDIR}/cvsgraph.conf ${PKG_SYSCONFDIR}/cvsgraph.conf
23PLIST_SUBST+= PKGBASE=${PKGBASE:Q} 22PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
24 23
25BUILD_TARGET= cvsgraph 24BUILD_TARGET= cvsgraph
26 25
27INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 26INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
28 27
29CHECK_PORTABILITY_SKIP= cvsgraph.conf.5.in 28CHECK_PORTABILITY_SKIP= cvsgraph.conf.5.in

cvs diff -r1.9 -r1.10 pkgsrc/devel/cvsgraph/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/cvsgraph/distinfo 2018/08/28 10:20:36 1.9
+++ pkgsrc/devel/cvsgraph/distinfo 2021/01/25 08:48:07 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2018/08/28 10:20:36 schmonz Exp $ 1$NetBSD: distinfo,v 1.10 2021/01/25 08:48:07 fcambus Exp $
2 2
3SHA1 (cvsgraph-1.7.0.tar.gz) = 952c35381ba8db39d05f1a4e504e9bc8e43a7beb 3SHA1 (cvsgraph-1.7.1.tar.gz) = 25e3ab7460eca8c6b808965645f95964bf7a3dd5
4RMD160 (cvsgraph-1.7.0.tar.gz) = d7eafcd921b9157277d0beed5d14c33dfd0f25a3 4RMD160 (cvsgraph-1.7.1.tar.gz) = cadd84941cac7bb3ab1584040b190a142bab7fdf
5SHA512 (cvsgraph-1.7.0.tar.gz) = b2a5bec073e7fbba2a2b1975bb4583c8fa87d29a985b7bcedcaf556c744b822ea5ff65b5ca3c4bd6da6bb6697f5e023a7ce35cf5084f2d59fdd15297790e7aab 5SHA512 (cvsgraph-1.7.1.tar.gz) = 80d7989112d3650c05552276ef298a6ffecd2b669c35edb53e16e27c4da0b2fceada02bf75841ae0432c4311384f56a30168ae6b4ee73cbf5d3825d2c151bd61
6Size (cvsgraph-1.7.0.tar.gz) = 202678 bytes 6Size (cvsgraph-1.7.1.tar.gz) = 228694 bytes