pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsync cvsync 0.24.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a1fb686c95f
branches:  trunk
changeset: 461039:2a1fb686c95f
user:      gehenna <gehenna%pkgsrc.org@localhost>
date:      Tue Sep 09 17:45:11 2003 +0000

description:
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:

 devel/cvsync/Makefile |  6 ++++--
 devel/cvsync/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 9ac4b464e98c -r 2a1fb686c95f devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Tue Sep 09 17:31:34 2003 +0000
+++ b/devel/cvsync/Makefile     Tue Sep 09 17:45:11 2003 +0000
@@ -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 @@
 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 -r 9ac4b464e98c -r 2a1fb686c95f devel/cvsync/distinfo
--- a/devel/cvsync/distinfo     Tue Sep 09 17:31:34 2003 +0000
+++ b/devel/cvsync/distinfo     Tue Sep 09 17:45:11 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index