Received: by mail.netbsd.org (Postfix, from userid 605) id 0252E84D69; Sun, 18 Dec 2022 02:56:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 311B084D26 for ; Sun, 18 Dec 2022 02:56:38 +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 wjuV0-pj18Lz for ; Sun, 18 Dec 2022 02:56:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A2ACF84CDC for ; Sun, 18 Dec 2022 02:56:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97A18FA90; Sun, 18 Dec 2022 02:56:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671332197273840" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 02:56:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-lpSolve To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218025637.97A18FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671332197273840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 02:56:37 UTC 2022 Modified Files: pkgsrc/devel/R-lpSolve: Makefile distinfo Log Message: (devel/R-lpSolve) Updated 5.6.15 to 5.6.17, explicit ChangeLog unknown To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-lpSolve/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-lpSolve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671332197273840 Content-Disposition: inline Content-Length: 1511 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-lpSolve/Makefile diff -u pkgsrc/devel/R-lpSolve/Makefile:1.1 pkgsrc/devel/R-lpSolve/Makefile:1.2 --- pkgsrc/devel/R-lpSolve/Makefile:1.1 Fri Jan 1 10:31:34 2021 +++ pkgsrc/devel/R-lpSolve/Makefile Sun Dec 18 02:56:37 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/01/01 10:31:34 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/18 02:56:37 mef Exp $ R_PKGNAME= lpSolve -R_PKGVER= 5.6.15 +R_PKGVER= 5.6.17 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-lpSolve/distinfo diff -u pkgsrc/devel/R-lpSolve/distinfo:1.3 pkgsrc/devel/R-lpSolve/distinfo:1.4 --- pkgsrc/devel/R-lpSolve/distinfo:1.3 Tue Oct 26 10:14:05 2021 +++ pkgsrc/devel/R-lpSolve/distinfo Sun Dec 18 02:56:37 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:14:05 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/12/18 02:56:37 mef Exp $ -BLAKE2s (R/lpSolve_5.6.15.tar.gz) = c1db2d7b61556885840fe6c74f6938a71495afc26cbc309762304a8f248fd859 -SHA512 (R/lpSolve_5.6.15.tar.gz) = 68a71654cf405890028f32b6764446a0a82842a529cf060190d14fa2dcb114613bafff44235cbb156cbcfb0a8a9e0982051189aa9d6f65ea1721e09d35d118e1 -Size (R/lpSolve_5.6.15.tar.gz) = 467646 bytes +BLAKE2s (R/lpSolve_5.6.17.tar.gz) = d8b5c093f84334414e55939ffb6304917a810ef3096381da1db79b7f4a4cba84 +SHA512 (R/lpSolve_5.6.17.tar.gz) = 3bfad9a7488ed2689abcc11de40d5f678d412d6b8c8ba54679befe9cebc5918871ea885f93c4e88d21f6b1841024a16848df25d1df4ae751a8f4523195e797af +Size (R/lpSolve_5.6.17.tar.gz) = 467696 bytes --_----------=_1671332197273840--