Oh, sorry I missed https://marc.info/?l=openbsd-ports&m=164920514906033&w=2 - I'll merge that in
On 2022/06/06 20:16, Ashton Fagg wrote: > Fine with me. Sorry for the delay. > > Sent from my iPhone > > > On Jun 6, 2022, at 19:55, Stuart Henderson <[email protected]> wrote: > > > > On 2022/05/28 23:53, Brad Smith wrote: > >> Here is an update to fmt 8.1.1. > > > > OK with me. Ashton, any comments? > > > > ----- Forwarded message from Brad Smith <[email protected]> ----- > > > > From: Brad Smith <[email protected]> > > Date: Sat, 28 May 2022 23:53:50 -0400 > > To: [email protected] > > Cc: Ashton Fagg <[email protected]> > > Subject: UPDATE: fmt 8.1.1 > > > > Here is an update to fmt 8.1.1. > > > > > > Index: Makefile > > =================================================================== > > RCS file: /home/cvs/ports/devel/fmt/Makefile,v > > retrieving revision 1.4 > > diff -u -p -u -p -r1.4 Makefile > > --- Makefile 11 Mar 2022 18:50:03 -0000 1.4 > > +++ Makefile 29 May 2022 03:37:43 -0000 > > @@ -2,9 +2,9 @@ COMMENT= alternative formatting library > > > > GH_ACCOUNT= fmtlib > > GH_PROJECT= fmt > > -GH_TAGNAME= 8.0.1 > > +GH_TAGNAME= 8.1.1 > > > > -SHARED_LIBS= fmt 1.0 > > +SHARED_LIBS= fmt 1.1 > > > > CATEGORIES= devel > > > > Index: distinfo > > =================================================================== > > RCS file: /home/cvs/ports/devel/fmt/distinfo,v > > retrieving revision 1.2 > > diff -u -p -u -p -r1.2 distinfo > > --- distinfo 16 Oct 2021 08:02:17 -0000 1.2 > > +++ distinfo 29 May 2022 03:31:14 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (fmt-8.0.1.tar.gz) = sGyjEwFYxiWEjz+3QY8jUVWk04myq8OmJF+wHLDrHgE= > > -SIZE (fmt-8.0.1.tar.gz) = 805616 > > +SHA256 (fmt-8.1.1.tar.gz) = PXlNPPZ2M7NLJ3Hrnwc73ofoRuDTldJU33shHvHsc0Y= > > +SIZE (fmt-8.1.1.tar.gz) = 826254 > > Index: patches/patch-CMakeLists_txt > > =================================================================== > > RCS file: /home/cvs/ports/devel/fmt/patches/patch-CMakeLists_txt,v > > retrieving revision 1.3 > > diff -u -p -u -p -r1.3 patch-CMakeLists_txt > > --- patches/patch-CMakeLists_txt 11 Mar 2022 18:50:03 -0000 1.3 > > +++ patches/patch-CMakeLists_txt 29 May 2022 03:31:36 -0000 > > @@ -13,7 +13,7 @@ Index: CMakeLists.txt > > > > # Options that control generation of various targets. > > option(FMT_DOC "Generate the doc target." ${FMT_MASTER_PROJECT}) > > -@@ -281,7 +282,7 @@ endif () > > +@@ -286,7 +287,7 @@ endif () > > > > if (BUILD_SHARED_LIBS) > > if (UNIX AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "SunOS" AND > > > > > > ----- End forwarded message ----- >
