Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56A5A84E82 for ; Sat, 17 Jun 2023 10:54:06 +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 Cji6z2ZdoRkS for ; Sat, 17 Jun 2023 10:54:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB0EB84E5C for ; Sat, 17 Jun 2023 10:54:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8850FA89; Sat, 17 Jun 2023 10:54:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686999245125660" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 10:54:05 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-RNetCDF To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230617105405.D8850FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686999245125660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 17 10:54:05 UTC 2023 Modified Files: pkgsrc/math/R-RNetCDF: Makefile Log Message: (math/R-RNetCDF) Remove PKGREVISION, sorry To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/R-RNetCDF/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686999245125660 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-RNetCDF/Makefile diff -u pkgsrc/math/R-RNetCDF/Makefile:1.21 pkgsrc/math/R-RNetCDF/Makefile:1.22 --- pkgsrc/math/R-RNetCDF/Makefile:1.21 Sat Jun 17 10:52:59 2023 +++ pkgsrc/math/R-RNetCDF/Makefile Sat Jun 17 10:54:05 2023 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2023/06/17 10:52:59 mef Exp $ +# $NetBSD: Makefile,v 1.22 2023/06/17 10:54:05 mef Exp $ R_PKGNAME= RNetCDF R_PKGVER= 2.6-2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Interface to NetCDF datasets -PKGREVISION= 1 LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR file LICENSE TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64 --_----------=_1686999245125660--