summaryrefslogtreecommitdiff
path: root/devel/cvsync/Makefile
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
commit23d3860f06aafa3f6f6d533dd952eb9dfc0d4436 (patch)
tree5c6359bf1cb053052edc681d3cd7819ae08a00d5 /devel/cvsync/Makefile
parent707104576862927c69f9c7b4a1322663d7ad22cd (diff)
downloadpkgsrc-23d3860f06aafa3f6f6d533dd952eb9dfc0d4436.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/Makefile')
-rw-r--r--devel/cvsync/Makefile6
1 files changed, 4 insertions, 2 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"