1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.19.4.

Prompted by:	MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by:	hrs (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-04-16 06:45:07 +00:00
parent d96230c11b
commit 68b3a86da4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79058
3 changed files with 11 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= cvsync PORTNAME= cvsync
PORTVERSION= 0.19.2 PORTVERSION= 0.19.4
CATEGORIES= net ipv6 CATEGORIES= net ipv6
MASTER_SITES= http://www.daemon-systems.org/cvsync/ \ MASTER_SITES= http://www.daemon-systems.org/cvsync/ \
ftp://ftp.allbsd.org/pub/cvsync/ ftp://ftp.allbsd.org/pub/cvsync/
@ -15,6 +15,13 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= A portable CVS repository synchronization utility COMMENT= A portable CVS repository synchronization utility
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1
post-configure:
${REINPLACE_CMD} -e "s/^# $${INSTALL}/ $${INSTALL}/" \
${WRKSRC}/mk/prog.mk
post-install: post-install:
@${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}

View File

@ -1 +1 @@
MD5 (cvsync-0.19.2.tar.gz) = 47cee80604cc0f895e734b12d2924296 MD5 (cvsync-0.19.4.tar.gz) = 8225012f951d03383f344d847c8425d0

View File

@ -1,3 +1,5 @@
cvsync is a portable CVS repository synchronization utility, cvsync is a portable CVS repository synchronization utility,
written in C and POSIX pthread library. This is very similar to written in C and POSIX pthread library. This is very similar to
CVSup but not compatible with it. CVSup but not compatible with it.
Note that this utility is still experimental.