summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2022-09-18 21:37:21 +0000
committertriaxx <triaxx@pkgsrc.org>2022-09-18 21:37:21 +0000
commit04e183b596e4be0db5bb9a16c3ac1434d7a256c9 (patch)
tree0cd448498128c60b3477162afadc3f67a297137d /net/syncthing/Makefile
parent32c634b7b4eddb9d5e5c5121eb1dffc7531e5874 (diff)
downloadpkgsrc-04e183b596e4be0db5bb9a16c3ac1434d7a256c9.tar.gz
syncthing: Update to 1.21.0
upstream changes: ----------------- o v1.21.0 Bugfixes: #8219: REST API: db/completion no output when one folder is paused #8479: Panic in failure reporting Enhancements: #1329: Add support for syncing ownership of files #7981: Show likely status of disconnected devices #8296: Auto-accepted receive-encrypted folders should have more sensible defaults #8323: Show internally used paths in the GUI for debugging #8448: Remove "restart on wakeup" functionality
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r--net/syncthing/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index b6304ac9846..664a0a5ae02 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.158 2022/09/17 11:54:43 bsiegert Exp $
+# $NetBSD: Makefile,v 1.159 2022/09/18 21:37:21 triaxx Exp $
# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME= syncthing-source-v1.20.4
+DISTNAME= syncthing-source-v1.21.0
PKGNAME= ${DISTNAME:S,source-v,,}
-PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -65,9 +64,6 @@ FILES_SUBST+= SYNCTHING_GROUP=${SYNCTHING_GROUP}
RCD_SCRIPTS+= syncthing
-post-extract:
- ${RM} -rf ${WRKSRC}/vendor
-
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} run build.go -no-upgrade build syncthing