summaryrefslogtreecommitdiff
path: root/devel/cvsync
diff options
context:
space:
mode:
authorgehenna <gehenna@pkgsrc.org>2003-04-20 12:58:48 +0000
committergehenna <gehenna@pkgsrc.org>2003-04-20 12:58:48 +0000
commitf5e43023b33a29743239555e9f3f98d913e61204 (patch)
treeff5d25e3a721d0d54e4896cec9c8b9d58ec0352d /devel/cvsync
parent91488fffe3068c4326fc38440f42eeaa93d8d43c (diff)
downloadpkgsrc-f5e43023b33a29743239555e9f3f98d913e61204.tar.gz
cvsync-0.19.5 is out
ChangeLog: * Fix a bug that the 'SetAttrs' request for directories was issued in a wrong order. * New feature: loose Background: Proper CVS repositories don't have files with same file name inside/outside 'Attic' directory of the same directory. If both exist accidentally, it is very difficult to determine which file is the right one. So in the past, cvsync exits abnormaly with the 'inconsistency' error message. But some CVS repositories has this inconsistency. It is unhappy for CVS repositories mirror sites to redistribute them. The 'loose' option provides a workaround for bogus CVS repositories. When cvsync detects a inconsistency, cvsync assumes that the a file with more recent modification time is right and don't exit. This feature is optional. The best way is to remove the inconsistencies from master sites, of course. * Fix a bug that when move a RCS file from inside/outside Attic to outside/inside Attic without chaging modifition time and permissions, cvsync can't detect the action.
Diffstat (limited to 'devel/cvsync')
-rw-r--r--devel/cvsync/Makefile4
-rw-r--r--devel/cvsync/PLIST7
-rw-r--r--devel/cvsync/distinfo6
3 files changed, 11 insertions, 6 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
index f0d3bb7729f..66f4ac0dbe4 100644
--- a/devel/cvsync/Makefile
+++ b/devel/cvsync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2003/04/15 15:03:08 gehenna Exp $
+# $NetBSD: Makefile,v 1.24 2003/04/20 12:58:48 gehenna Exp $
#
-DISTNAME= cvsync-0.19.4
+DISTNAME= cvsync-0.19.5
CATEGORIES= devel
MASTER_SITES= http://www.daemon-systems.org/cvsync/
diff --git a/devel/cvsync/PLIST b/devel/cvsync/PLIST
index 997a2d82b23..426288344db 100644
--- a/devel/cvsync/PLIST
+++ b/devel/cvsync/PLIST
@@ -1,9 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/06 12:36:45 grant Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/04/20 12:58:49 gehenna Exp $
bin/cvscan
bin/cvsync
bin/cvsyncd
bin/rcscan
bin/rcscmp
+man/man1/cvscan.1
+man/man1/cvsync.1
+man/man1/cvsyncd.1
+man/man1/rcscan.1
+man/man1/rcscmp.1
share/examples/cvsync/cvsync.conf
share/examples/cvsync/cvsyncd.conf
@dirrm share/examples/cvsync
diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo
index 93082ebd6b9..6c59e77938a 100644
--- a/devel/cvsync/distinfo
+++ b/devel/cvsync/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2003/04/15 15:03:08 gehenna Exp $
+$NetBSD: distinfo,v 1.22 2003/04/20 12:58:49 gehenna Exp $
-SHA1 (cvsync-0.19.4.tar.gz) = abce49da80331ee4f2a370c6e40f2e8614040080
-Size (cvsync-0.19.4.tar.gz) = 85503 bytes
+SHA1 (cvsync-0.19.5.tar.gz) = 8c7cd5fe3075c669204ddbf7c6d2824b4cd8f758
+Size (cvsync-0.19.5.tar.gz) = 87072 bytes