pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsgraph - Bump to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef123d2ff728
branches:  trunk
changeset: 486534:ef123d2ff728
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Dec 29 11:37:39 2004 +0000

description:
- Bump to 1.5.1
- Lots of bugfixes and enhancements:
        - Added drawing of partial trees.
        - Most error and warning messages are now displayed in the graph,
          instead of being written to stderr.
        - Works with CVSNT.

diffstat:

 devel/cvsgraph/Makefile         |   7 +++----
 devel/cvsgraph/distinfo         |   7 +++----
 devel/cvsgraph/patches/patch-ab |  22 ----------------------
 3 files changed, 6 insertions(+), 30 deletions(-)

diffs (62 lines):

diff -r 183c967347b3 -r ef123d2ff728 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile   Wed Dec 29 11:28:23 2004 +0000
+++ b/devel/cvsgraph/Makefile   Wed Dec 29 11:37:39 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:54 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/29 11:37:39 adrianp Exp $
 #
 
-DISTNAME=      cvsgraph-1.4.1
-PKGREVISION=   1
+DISTNAME=      cvsgraph-1.5.1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.akhphd.au.dk/~bertho/cvsgraph/release/
 
@@ -26,7 +25,7 @@
 SUBST_CLASSES=         man
 SUBST_STAGE.man=       pre-install
 SUBST_FILES.man=       cvsgraph.1
-SUBST_SED.man=         -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
+SUBST_SED.man=         -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
 SUBST_MESSAGE.man=     "Fixing man page paths."
 
 do-install:
diff -r 183c967347b3 -r ef123d2ff728 devel/cvsgraph/distinfo
--- a/devel/cvsgraph/distinfo   Wed Dec 29 11:28:23 2004 +0000
+++ b/devel/cvsgraph/distinfo   Wed Dec 29 11:37:39 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/08/10 15:10:50 adrianp Exp $
+$NetBSD: distinfo,v 1.4 2004/12/29 11:37:39 adrianp Exp $
 
-SHA1 (cvsgraph-1.4.1.tar.gz) = a32ff9d2d13ea1d485a190edfb1262d1182214e8
-Size (cvsgraph-1.4.1.tar.gz) = 91932 bytes
+SHA1 (cvsgraph-1.5.1.tar.gz) = a8813be6c679168e3d644556d3712d1c5e9bf919
+Size (cvsgraph-1.5.1.tar.gz) = 104506 bytes
 SHA1 (patch-aa) = c2020ce2578856f20b47e81e996ce3020f6a4a1a
-SHA1 (patch-ab) = e77e34a2659287b21ec3c134e50cbd8b39877bbe
diff -r 183c967347b3 -r ef123d2ff728 devel/cvsgraph/patches/patch-ab
--- a/devel/cvsgraph/patches/patch-ab   Wed Dec 29 11:28:23 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2002/03/01 12:24:44 martti Exp $
-
---- cvsgraph.1.orig    Mon Feb 18 08:11:47 2002
-+++ cvsgraph.1
-@@ -98,7 +98,7 @@
- option is given on the commandline, then it is read. Otherwise, \fBcvsgraph\fR 
- first looks for a configuration file in the current directory using
- \fI./cvsgraph.conf\fR and, if not found, tries to open
--\fI/usr/local/etc/cvsgraph.conf\fR. Defaults and commandline overrides
-+\fI@PKG_SYSCONFDIR@/cvsgraph.conf\fR. Defaults and commandline overrides
- will be used if no configuration file can be opened. The format of the
- configuration file is described in \fBcvsgraph.conf(5)\fR. Configuration
- parameters entered on the commandline have always precedence over the
-@@ -154,7 +154,7 @@
- .SH "FILES"
- .LP
- .TP
--\fI/usr/local/etc/cvsgraph.conf\fR
-+\fI@PKG_SYSCONFDIR@/cvsgraph.conf\fR
- Configuration file read for default layout parameters.
- .SH "AUTHOR"
- \fBCvsGraph\fR is written and maintained by B. Stultiens.



Home | Main Index | Thread Index | Old Index