Update to 0.24.15. Notable changes:
- The cvsync2cvsup utility, which converts a CVSync scanfile to one in the CVSup format, has been added. - A sample file for the FreeBSD CVS repository has been added. - Some reliability improvements.
This commit is contained in:
parent
92367759d8
commit
0a545ecf92
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2003/12/01 01:13:45 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2004/04/17 12:02:09 naddy Exp $
|
||||
|
||||
COMMENT= "portable CVS repository synchronization utility"
|
||||
|
||||
DISTNAME= cvsync-0.24.13
|
||||
DISTNAME= cvsync-0.24.15
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.cvsync.org/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cvsync-0.24.13.tar.gz) = 33dc221c74f6ea4de1b3611ce48ba73f
|
||||
RMD160 (cvsync-0.24.13.tar.gz) = 25c82de3ca0dac5ca98d5b17c67e448a3a318478
|
||||
SHA1 (cvsync-0.24.13.tar.gz) = a8e3377760bdfcb905579dbde92ef36621c7f35d
|
||||
MD5 (cvsync-0.24.15.tar.gz) = 940ea8ce09c11ec5fc33850bab12aa13
|
||||
RMD160 (cvsync-0.24.15.tar.gz) = b1559248264142fb13b2d1a0ad0817a1d3407b1d
|
||||
SHA1 (cvsync-0.24.15.tar.gz) = 7de173eeeb372c69bb1a684c0d50e55bc25e044a
|
||||
|
@ -1,18 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/10/29 14:32:47 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/17 12:02:09 naddy Exp $
|
||||
bin/cvscan
|
||||
bin/cvsup2cvsync
|
||||
bin/cvsync
|
||||
bin/cvsync2cvsup
|
||||
bin/cvsyncd
|
||||
bin/rcscan
|
||||
bin/rcscmp
|
||||
man/man1/cvscan.1
|
||||
man/man1/cvsup2cvsync.1
|
||||
man/man1/cvsync.1
|
||||
man/man1/cvsync2cvsup.1
|
||||
man/man1/cvsyncd.1
|
||||
man/man1/rcscan.1
|
||||
man/man1/rcscmp.1
|
||||
share/examples/cvsync/cvsync.conf
|
||||
share/examples/cvsync/cvsyncd-FreeBSD.conf
|
||||
share/examples/cvsync/cvsyncd-NetBSD.conf
|
||||
share/examples/cvsync/cvsyncd-OpenBSD.conf
|
||||
share/examples/cvsync/cvsyncd.conf
|
||||
@dirrm share/examples/cvsync
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra cvsync.conf
|
||||
@extra cvsyncd.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user