Re: git: 72702a4a2b79 - main - math/lcalc: Switch to upstream release archive
Date: Tue, 04 Nov 2025 18:40:49 UTC
On 2025-11-04 19:36, Daniel Engberg wrote: > The branch main has been updated by diizzy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=72702a4a2b79a365f90700db5fa9bebca338d853 > > commit 72702a4a2b79a365f90700db5fa9bebca338d853 > Author: Daniel Engberg <diizzy@FreeBSD.org> > AuthorDate: 2025-11-04 18:30:49 +0000 > Commit: Daniel Engberg <diizzy@FreeBSD.org> > CommitDate: 2025-11-04 18:30:52 +0000 > > math/lcalc: Switch to upstream release archive > > Avoids USES= autoreconf > --- > math/lcalc/Makefile | 8 +++----- > math/lcalc/distinfo | 6 +++--- > 2 files changed, 6 insertions(+), 8 deletions(-) > > diff --git a/math/lcalc/Makefile b/math/lcalc/Makefile > index cfac2b9913e0..573e6a6e7aef 100644 > --- a/math/lcalc/Makefile > +++ b/math/lcalc/Makefile > @@ -1,6 +1,8 @@ > PORTNAME= lcalc > DISTVERSION= 2.1.1 > +PORTREVISION= 1 > CATEGORIES= math > +MASTER_SITES= https://gitlab.com/-/project/12934202/uploads/487082fc3449dea93e9b85904a589742/ In case anyone is wondering, link is in upstream release notes https://gitlab.com/sagemath/lcalc/-/releases/2.1.1 Best regards, Daniel