Date: Sun, 29 Oct 2023 07:52:38 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5e5173a1a27e - main - math/R-cran-lpSolve: Update to 5.6.19 Message-ID: <202310290752.39T7qcXc029518@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e5173a1a27e570dea9b0cb53eb88ae2101393c2 commit 5e5173a1a27e570dea9b0cb53eb88ae2101393c2 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-10-29 07:02:49 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-10-29 07:52:25 +0000 math/R-cran-lpSolve: Update to 5.6.19 - Switch to DISTVERSION - Take maintainership ChangeLog: https://github.com/cran/lpSolve/compare/5.6.18...5.6.19 --- math/R-cran-lpSolve/Makefile | 6 +++--- math/R-cran-lpSolve/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/R-cran-lpSolve/Makefile b/math/R-cran-lpSolve/Makefile index b96092bd46f5..7553f7a71bc6 100644 --- a/math/R-cran-lpSolve/Makefile +++ b/math/R-cran-lpSolve/Makefile @@ -1,9 +1,9 @@ PORTNAME= lpSolve -PORTVERSION= 5.6.18 +DISTVERSION= 5.6.19 CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs WWW= https://cran.r-project.org/web/packages/lpSolve/ diff --git a/math/R-cran-lpSolve/distinfo b/math/R-cran-lpSolve/distinfo index 30b3a4502dd9..9c2199896aa1 100644 --- a/math/R-cran-lpSolve/distinfo +++ b/math/R-cran-lpSolve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682475645 -SHA256 (lpSolve_5.6.18.tar.gz) = 751e1926fcd81b852b6c0d5ea7ecd9311ef6fbdbce9143b7872fea79590de712 -SIZE (lpSolve_5.6.18.tar.gz) = 467989 +TIMESTAMP = 1698521636 +SHA256 (lpSolve_5.6.19.tar.gz) = 49d5b49e64c6eba2bc4cea80eb615df21a2d0188b1bbffa05052dc978c94581b +SIZE (lpSolve_5.6.19.tar.gz) = 468223
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310290752.39T7qcXc029518>