Skip to content

Commit

Permalink
net-p2p/rslsync: Update to 2.7.3
Browse files Browse the repository at this point in the history
 - use DISTVERSION instead of PORTVERSION
 - pet portclippy
 - pet portfmt

ChangeLog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log

PR:		264132
  • Loading branch information
kworr authored and nunotexbsd committed May 23, 2022
1 parent 6168ba5 commit 77d102b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 10 additions & 6 deletions net-p2p/rslsync/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rslsync
PORTVERSION= 2.7.2
DISTVERSION= 2.7.3
CATEGORIES= net-p2p
MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \
http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/
Expand All @@ -17,18 +17,22 @@ LICENSE_PERMS= auto-accept
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= binary-only program, source code not available

CONFLICTS_INSTALL= rslsync-beta
USE_RC_SUBR= rslsync

NO_WRKSUBDIR= yes
CONFLICTS_INSTALL= rslsync-beta

PLIST_SUB= USER=${USERS} GROUP=${GROUPS}
SUB_LIST= USER=${USERS} GROUP=${GROUPS}
SUB_FILES= pkg-message
USE_RC_SUBR= rslsync
SUB_LIST= GROUP=${GROUPS} \
USER=${USERS}

NO_WRKSUBDIR= yes

USERS= rslsync
GROUPS= ${USERS}

PLIST_SUB= GROUP=${GROUPS} \
USER=${USERS}

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
Expand Down
10 changes: 5 additions & 5 deletions net-p2p/rslsync/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1618127280
SHA256 (rslsync-2.7.2/resilio-sync_freebsd_i386.tar.gz) = ab8c2132d79f8c4b3fff1b40e92bcd454ed4f87b3c904d8ed81a9776919e9a17
SIZE (rslsync-2.7.2/resilio-sync_freebsd_i386.tar.gz) = 13280331
SHA256 (rslsync-2.7.2/resilio-sync_freebsd_x64.tar.gz) = 23178977cd466f1b9b320d9a8549761352f9052107295f2bc38594d07880b212
SIZE (rslsync-2.7.2/resilio-sync_freebsd_x64.tar.gz) = 13306663
TIMESTAMP = 1653154443
SHA256 (rslsync-2.7.3/resilio-sync_freebsd_i386.tar.gz) = 850f1f16a4a3bf69501483b5cc08132276fb123ac180c64a8b89867ba5e3a819
SIZE (rslsync-2.7.3/resilio-sync_freebsd_i386.tar.gz) = 13379750
SHA256 (rslsync-2.7.3/resilio-sync_freebsd_x64.tar.gz) = b29bf30aac4af1c87cfe3cbd300de04b1c02a7cf098dcaebed7e4a1c05218d88
SIZE (rslsync-2.7.3/resilio-sync_freebsd_x64.tar.gz) = 13406761

0 comments on commit 77d102b

Please sign in to comment.