From 583ef0fb1e102fe6c8b238468884e1d800aa0466 Mon Sep 17 00:00:00 2001 From: gehenna Date: Tue, 9 Sep 2003 17:45:11 +0000 Subject: cvsync 0.24.6 Changes: * New feature: specify configurations in command line. (client) URI Syntax: cvsync://[:][/[/release/[?]]] Samples: cvsync://some.where/ Retrieves the collections list. cvsync://some.where/foo/rcs/?prefix=/localsrc Retrieves the collection foo/rcs under /localsrc. The documentation is not prepared yet. * Fix a bug to fail to execute in background when use an option -p to specify a file name to store a PID number and it is a relative path. (server) * Add samples to distribute NetBSD/OpenBSD CVS repositories. --- devel/cvsync/Makefile | 6 ++++-- devel/cvsync/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'devel/cvsync') diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index 82da0893802..28e78413aaf 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2003/08/30 07:24:52 gehenna Exp $ +# $NetBSD: Makefile,v 1.49 2003/09/09 17:45:11 gehenna Exp $ # -DISTNAME= cvsync-0.24.5 +DISTNAME= cvsync-0.24.6 CATEGORIES= devel MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ @@ -21,6 +21,8 @@ CONF_FILES+= ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-NetBSD.conf ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-OpenBSD.conf ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EGDIR} .include "../../mk/pthread.buildlink2.mk" diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index a8dc0e50ecc..a4d5c78f0ca 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.46 2003/08/30 07:24:53 gehenna Exp $ +$NetBSD: distinfo,v 1.47 2003/09/09 17:45:12 gehenna Exp $ -SHA1 (cvsync-0.24.5.tar.gz) = 5ad07edabd1f61dd0842c80d4a1941e928ff4d42 -Size (cvsync-0.24.5.tar.gz) = 117009 bytes +SHA1 (cvsync-0.24.6.tar.gz) = 6316ed71099a141c60d4969b5eadf7c2c0a82ff4 +Size (cvsync-0.24.6.tar.gz) = 118953 bytes -- cgit v1.2.3