Re: git: bfe012c39511 - main - devel/libfmt: Update to 10.2.1
- In reply to: Po-Chuan Hsieh : "git: bfe012c39511 - main - devel/libfmt: Update to 10.2.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 17:50:02 UTC
On 2024-02-21T16:18:27.000+01:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe012c39511bfbb190b4c1a41f768dc2b5e709c > > commit bfe012c39511bfbb190b4c1a41f768dc2b5e709c > > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > AuthorDate: 2024-02-21 14:25:47 +0000 > > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > > CommitDate: 2024-02-21 15:06:24 +0000 > > devel/libfmt: Update to 10.2.1 > > > > - Update LICENSE_FILE > > > > Changes: https://github.com/fmtlib/fmt/releases > > --- > > devel/libfmt/Makefile | 7 +++---- > > devel/libfmt/distinfo | 6 +++--- > > 2 files changed, 6 insertions(+), 7 deletions(-) > > diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile > > index 49136c437d19..6e3fb69e0007 100644 > > --- a/devel/libfmt/Makefile > > +++ b/devel/libfmt/Makefile > > @@ -1,6 +1,6 @@ > > PORTNAME= fmt > > # Make sure to check devel/spdlog consumers too > > -PORTVERSION= 10.1.1 > > +PORTVERSION= 10.2.1 > > CATEGORIES= devel > > MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ > > PKGNAMEPREFIX= lib > > @@ -11,7 +11,7 @@ WWW= https://fmt.dev/ \ > > https://github.com/fmtlib/fmt > > > > LICENSE= MIT > > -LICENSE_FILE= ${WRKSRC}/LICENSE.rst > > +LICENSE_FILE= ${WRKSRC}/LICENSE > > > > USES= cmake:testing compiler:c++11-lang cpe pathfix zip > > > > @@ -22,8 +22,7 @@ USE_LDCONFIG= yes > > > > PLIST_SUB= PORTVERSION=${PORTVERSION} > > > > -# include/fmt/* > > -CONFLICTS_INSTALL= axom > > +CONFLICTS_INSTALL= axom # include/fmt/* > > > > OPTIONS_DEFINE= FULL_CACHE_DRAGONBOX > > OPTIONS_DEFAULT=FULL_CACHE_DRAGONBOX > > diff --git a/devel/libfmt/distinfo b/devel/libfmt/distinfo > > index d23853adc2bd..82da95b69d01 100644 > > --- a/devel/libfmt/distinfo > > +++ b/devel/libfmt/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1694053379 > > -SHA256 (fmt-10.1.1.zip [http://fmt-10.1.1.zip]) = b84e58a310c9b50196cda48d5678d5fa0849bca19e5fdba6b684f0ee93ed9d1b > > -SIZE (fmt-10.1.1.zip [http://fmt-10.1.1.zip]) = 1278116 > > +TIMESTAMP = 1708448906 > > +SHA256 (fmt-10.2.1.zip [http://fmt-10.2.1.zip]) = 312151a2d13c8327f5c9c586ac6cf7cddc1658e8f53edae0ec56509c8fa516c9 > > +SIZE (fmt-10.2.1.zip [http://fmt-10.2.1.zip]) = 1289946 Hi, CONFLICTS_INSTALL is no longer valid as of 1011e7d42e00ae9aaa20b86e3169e9521be0fb64 This was also submitted in PR 277120 Best regards, Daniel