Received: by mail.netbsd.org (Postfix, from userid 605) id D5CB484DEF; Sun, 28 Jun 2020 10:21:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F7C5850B9 for ; Sun, 28 Jun 2020 10:21:00 +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 X6h5UtHKClpc for ; Sun, 28 Jun 2020 10:20:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D88B984D66 for ; Sun, 28 Jun 2020 10:20:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D62F4FB28; Sun, 28 Jun 2020 10:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159333965967990" MIME-Version: 1.0 Date: Sun, 28 Jun 2020 10:20:59 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/pkgtools/url2pkg To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200628102059.D62F4FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159333965967990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jun 28 10:20:59 UTC 2020 Modified Files: pkgsrc/pkgtools/url2pkg: Makefile Log Message: pkgtools/url2pkg: update version to 20.2.0 No code changes. This is just to align the url2pkg version number with the upcoming branch name. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/pkgtools/url2pkg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159333965967990 Content-Disposition: inline Content-Length: 519 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/url2pkg/Makefile diff -u pkgsrc/pkgtools/url2pkg/Makefile:1.112 pkgsrc/pkgtools/url2pkg/Makefile:1.113 --- pkgsrc/pkgtools/url2pkg/Makefile:1.112 Mon May 18 10:31:31 2020 +++ pkgsrc/pkgtools/url2pkg/Makefile Sun Jun 28 10:20:59 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2020/05/18 10:31:31 adam Exp $ +# $NetBSD: Makefile,v 1.113 2020/06/28 10:20:59 rillig Exp $ -PKGNAME= url2pkg-19.3.7 +PKGNAME= url2pkg-20.2.0 CATEGORIES= pkgtools MAINTAINER= rillig@NetBSD.org --_----------=_159333965967990--