Received: by mail.netbsd.org (Postfix, from userid 605) id 6150384EF2; Wed, 20 Apr 2022 19:35:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B10784ED8 for ; Wed, 20 Apr 2022 19:35:09 +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 tjoYFDSddmwb for ; Wed, 20 Apr 2022 19:35:09 +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 01F2A84D00 for ; Wed, 20 Apr 2022 19:35:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9D7EFB1A; Wed, 20 Apr 2022 19:35:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165048330820850" MIME-Version: 1.0 Date: Wed, 20 Apr 2022 19:35:08 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/security/cargo-audit To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20220420193508.E9D7EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165048330820850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Wed Apr 20 19:35:08 UTC 2022 Modified Files: pkgsrc/security/cargo-audit: Makefile Log Message: cargo-audit: Fix pkgname. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/cargo-audit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165048330820850 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/cargo-audit/Makefile diff -u pkgsrc/security/cargo-audit/Makefile:1.1 pkgsrc/security/cargo-audit/Makefile:1.2 --- pkgsrc/security/cargo-audit/Makefile:1.1 Wed Apr 20 19:22:23 2022 +++ pkgsrc/security/cargo-audit/Makefile Wed Apr 20 19:35:08 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2022/04/20 19:22:23 nikita Exp $ +# $NetBSD: Makefile,v 1.2 2022/04/20 19:35:08 nikita Exp $ GITHUB_PROJECT= cargo-audit DISTNAME= v0.16.0 GITHUB_TAG= ${GITHUB_PROJECT}/${PKGVERSION_NOREV} -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,v,,} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rustsec/} DIST_SUBDIR= ${GITHUB_PROJECT} --_----------=_165048330820850--