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.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71efaca25cdc
branches:  trunk
changeset: 473176:71efaca25cdc
user:      gehenna <gehenna%pkgsrc.org@localhost>
date:      Sat Apr 17 03:25:47 2004 +0000

description:
cvsync 0.24.15

Changes:
 * Make this compile with TenDRA.

 * Make this compile on Solaris7.

 * New utility: cvsync2cvsup

   This converts a scanfile from the cvsync style to the CVSup(R) style.
   It is useful for mirror maintainers to distribute the CVS repositories
   via both CVSup and CVSync protocols.

 * Improve robustness. (client)

diffstat:

 devel/cvsync/Makefile |  7 +++----
 devel/cvsync/PLIST    |  4 ++--
 devel/cvsync/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 4d4e17f67dea -r 71efaca25cdc devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Sat Apr 17 03:06:05 2004 +0000
+++ b/devel/cvsync/Makefile     Sat Apr 17 03:25:47 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2004/04/09 01:06:23 gehenna Exp $
+# $NetBSD: Makefile,v 1.61 2004/04/17 03:25:47 gehenna Exp $
 #
 
-DISTNAME=      cvsync-0.24.14
-PKGREVISION=   1
+DISTNAME=      cvsync-0.24.15
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.cvsync.org/pub/cvsync/
 
@@ -22,9 +21,9 @@
 post-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd-FreeBSD.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"
 .include "../../mk/bsd.pkg.mk"
diff -r 4d4e17f67dea -r 71efaca25cdc devel/cvsync/PLIST
--- a/devel/cvsync/PLIST        Sat Apr 17 03:06:05 2004 +0000
+++ b/devel/cvsync/PLIST        Sat Apr 17 03:25:47 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/10/29 00:43:38 gehenna Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/04/17 03:25:47 gehenna Exp $
 bin/cvscan
 bin/cvsup2cvsync
 bin/cvsync
@@ -12,7 +12,7 @@
 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
diff -r 4d4e17f67dea -r 71efaca25cdc devel/cvsync/distinfo
--- a/devel/cvsync/distinfo     Sat Apr 17 03:06:05 2004 +0000
+++ b/devel/cvsync/distinfo     Sat Apr 17 03:25:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.57 2004/04/07 11:58:22 gehenna Exp $
+$NetBSD: distinfo,v 1.58 2004/04/17 03:25:47 gehenna Exp $
 
-SHA1 (cvsync-0.24.14.tar.gz) = 99b854af4b6d1d78f9ae04db779ca26cb3f2bf9b
-Size (cvsync-0.24.14.tar.gz) = 129396 bytes
+SHA1 (cvsync-0.24.15.tar.gz) = 7de173eeeb372c69bb1a684c0d50e55bc25e044a
+Size (cvsync-0.24.15.tar.gz) = 133293 bytes



Home | Main Index | Thread Index | Old Index