Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1E3784D37 for ; Sat, 1 Jul 2023 09:11:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J-yyWulW5xYr for ; Sat, 1 Jul 2023 09:11:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 068A784D24 for ; Sat, 1 Jul 2023 09:11:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0382AFA89; Sat, 1 Jul 2023 09:11:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688202718131610" MIME-Version: 1.0 Date: Sat, 1 Jul 2023 09:11:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools/revbump To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230701091159.0382AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688202718131610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 1 09:11:58 UTC 2023 Modified Files: pkgsrc/pkgtools/revbump: Makefile Log Message: revbump: fix LICENSE To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/pkgtools/revbump/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688202718131610 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/revbump/Makefile diff -u pkgsrc/pkgtools/revbump/Makefile:1.53 pkgsrc/pkgtools/revbump/Makefile:1.54 --- pkgsrc/pkgtools/revbump/Makefile:1.53 Sat Jun 10 14:35:29 2023 +++ pkgsrc/pkgtools/revbump/Makefile Sat Jul 1 09:11:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2023/06/10 14:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2023/07/01 09:11:58 wiz Exp $ PKGNAME= revbump-3.3 CATEGORIES= pkgtools @@ -6,7 +6,7 @@ CATEGORIES= pkgtools MAINTAINER= wiz@NetBSD.org HOMEPAGE= https://www.pkgsrc.org/ COMMENT= Tool for bumping PKGREVISIONs (for pkgsrc developers) -LICENSE= modified-bsd AND 2-clause-bsd +LICENSE= 2-clause-bsd WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty --_----------=_1688202718131610--