git: 4d0f85ed53ee - main - textproc/cpp-peglib: Update 1.3.7 -> 1.3.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 17:34:29 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d0f85ed53ee989a76b60248bf0a0485e95896a8 commit 4d0f85ed53ee989a76b60248bf0a0485e95896a8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-04 17:21:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-04 17:34:24 +0000 textproc/cpp-peglib: Update 1.3.7 -> 1.3.8 Reported by: portscout --- textproc/cpp-peglib/Makefile | 2 +- textproc/cpp-peglib/distinfo | 6 +++--- textproc/cpp-peglib/files/patch-CMakeLists.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/cpp-peglib/Makefile b/textproc/cpp-peglib/Makefile index ab37b067b3da..8b2a6711b1ba 100644 --- a/textproc/cpp-peglib/Makefile +++ b/textproc/cpp-peglib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp-peglib DISTVERSIONPREFIX= v -DISTVERSION= 1.3.7 +DISTVERSION= 1.3.8 CATEGORIES= textproc devel MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/cpp-peglib/distinfo b/textproc/cpp-peglib/distinfo index eace9f8324c2..c0398d59b2b6 100644 --- a/textproc/cpp-peglib/distinfo +++ b/textproc/cpp-peglib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619238419 -SHA256 (yhirose-cpp-peglib-v1.3.7_GH0.tar.gz) = 3f68843d442e5013ff927cadc6ae2e2364305fbf30dee287c798b094642124f8 -SIZE (yhirose-cpp-peglib-v1.3.7_GH0.tar.gz) = 289691 +TIMESTAMP = 1641316516 +SHA256 (yhirose-cpp-peglib-v1.3.8_GH0.tar.gz) = 6d266806825ec491f1e3d1eb8a2163114f328a691f7c9fbce7bb3edf2f42074c +SIZE (yhirose-cpp-peglib-v1.3.8_GH0.tar.gz) = 202105 diff --git a/textproc/cpp-peglib/files/patch-CMakeLists.txt b/textproc/cpp-peglib/files/patch-CMakeLists.txt index dfb2b7ffb390..c7814b494b41 100644 --- a/textproc/cpp-peglib/files/patch-CMakeLists.txt +++ b/textproc/cpp-peglib/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2021-03-31 01:03:42 UTC +--- CMakeLists.txt.orig 2022-01-03 16:23:41 UTC +++ CMakeLists.txt @@ -17,10 +17,16 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") set(add_link_deps Threads::Threads) @@ -10,9 +10,9 @@ +if (FREEBSD_BUILD_LINT) add_subdirectory(lint) +endif() - +if (FREEBSD_BUILD_TESTS) add_subdirectory(test) + enable_testing() +endif()