pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvsgraph



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Jan 25 08:48:08 UTC 2021

Modified Files:
        pkgsrc/devel/cvsgraph: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/cvsgraph/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/cvsgraph/distinfo

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

Modified files:

Index: pkgsrc/devel/cvsgraph/Makefile
diff -u pkgsrc/devel/cvsgraph/Makefile:1.53 pkgsrc/devel/cvsgraph/Makefile:1.54
--- pkgsrc/devel/cvsgraph/Makefile:1.53 Mon Aug 17 20:18:23 2020
+++ pkgsrc/devel/cvsgraph/Makefile      Mon Jan 25 08:48:07 2021
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.53 2020/08/17 20:18:23 leot Exp $
+# $NetBSD: Makefile,v 1.54 2021/01/25 08:48:07 fcambus Exp $
 #
 
-DISTNAME=      cvsgraph-1.7.0
-PKGREVISION=   1
+DISTNAME=      cvsgraph-1.7.1
 CATEGORIES=    devel scm
-MASTER_SITES=  ${HOMEPAGE}release/
+MASTER_SITES=  https://www.vagrearg.org/cvsgraph/release/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.akhphd.au.dk/~bertho/cvsgraph/
+HOMEPAGE=      https://www.vagrearg.org/content/cvsgraph
 COMMENT=       Graphically represents CVS/RCS branches and file revisions
 LICENSE=       gnu-gpl-v2
 
 MAKE_JOBS_SAFE=        no
 
-USE_TOOLS+=            bison lex
+USE_TOOLS+=            bison lex pkg-config
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 

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



Home | Main Index | Thread Index | Old Index