diff options
author | gehenna <gehenna@pkgsrc.org> | 2004-04-17 03:25:47 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2004-04-17 03:25:47 +0000 |
commit | 4ed8ed5646d47cc620b7c42c84ecfdd1eb65681b (patch) | |
tree | d6c9a99a4a5b871bd097f33c85e9eab34ef9255e /devel/cvsync | |
parent | 2f9cb917a5a0d73487cf0e7ef1488da810e16c92 (diff) | |
download | pkgsrc-4ed8ed5646d47cc620b7c42c84ecfdd1eb65681b.tar.gz |
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 (limited to 'devel/cvsync')
-rw-r--r-- | devel/cvsync/Makefile | 7 | ||||
-rw-r--r-- | devel/cvsync/PLIST | 4 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index c71ce768bb4..c3add3c8704 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -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 @@ 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-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 --git a/devel/cvsync/PLIST b/devel/cvsync/PLIST index 2c8cebea8e6..47785018e57 100644 --- a/devel/cvsync/PLIST +++ b/devel/cvsync/PLIST @@ -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/cvsyncd.1 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 --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index 4f49c70f7c6..25560da13de 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -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 |