pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cvsps Update to 2.1. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bab258f9c91
branches: trunk
changeset: 496776:0bab258f9c91
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jul 13 04:00:41 2005 +0000
description:
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:
devel/cvsps/Makefile | 5 ++---
devel/cvsps/distinfo | 10 +++++-----
devel/cvsps/patches/patch-aa | 18 +++++++++++++++---
3 files changed, 22 insertions(+), 11 deletions(-)
diffs (60 lines):
diff -r d3f560647fe3 -r 0bab258f9c91 devel/cvsps/Makefile
--- a/devel/cvsps/Makefile Wed Jul 13 02:12:59 2005 +0000
+++ b/devel/cvsps/Makefile Wed Jul 13 04:00:41 2005 +0000
@@ -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 -r d3f560647fe3 -r 0bab258f9c91 devel/cvsps/distinfo
--- a/devel/cvsps/distinfo Wed Jul 13 02:12:59 2005 +0000
+++ b/devel/cvsps/distinfo Wed Jul 13 04:00:41 2005 +0000
@@ -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 -r d3f560647fe3 -r 0bab258f9c91 devel/cvsps/patches/patch-aa
--- a/devel/cvsps/patches/patch-aa Wed Jul 13 02:12:59 2005 +0000
+++ b/devel/cvsps/patches/patch-aa Wed Jul 13 04:00:41 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index