Date: Mon, 13 Oct 2025 13:12:31 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c5a6ffded0d0 - main - math/R-cran-mpoly: Use DISTVERSION in DISTNAME Message-ID: <202510131312.59DDCVk6003098@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5a6ffded0d052626c47a9c3fa42e0b0ecc2facf commit c5a6ffded0d052626c47a9c3fa42e0b0ecc2facf Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2025-10-13 13:11:30 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-10-13 13:11:30 +0000 math/R-cran-mpoly: Use DISTVERSION in DISTNAME Replace the PORTVERSION variable in DISTNAME to DISTVERSION. --- math/R-cran-mpoly/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/R-cran-mpoly/Makefile b/math/R-cran-mpoly/Makefile index 93cfd3daa088..8b6a078bd56c 100644 --- a/math/R-cran-mpoly/Makefile +++ b/math/R-cran-mpoly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mpoly DISTVERSION= 1.1.2 CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Symbolic computing with multivariate polynomials in Rhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510131312.59DDCVk6003098>
