mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/syncthing: Update to 1.23.7
re: https://github.com/syncthing/syncthing/releases/tag/v1.23.7 While here, run portfmt over the Makefile
This commit is contained in:
parent
7ad6ea4dd4
commit
617cec549c
@ -1,7 +1,6 @@
|
||||
PORTNAME= syncthing
|
||||
DISTVERSION= 1.23.6
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.23.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL}
|
||||
@ -15,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE
|
||||
|
||||
USES= cpe go:1.19,modules
|
||||
|
||||
USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv syncthing-relaypoolsrv
|
||||
USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv \
|
||||
syncthing-relaypoolsrv
|
||||
|
||||
BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv
|
||||
|
||||
@ -29,7 +29,8 @@ USERS= syncthing
|
||||
GROUPS= syncthing
|
||||
|
||||
# Anonymize
|
||||
MAKE_ENV+= BUILD_USER=ports BUILD_HOST=freebsd
|
||||
MAKE_ENV+= BUILD_HOST=freebsd \
|
||||
BUILD_USER=ports
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1690749862
|
||||
SHA256 (syncthing-source-v1.23.6.tar.gz) = 6c49fef03d710fe2a6eaa9818a9a2c3017f9a2ec00d724748c2a187cb58dbe0e
|
||||
SIZE (syncthing-source-v1.23.6.tar.gz) = 14213659
|
||||
TIMESTAMP = 1691580733
|
||||
SHA256 (syncthing-source-v1.23.7.tar.gz) = 18d8dd74d8077f500a139752261b78217ef0b0a912a7c017192097a7196e21a1
|
||||
SIZE (syncthing-source-v1.23.7.tar.gz) = 14314457
|
||||
|
Loading…
Reference in New Issue
Block a user