net-p2p/rslsync: Update to 2.7.3
- 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
This commit is contained in:
parent
6168ba59fb
commit
77d102b8cf
2 changed files with 15 additions and 11 deletions
|
@ -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}/
|
||||
|
@ -17,18 +17,22 @@ LICENSE_PERMS= auto-accept
|
|||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= binary-only program, source code not available
|
||||
|
||||
USE_RC_SUBR= rslsync
|
||||
|
||||
CONFLICTS_INSTALL= rslsync-beta
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= GROUP=${GROUPS} \
|
||||
USER=${USERS}
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_SUB= USER=${USERS} GROUP=${GROUPS}
|
||||
SUB_LIST= USER=${USERS} GROUP=${GROUPS}
|
||||
SUB_FILES= pkg-message
|
||||
USE_RC_SUBR= rslsync
|
||||
|
||||
USERS= rslsync
|
||||
GROUPS= ${USERS}
|
||||
|
||||
PLIST_SUB= GROUP=${GROUPS} \
|
||||
USER=${USERS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue