summaryrefslogtreecommitdiff
path: root/devel/cvsps
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-07-13 04:00:41 +0000
committerschmonz <schmonz>2005-07-13 04:00:41 +0000
commit075fad25881ff2d8e85302489547861d773be122 (patch)
treeead2211c5abef3ffab07dacbd795e7e53fe5f965 /devel/cvsps
parent6cc681239f6fcc06ced831b63a8260a255edc66c (diff)
downloadpkgsrc-075fad25881ff2d8e85302489547861d773be122.tar.gz
Update to 2.1. From the changelog:
- lots of fixes to get the thing working sufficienly for cvs2git - main features - optionally detect and display ancestor branch information for new detected branches - never allow more than one revision of a file to be in a single patchset (this may disturb the patchset numbers for historical data :-( - use file revisions to help sort, so that initial imports won't be listed as patchset 1, with patchset 2 as the actual creation of the files. - reports log times in localtime (use TZ to override) - many downstream patches from Debian, special thanks to Marcus Crafter for maintaining. From the Debian changelog: - patch from Kim Hansen to fix time calculation bug - documentation patch from J. Bruce Fields - directory name handling patch from David Kilzer - others I'm not sure of, I'd happily update the credit here
Diffstat (limited to 'devel/cvsps')
-rw-r--r--devel/cvsps/Makefile5
-rw-r--r--devel/cvsps/distinfo10
-rw-r--r--devel/cvsps/patches/patch-aa18
3 files changed, 22 insertions, 11 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index 9a30304ddd5..4d4dcaf4f2f 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:07:50 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/07/13 04:00:41 schmonz Exp $
#
-DISTNAME= cvsps-2.0rc1
-PKGREVISION= 1
+DISTNAME= cvsps-2.1
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}
diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo
index 671ff3e6c68..75a71f195d4 100644
--- a/devel/cvsps/distinfo
+++ b/devel/cvsps/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:12 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/07/13 04:00:41 schmonz Exp $
-SHA1 (cvsps-2.0rc1.tar.gz) = 9b5a78acb086beba2cff030ba8ffee7373e36599
-RMD160 (cvsps-2.0rc1.tar.gz) = 7f4f1636e1e9aefa008ab7e5c94c4685a079c8fa
-Size (cvsps-2.0rc1.tar.gz) = 58161 bytes
-SHA1 (patch-aa) = 6c1df89eb27104bf4718ce5e0c38714ee283fbae
+SHA1 (cvsps-2.1.tar.gz) = a53a62b121e7b86e07a393bcb8aa4f0492a747c4
+RMD160 (cvsps-2.1.tar.gz) = a3063f638fbf1136761549658432d5842e4a766f
+Size (cvsps-2.1.tar.gz) = 61634 bytes
+SHA1 (patch-aa) = 7e908b0f79098d7f829058d55db8ed9311101e0f
diff --git a/devel/cvsps/patches/patch-aa b/devel/cvsps/patches/patch-aa
index 7d41537860e..ac6c9d973ff 100644
--- a/devel/cvsps/patches/patch-aa
+++ b/devel/cvsps/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2004/02/26 01:10:07 schmonz Exp $
+$NetBSD: patch-aa,v 1.4 2005/07/13 04:00:41 schmonz Exp $
---- Makefile.orig Fri Apr 11 10:06:01 2003
+--- Makefile.orig 2005-05-25 23:39:40.000000000 -0400
+++ Makefile
-@@ -3,7 +3,7 @@ MINOR=0rc1
+@@ -3,7 +3,7 @@ MINOR=1
CC?=gcc
CFLAGS?=-g -O2 -Wall
CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\"
@@ -11,3 +11,15 @@ $NetBSD: patch-aa,v 1.3 2004/02/26 01:10:07 schmonz Exp $
OBJS=\
cbtcommon/debug.o\
cbtcommon/hash.o\
+@@ -25,9 +25,9 @@ cvsps: $(OBJS)
+
+ install:
+ [ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
+- [ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1
++ [ -d $(prefix)/man/man1 ] || mkdir -p $(prefix)/man/man1
+ install cvsps $(prefix)/bin
+- install -m 644 cvsps.1 $(prefix)/share/man/man1
++ install -m 644 cvsps.1 $(prefix)/man/man1
+
+ clean:
+ rm -f cvsps *.o cbtcommon/*.o core