Tue Oct 20 18:00:32 2020 UTC ()
net/syncthing: typo


(gdt)
diff -r1.123 -r1.124 pkgsrc/net/syncthing/Makefile

cvs diff -r1.123 -r1.124 pkgsrc/net/syncthing/Makefile (expand / switch to unified diff)

--- pkgsrc/net/syncthing/Makefile 2020/10/20 18:00:17 1.123
+++ pkgsrc/net/syncthing/Makefile 2020/10/20 18:00:32 1.124
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.123 2020/10/20 18:00:17 gdt Exp $ 1# $NetBSD: Makefile,v 1.124 2020/10/20 18:00:32 gdt Exp $
2 2
3# Rotocol breaks require tech-pkg@ discussion and MAINTAINER approval. 3# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
4DISTNAME= syncthing-source-v1.10.0 4DISTNAME= syncthing-source-v1.10.0
5PKGNAME= ${DISTNAME:S,source-v,,} 5PKGNAME= ${DISTNAME:S,source-v,,}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= net 7CATEGORIES= net
8MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
9GITHUB_RELEASE= v${PKGVERSION_NOREV} 9GITHUB_RELEASE= v${PKGVERSION_NOREV}
10 10
11COMMENT= Keeps directories in sync across hosts 11COMMENT= Keeps directories in sync across hosts
12HOMEPAGE= https://syncthing.net/ 12HOMEPAGE= https://syncthing.net/
13MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
14LICENSE= mpl-2.0 14LICENSE= mpl-2.0
15 15
16# The 'zillode' dependency calls the compiler on certain archs. 16# The 'zillode' dependency calls the compiler on certain archs.