Re: git: 55e347911f6b - main - science/libaec: Update to 1.1.3
Date: Sun, 31 Mar 2024 20:31:36 UTC
On 2024-03-31T20:56:21.000+02:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=55e347911f6b30b4c38d9de24d087eb6e5f79589 > > commit 55e347911f6b30b4c38d9de24d087eb6e5f79589 > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > AuthorDate: 2024-03-31 18:50:59 +0000 > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > CommitDate: 2024-03-31 18:50:59 +0000 > > science/libaec: Update to 1.1.3 > > Changes: https://github.com/MathisRosenhauer/libaec/releases > https://github.com/MathisRosenhauer/libaec/blob/master/CHANGELOG.md > --- > science/libaec/Makefile | 5 ++--- > science/libaec/distinfo | 6 +++--- > science/libaec/pkg-plist | 2 +- > 3 files changed, 6 insertions(+), 7 deletions(-) > > diff --git a/science/libaec/Makefile b/science/libaec/Makefile > index 430ced869eaf..0db27ff1dc99 100644 > --- a/science/libaec/Makefile > +++ b/science/libaec/Makefile > @@ -1,8 +1,7 @@ > PORTNAME= libaec > -PORTVERSION= 1.1.2 > +PORTVERSION= 1.1.3 > CATEGORIES= science > -MASTER_SITES= https://github.com/MathisRosenhauer/libaec/releases/download/v${PORTVERSION}/ \ > - https://gitlab.dkrz.de/k202009/libaec/uploads/3847727cd2e8c941f0d68f6822a73ed7/ > +MASTER_SITES= https://github.com/MathisRosenhauer/libaec/releases/download/v${PORTVERSION}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Adaptive entropy coding library ... Why was the second mirror removed? This port also builds unit tests irregardless of being requested or not Both of these issues are fixed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278073 Best regards, Daniel