mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.24.11. New client keyword "base-prefix" has been added.
Build on bento cluster should be fixed, too. PR: 58862 Submitted by: Hiroki Sato <hrs@freebsd.org>
This commit is contained in:
parent
d67a089d5e
commit
f17af4e1d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92954
2 changed files with 9 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cvsync
|
PORTNAME= cvsync
|
||||||
PORTVERSION= 0.24.10
|
PORTVERSION= 0.24.11
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
|
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
|
||||||
ftp://ftp.allbsd.org/pub/cvsync/
|
ftp://ftp.allbsd.org/pub/cvsync/
|
||||||
|
@ -21,6 +21,13 @@ DOCS= doc/COPYRIGHT doc/ChangeLog doc/FAQ doc/TODO
|
||||||
EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf \
|
EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf \
|
||||||
samples/cvsyncd-NetBSD.conf samples/cvsyncd-OpenBSD.conf
|
samples/cvsyncd-NetBSD.conf samples/cvsyncd-OpenBSD.conf
|
||||||
|
|
||||||
|
MAKE_FLAGS= OSVER="${OSVERSION}"
|
||||||
|
|
||||||
|
.if defined(WITH_OPENSSL)
|
||||||
|
USE_OPENSSL= yes
|
||||||
|
MAKE_FLAGS+= HASH_TYPE=openssl
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (cvsync-0.24.10.tar.gz) = 22d8aa1c05b118ef6d20c196d9343ac4
|
MD5 (cvsync-0.24.11.tar.gz) = 26c52b4e530485b3634deb5764ea395c
|
||||||
|
|
Loading…
Add table
Reference in a new issue