pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doctest: update to 2.4.12.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue May 6 14:13:15 2025 +0200
Changeset: 586a9f8c38ef8b3017e36dc87f06e3b8c847b3f5
Modified Files:
doctest/Makefile
doctest/distinfo
Removed Files:
doctest/patches/patch-examples_executable__dll__and__plugin_CMakeLists.txt
Log Message:
doctest: update to 2.4.12.
Bugfix release. Merged pkgsrc patch.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=586a9f8c38ef8b3017e36dc87f06e3b8c847b3f5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doctest/Makefile | 2 +-
doctest/distinfo | 7 +++----
...-examples_executable__dll__and__plugin_CMakeLists.txt | 16 ----------------
3 files changed, 4 insertions(+), 21 deletions(-)
diffs:
diff --git a/doctest/Makefile b/doctest/Makefile
index 29cbdebfbf..6f73ad8853 100644
--- a/doctest/Makefile
+++ b/doctest/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= doctest-2.4.11
+DISTNAME= doctest-2.4.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=doctest/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/doctest/distinfo b/doctest/distinfo
index cb53c3c6c8..516045e4f0 100644
--- a/doctest/distinfo
+++ b/doctest/distinfo
@@ -1,6 +1,5 @@
$NetBSD$
-BLAKE2s (doctest-2.4.11.tar.gz) = bd9ec768e3a70c479c9b9075b68f044f3292066d708aac38eecf9ef1270f321c
-SHA512 (doctest-2.4.11.tar.gz) = 04425686057079d3f1a6f767c487f1953050f553dbff9fc42b42dde1358fe26e46bf6219881bbfce625f15cb9c229474d82688120eb2cb2b1d8138db0cc91b3c
-Size (doctest-2.4.11.tar.gz) = 2183312 bytes
-SHA1 (patch-examples_executable__dll__and__plugin_CMakeLists.txt) = d708e0d5ef320682d99b12cf0366722691d83243
+BLAKE2s (doctest-2.4.12.tar.gz) = 575c26ff89f5ec11d09d566b6daf64fccbb67ab3fe03c299e7cf01d2a521a8ec
+SHA512 (doctest-2.4.12.tar.gz) = d55aae632e6d66add7b65d0e97bde5063cdae7512836f278613af35957c62dbc6b0b0febbe2eb1eddd334a7a5343faca7357a2eeebbf1428cafffeb5d18e610c
+Size (doctest-2.4.12.tar.gz) = 2188849 bytes
diff --git a/doctest/patches/patch-examples_executable__dll__and__plugin_CMakeLists.txt b/doctest/patches/patch-examples_executable__dll__and__plugin_CMakeLists.txt
deleted file mode 100644
index 004a1fa306..0000000000
--- a/doctest/patches/patch-examples_executable__dll__and__plugin_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Use cmake variable for libdl.
-https://github.com/doctest/doctest/pull/848
-
---- examples/executable_dll_and_plugin/CMakeLists.txt.orig 2023-03-15 12:35:44.000000000 +0000
-+++ examples/executable_dll_and_plugin/CMakeLists.txt
-@@ -12,7 +12,7 @@ target_link_libraries(executable_dll_and
- target_link_libraries(executable_dll_and_plugin implementation)
-
- if(NOT WIN32)
-- target_link_libraries(executable_dll_and_plugin dl)
-+ target_link_libraries(executable_dll_and_plugin ${CMAKE_DL_LIBS})
- endif()
-
- # have the executable depend on the plugin so it gets built as well when building/starting only the executable
Home |
Main Index |
Thread Index |
Old Index