aboutsummaryrefslogtreecommitdiff
path: root/textproc/cpp-peglib
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-01-04 17:21:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-01-04 17:34:24 +0000
commit4d0f85ed53ee989a76b60248bf0a0485e95896a8 (patch)
tree1b185200c176956e128e534d6148c565a62431e8 /textproc/cpp-peglib
parentdbb015d204ac6310715f0cfe70bf1d9285dbc361 (diff)
downloadports-4d0f85ed53ee989a76b60248bf0a0485e95896a8.tar.gz
ports-4d0f85ed53ee989a76b60248bf0a0485e95896a8.zip
textproc/cpp-peglib: Update 1.3.7 -> 1.3.8
Reported by: portscout
Diffstat (limited to 'textproc/cpp-peglib')
-rw-r--r--textproc/cpp-peglib/Makefile2
-rw-r--r--textproc/cpp-peglib/distinfo6
-rw-r--r--textproc/cpp-peglib/files/patch-CMakeLists.txt4
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()