Received: by mail.netbsd.org (Postfix, from userid 605) id 21C7884D3F; Sat, 6 May 2023 06:05:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5208284D4D for ; Sat, 6 May 2023 06:05:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uFA2tVY2O0Yg for ; Sat, 6 May 2023 06:05:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A785784CD0 for ; Sat, 6 May 2023 06:05:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9FC3CFA87; Sat, 6 May 2023 06:05:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683353129148450" MIME-Version: 1.0 Date: Sat, 6 May 2023 06:05:29 +0000 From: "Iku Iwasa" Subject: CVS commit: pkgsrc/sysutils/restic To: pkgsrc-changes@NetBSD.org Reply-To: iquiw@netbsd.org X-Mailer: log_accum Message-Id: <20230506060529.9FC3CFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683353129148450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: iquiw Date: Sat May 6 06:05:29 UTC 2023 Modified Files: pkgsrc/sysutils/restic: Makefile Log Message: restic: correct license LICENSE was wrongly set to "mit", it should be "2-clause-bsd". To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/restic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683353129148450 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/restic/Makefile diff -u pkgsrc/sysutils/restic/Makefile:1.31 pkgsrc/sysutils/restic/Makefile:1.32 --- pkgsrc/sysutils/restic/Makefile:1.31 Fri May 5 19:37:41 2023 +++ pkgsrc/sysutils/restic/Makefile Sat May 6 06:05:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2023/05/05 19:37:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2023/05/06 06:05:29 iquiw Exp $ DISTNAME= restic-0.15.2 PKGREVISION= 1 @@ -9,7 +9,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= iquiw@NetBSD.org HOMEPAGE= https://restic.net/ COMMENT= Fast, secure, efficient backup program -LICENSE= mit +LICENSE= 2-clause-bsd EXTRACT_USING= bsdtar --_----------=_1683353129148450--