summaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-12-29 11:37:39 +0000
committeradrianp <adrianp>2004-12-29 11:37:39 +0000
commit57c570999a47a0e10cbbea570da7f9f23544d29b (patch)
treeb25f7c14ceb9f78f8e0a112ceb12c692c89e3f9f /devel/cvsgraph
parent6847cca776b294302252cd960f9aa16dfdc43c6e (diff)
downloadpkgsrc-57c570999a47a0e10cbbea570da7f9f23544d29b.tar.gz
- 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 (limited to 'devel/cvsgraph')
-rw-r--r--devel/cvsgraph/Makefile7
-rw-r--r--devel/cvsgraph/distinfo7
-rw-r--r--devel/cvsgraph/patches/patch-ab22
3 files changed, 6 insertions, 30 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 6c5c17d6855..e7b08fdcb8c 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -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 @@ BUILD_TARGET= cvsgraph
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 --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo
index 80593f6ea95..55eb3d1efa7 100644
--- a/devel/cvsgraph/distinfo
+++ b/devel/cvsgraph/distinfo
@@ -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 --git a/devel/cvsgraph/patches/patch-ab b/devel/cvsgraph/patches/patch-ab
deleted file mode 100644
index 3b14a7cfa85..00000000000
--- a/devel/cvsgraph/patches/patch-ab
+++ /dev/null
@@ -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.