summaryrefslogtreecommitdiff
path: root/devel/cvsync
diff options
context:
space:
mode:
authorgehenna <gehenna@pkgsrc.org>2003-09-09 17:45:11 +0000
committergehenna <gehenna@pkgsrc.org>2003-09-09 17:45:11 +0000
commit583ef0fb1e102fe6c8b238468884e1d800aa0466 (patch)
tree5c6359bf1cb053052edc681d3cd7819ae08a00d5 /devel/cvsync
parent4b67b74873383b20da142fa08eeca40a1dc61282 (diff)
downloadpkgsrc-583ef0fb1e102fe6c8b238468884e1d800aa0466.tar.gz
cvsync 0.24.6
Changes: * New feature: specify configurations in command line. (client) URI Syntax: cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]] 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.
Diffstat (limited to 'devel/cvsync')
-rw-r--r--devel/cvsync/Makefile6
-rw-r--r--devel/cvsync/distinfo6
2 files changed, 7 insertions, 5 deletions
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