diff options
author | gehenna <gehenna> | 2003-09-09 17:45:11 +0000 |
---|---|---|
committer | gehenna <gehenna> | 2003-09-09 17:45:11 +0000 |
commit | 000253144f4e09b97728d96dd553d2b3f56c9b3a (patch) | |
tree | 5c6359bf1cb053052edc681d3cd7819ae08a00d5 /devel | |
parent | b581cb8e124ad1680d4f8dbc493e75e0ea8507e4 (diff) | |
download | pkgsrc-000253144f4e09b97728d96dd553d2b3f56c9b3a.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')
-rw-r--r-- | devel/cvsync/Makefile | 6 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 6 |
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 |