Re: git: f470f1a9f412 - main - devel/benchmark: Update 1.7.0 -> 1.7.1
- In reply to: Yuri Victorovich : "git: f470f1a9f412 - main - devel/benchmark: Update 1.7.0 -> 1.7.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 09:32:57 UTC
On Mon, Nov 14, 2022 at 12:53 PM Yuri Victorovich <yuri@freebsd.org> wrote: > The branch main has been updated by yuri: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=f470f1a9f412c4386ca9f35c5a929001e4361eb7 > > commit f470f1a9f412c4386ca9f35c5a929001e4361eb7 > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2022-11-14 01:16:44 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2022-11-14 04:53:42 +0000 > > devel/benchmark: Update 1.7.0 -> 1.7.1 > > Reported by: portscout > --- > devel/benchmark/Makefile | 2 +- > devel/benchmark/distinfo | 6 +++--- > devel/benchmark/pkg-plist | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/devel/benchmark/Makefile b/devel/benchmark/Makefile > index 2c35314de33f..064c1140eeb8 100644 > --- a/devel/benchmark/Makefile > +++ b/devel/benchmark/Makefile > @@ -1,6 +1,6 @@ > PORTNAME= benchmark > DISTVERSIONPREFIX= v > -DISTVERSION= 1.7.0 > +DISTVERSION= 1.7.1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org > diff --git a/devel/benchmark/distinfo b/devel/benchmark/distinfo > index bcf7401238d8..affcbd824c06 100644 > --- a/devel/benchmark/distinfo > +++ b/devel/benchmark/distinfo > @@ -1,5 +1,5 @@ > -TIMESTAMP = 1660073282 > -SHA256 (google-benchmark-v1.7.0_GH0.tar.gz) = > 3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac > -SIZE (google-benchmark-v1.7.0_GH0.tar.gz) = 194165 > +TIMESTAMP = 1668387355 > +SHA256 (google-benchmark-v1.7.1_GH0.tar.gz) = > 6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7 > +SIZE (google-benchmark-v1.7.1_GH0.tar.gz) = 196575 > SHA256 (google-googletest-release-1.12.1_GH0.tar.gz) = > 81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2 > SIZE (google-googletest-release-1.12.1_GH0.tar.gz) = 854944 > diff --git a/devel/benchmark/pkg-plist b/devel/benchmark/pkg-plist > index e163b086e899..f12859869e86 100644 > --- a/devel/benchmark/pkg-plist > +++ b/devel/benchmark/pkg-plist > @@ -6,8 +6,8 @@ > lib/cmake/benchmark/benchmarkTargets-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/benchmark/benchmarkTargets.cmake > lib/libbenchmark.so > lib/libbenchmark.so.1 > -lib/libbenchmark.so.1.7.0 > +lib/libbenchmark.so.1.7.1 > lib/libbenchmark_main.so > lib/libbenchmark_main.so.1 > -lib/libbenchmark_main.so.1.7.0 > +lib/libbenchmark_main.so.1.7.1 > libdata/pkgconfig/benchmark.pc Hi Yuri, Since it is equivalent to the port version, you could consider adding PLIST_SUB to simplify this change. Regards, sunpoet