mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +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:
parent
d96230c11b
commit
68b3a86da4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79058
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cvsync
|
||||
PORTVERSION= 0.19.2
|
||||
PORTVERSION= 0.19.4
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.daemon-systems.org/cvsync/ \
|
||||
ftp://ftp.allbsd.org/pub/cvsync/
|
||||
@ -15,6 +15,13 @@ MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A portable CVS repository synchronization utility
|
||||
|
||||
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:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsync-0.19.2.tar.gz) = 47cee80604cc0f895e734b12d2924296
|
||||
MD5 (cvsync-0.19.4.tar.gz) = 8225012f951d03383f344d847c8425d0
|
||||
|
@ -1,3 +1,5 @@
|
||||
cvsync is a portable CVS repository synchronization utility,
|
||||
written in C and POSIX pthread library. This is very similar to
|
||||
CVSup but not compatible with it.
|
||||
|
||||
Note that this utility is still experimental.
|
||||
|
Loading…
Reference in New Issue
Block a user