textproc/cpp-peglib: Update 1.8.3 → 1.8.4

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2023-07-14 23:01:35 -07:00
parent 15bb2fdf2b
commit 1281bbc752
3 changed files with 5 additions and 19 deletions

View file

@ -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

View file

@ -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

View file

@ -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})