On Thu, Aug 31, 2023 at 10:04:55AM +0200, Rafael Sadowski wrote: > Simple update yaml-cpp-0.8.0. Tested on amd64 by building and running > the test suite. OK?
Do consumers find new yaml-cpp through CMake? I had to get rid of their Find.*.cmake files to unbreak builds, see devel/yaml-cpp: update to 0.8 (I missed this mail of yours). Seems like you're missing patches/. > > Cheers Rafael > > ? portcheck_devel_yaml-cpp.out > ? yaml-cpp-0.8.0-libyaml-cpp.so.4.0 > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/yaml-cpp/Makefile,v > retrieving revision 1.20 > diff -u -p -u -p -r1.20 Makefile > --- Makefile 11 Jun 2023 07:54:27 -0000 1.20 > +++ Makefile 31 Aug 2023 08:04:06 -0000 > @@ -1,16 +1,12 @@ > COMMENT = YAML parser and emitter in C++ > > -V= 0.7.0 > GH_ACCOUNT= jbeder > GH_PROJECT= yaml-cpp > -GH_TAGNAME= yaml-cpp-$V > -DISTNAME = yaml-cpp-$V > +GH_TAGNAME= 0.8.0 > > -SHARED_LIBS = yaml-cpp 4.0 # 0.5 > +SHARED_LIBS = yaml-cpp 4.1 # 0.5 > > CATEGORIES = devel > - > -HOMEPAGE = https://github.com/jbeder/yaml-cpp > > # MIT > PERMIT_PACKAGE = Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/yaml-cpp/distinfo,v > retrieving revision 1.6 > diff -u -p -u -p -r1.6 distinfo > --- distinfo 11 Jun 2023 07:54:27 -0000 1.6 > +++ distinfo 31 Aug 2023 08:04:06 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (yaml-cpp-0.7.0.tar.gz) = Q+ap/LFGrYcVFfDQhzlH5dSXocnGDFjLECqXtHIIt8M= > -SIZE (yaml-cpp-0.7.0.tar.gz) = 1033237 > +SHA256 (yaml-cpp-0.8.0.tar.gz) = ++dLvc7iHWVnFWiHBto8i+z9lG2SzURwXMYJi7I7OhY= > +SIZE (yaml-cpp-0.8.0.tar.gz) = 1017151 >