svn commit: r474366 - branches/2018Q3/net-p2p/rslsync
Jochen Neumeister
joneum at FreeBSD.org
Tue Jul 10 13:11:04 UTC 2018
Author: joneum
Date: Tue Jul 10 13:11:03 2018
New Revision: 474366
URL: https://svnweb.freebsd.org/changeset/ports/474366
Log:
MFH: r474362
Update to 2.5.13
unbreak for pkg-fallout:
=======================<phase: build >============================
===> Building for rslsync-2.5.13
/wrkdirs/usr/ports/net-p2p/rslsync/work/rslsync-2.5.13/rslsync --dump-sample-config > /wrkdirs/usr/ports/net-p2p/rslsync/work/rslsync-2.5.13/rslsync.conf.sample
[14:37:47.706] assert failed /home/jenkins/slave-root/workspace/Build-Sync-Manually/btlog.cpp:303
assert failed /home/jenkins/slave-root/workspace/Build-Sync-Manually/btlog.cpp:303 (33882125)
*** Signal 6
PR: 228559
Submitted by: Volodymyr Kostyrko <arcade at b1t.name> (maintainer)
Approved by: ports-secteam (miwi via irc)
Modified:
branches/2018Q3/net-p2p/rslsync/Makefile
branches/2018Q3/net-p2p/rslsync/distinfo
Directory Properties:
branches/2018Q3/ (props changed)
Modified: branches/2018Q3/net-p2p/rslsync/Makefile
==============================================================================
--- branches/2018Q3/net-p2p/rslsync/Makefile Tue Jul 10 13:08:37 2018 (r474365)
+++ branches/2018Q3/net-p2p/rslsync/Makefile Tue Jul 10 13:11:03 2018 (r474366)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rslsync
-PORTVERSION= 2.5.12
+PORTVERSION= 2.5.13
CATEGORIES= net-p2p
MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \
http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/
@@ -37,7 +37,7 @@ CONFIG_ARCH= ${ARCH}
.endif
do-build:
- ${WRKSRC}/rslsync --dump-sample-config > ${WRKSRC}/rslsync.conf.sample
+ ${WRKSRC}/rslsync --nodaemon --dump-sample-config > ${WRKSRC}/rslsync.conf.sample
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample
Modified: branches/2018Q3/net-p2p/rslsync/distinfo
==============================================================================
--- branches/2018Q3/net-p2p/rslsync/distinfo Tue Jul 10 13:08:37 2018 (r474365)
+++ branches/2018Q3/net-p2p/rslsync/distinfo Tue Jul 10 13:11:03 2018 (r474366)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1526266298
-SHA256 (rslsync-2.5.12/resilio-sync_freebsd_i386.tar.gz) = 90aec753fb41c55c3344047ba6c94a7012642ff9eff9e19a7460f9cdbe303454
-SIZE (rslsync-2.5.12/resilio-sync_freebsd_i386.tar.gz) = 10960760
-SHA256 (rslsync-2.5.12/resilio-sync_freebsd_x64.tar.gz) = 32462b30f706791da1997021f7a51d0b42497cb076760ae9937f37836762b4ba
-SIZE (rslsync-2.5.12/resilio-sync_freebsd_x64.tar.gz) = 11138832
+TIMESTAMP = 1528176970
+SHA256 (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = df72db2ef31cf6a6e553c12c8b87041f361cdf1403dbeeb1d7ee3bfbf6247dce
+SIZE (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = 11137906
+SHA256 (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = a59abc631c64739e0a5c87736fa8e65cabd35f357ccf10ded01e5e48a3074ccc
+SIZE (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = 10960831
More information about the svn-ports-all
mailing list