diff options
author | joneum <joneum@FreeBSD.org> | 2018-07-10 20:59:43 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-07-10 20:59:43 +0800 |
commit | 3b35326feeaf28fdd92d7ad84f9f2b75665ce31f (patch) | |
tree | 795a89a04799d4c2ebd89953308d93693f8fe30e /net-p2p | |
parent | 5eeb321969837c2c79bcc7be7f7a005dfea6481f (diff) | |
download | freebsd-ports-gnome-3b35326feeaf28fdd92d7ad84f9f2b75665ce31f.tar.gz freebsd-ports-gnome-3b35326feeaf28fdd92d7ad84f9f2b75665ce31f.tar.zst freebsd-ports-gnome-3b35326feeaf28fdd92d7ad84f9f2b75665ce31f.zip |
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@b1t.name> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rslsync/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rslsync/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/rslsync/Makefile b/net-p2p/rslsync/Makefile index 3e2a91611690..9c3b5f0c297e 100644 --- a/net-p2p/rslsync/Makefile +++ b/net-p2p/rslsync/Makefile @@ -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 diff --git a/net-p2p/rslsync/distinfo b/net-p2p/rslsync/distinfo index 538b3491e2d9..e407cc47d8a8 100644 --- a/net-p2p/rslsync/distinfo +++ b/net-p2p/rslsync/distinfo @@ -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 |