Ping.

Ashton Fagg <ash...@fagg.id.au> writes:

> Attached is a diff to update devel/gflags from 2.2.1 to 2.2.2.
>
> I'm currently investigating why the unit tests from devel/glog fail (of
> which devel/gflags is a dependency). One of the suggestions from the
> upstream RT is to ensure the latest version of gflags is used - this
> needs updating anyway.
>
> graphics/blender also has a dependency on devel/gflags - I've built it,
> and as far as I can see it it working. Maintainer is cc'ed in case they
> wish to take a closer look.
>
> The updated gflags package builds, tests, fakes, packages and installs
> as expected on amd64.
>
> The changelog can be viewed here:
>
> https://github.com/gflags/gflags/releases/tag/v2.2.2
>
> I've also added myself as maintainer. If that's a problem for anyone,
> feel free to veto.
>
> Thanks,
>
> Ash

diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile
index 19bf5cae026..c647e8e8684 100644
--- a/devel/gflags/Makefile
+++ b/devel/gflags/Makefile
@@ -4,8 +4,7 @@ COMMENT =		c++ commandline flags processing library
 
 GH_ACCOUNT =		gflags
 GH_PROJECT =		gflags
-GH_TAGNAME =		v2.2.1
-REVISION =		0
+GH_TAGNAME =		v2.2.2
 
 SHARED_LIBS +=		gflags               1.0      # .0.0
 SHARED_LIBS +=		gflags_nothreads     1.0      # .0.0
@@ -17,6 +16,8 @@ HOMEPAGE =		https://gflags.github.io/gflags/
 # New BSD
 PERMIT_PACKAGE =	Yes
 
+MAINTAINER = 		Ashton Fagg <ash...@fagg.id.au>
+
 WANTLIB += ${COMPILER_LIBCXX} m
 
 COMPILER =		base-clang ports-gcc base-gcc
diff --git a/devel/gflags/distinfo b/devel/gflags/distinfo
index c4f96f92121..57565818db3 100644
--- a/devel/gflags/distinfo
+++ b/devel/gflags/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gflags-2.2.1.tar.gz) = rifNvNai+TW6p45PIfZ1ZJJxY0wJKxvgFGlEBJVgnQ4=
-SIZE (gflags-2.2.1.tar.gz) = 96985
+SHA256 (gflags-2.2.2.tar.gz) = NK8vFc9zZ1E7NSvc0kk6sUzkNpLS3NnfxJlJKWbGTc8=
+SIZE (gflags-2.2.2.tar.gz) = 98704
diff --git a/devel/gflags/pkg/PLIST b/devel/gflags/pkg/PLIST
index d2787b1f592..1ce08ffca3b 100644
--- a/devel/gflags/pkg/PLIST
+++ b/devel/gflags/pkg/PLIST
@@ -9,10 +9,12 @@ lib/cmake/
 lib/cmake/gflags/
 lib/cmake/gflags/gflags-config-version.cmake
 lib/cmake/gflags/gflags-config.cmake
+lib/cmake/gflags/gflags-nonamespace-targets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/gflags/gflags-nonamespace-targets.cmake
 lib/cmake/gflags/gflags-targets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/gflags/gflags-targets.cmake
-lib/libgflags.a
+@static-lib lib/libgflags.a
 @lib lib/libgflags.so.${LIBgflags_VERSION}
-lib/libgflags_nothreads.a
+@static-lib lib/libgflags_nothreads.a
 @lib lib/libgflags_nothreads.so.${LIBgflags_nothreads_VERSION}
 lib/pkgconfig/gflags.pc

Reply via email to