git: 1281bbc7523d - main - textproc/cpp-peglib: Update 1.8.3 → 1.8.4

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 15 Jul 2023 06:43:00 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1281bbc7523d378ca2047be9342c381fbda85b5b

commit 1281bbc7523d378ca2047be9342c381fbda85b5b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-15 06:01:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-15 06:01:35 +0000

    textproc/cpp-peglib: Update 1.8.3 → 1.8.4
    
    Reported by:    portscout
---
 textproc/cpp-peglib/Makefile                   |  6 ++----
 textproc/cpp-peglib/distinfo                   |  6 +++---
 textproc/cpp-peglib/files/patch-CMakeLists.txt | 12 ------------
 3 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/textproc/cpp-peglib/Makefile b/textproc/cpp-peglib/Makefile
index 45d87ca2e154..b8854b07d89e 100644
--- a/textproc/cpp-peglib/Makefile
+++ b/textproc/cpp-peglib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cpp-peglib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.3
+DISTVERSION=	1.8.4
 CATEGORIES=	textproc devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,15 +10,13 @@ WWW=		https://github.com/yhirose/cpp-peglib
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${LOCALBASE}/include/gtest/gtest.h:devel/googletest
-
 USES=		cmake:testing compiler:c++17-lang localbase:ldflags
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yhirose
 
 CMAKE_OFF=	BUILD_TESTS
-CMAKE_TESTING_ON=	BUILD_TESTS # tests fail to link, possibly because googletest is 1.12.1, when the latest version is 1.13.0
+CMAKE_TESTING_ON=	BUILD_TESTS # tests fail to link, see https://github.com/yhirose/cpp-peglib/issues/281
 
 NO_ARCH=	yes
 
diff --git a/textproc/cpp-peglib/distinfo b/textproc/cpp-peglib/distinfo
index 17c3e6f9cee4..6aefbcd52081 100644
--- a/textproc/cpp-peglib/distinfo
+++ b/textproc/cpp-peglib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679069463
-SHA256 (yhirose-cpp-peglib-v1.8.3_GH0.tar.gz) = 3de8aeb44a262f9c2478e2a7e7bc2bb9426a2bdd176cf0654ff5a3d291c77b73
-SIZE (yhirose-cpp-peglib-v1.8.3_GH0.tar.gz) = 213662
+TIMESTAMP = 1689397985
+SHA256 (yhirose-cpp-peglib-v1.8.4_GH0.tar.gz) = 002cec65f659180ba90c0b04ee30a349ca18f0732fbe00e7638f1ead44aeb701
+SIZE (yhirose-cpp-peglib-v1.8.4_GH0.tar.gz) = 226350
diff --git a/textproc/cpp-peglib/files/patch-CMakeLists.txt b/textproc/cpp-peglib/files/patch-CMakeLists.txt
deleted file mode 100644
index dcc97fc9d238..000000000000
--- a/textproc/cpp-peglib/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
---- CMakeLists.txt.orig	2022-07-09 00:35:05 UTC
-+++ CMakeLists.txt
-@@ -21,7 +21,9 @@ endif()
- 
- add_subdirectory(lint)
- 
-+if (FREEBSD_BUILD_EXAMPLES)
- add_subdirectory(example)
-+endif()
- # add_subdirectory(cymbol)
- 
- if (${PEGLIB_BUILD_TESTS})