textproc/toml-f: Update 0.2.2-4 -> 0.2.3
Reported by: portscout
This commit is contained in:
parent
b0e06833ed
commit
101d4e1e39
4 changed files with 16 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
|||
PORTNAME= toml-f
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.2-4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -gf066ec6
|
||||
DISTVERSION= 0.2.3
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1642535799
|
||||
SHA256 (toml-f-toml-f-v0.2.2-4-gf066ec6_GH0.tar.gz) = a68c70ac2eee3930b4c5b148af5c0bdfbafa1c4af2740bcf6c0d4fc7b6f7f230
|
||||
SIZE (toml-f-toml-f-v0.2.2-4-gf066ec6_GH0.tar.gz) = 72749
|
||||
TIMESTAMP = 1649822252
|
||||
SHA256 (toml-f-toml-f-v0.2.3_GH0.tar.gz) = 679e36daf1be40e187e3488e6aa44e33e27dd426ba1947f816563d20d063e02a
|
||||
SIZE (toml-f-toml-f-v0.2.3_GH0.tar.gz) = 94058
|
||||
|
|
11
textproc/toml-f/files/patch-CMakeLists.txt
Normal file
11
textproc/toml-f/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- CMakeLists.txt.orig 2022-04-13 04:01:25 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -89,6 +89,8 @@ install(
|
||||
)
|
||||
|
||||
# add the testsuite
|
||||
+if (FREEBSD_BUILD_TESTS)
|
||||
enable_testing()
|
||||
set(fpm-toml "${PROJECT_SOURCE_DIR}/fpm.toml")
|
||||
add_subdirectory("test")
|
||||
+endif()
|
|
@ -31,5 +31,5 @@ lib/cmake/toml-f/toml-f-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
|||
lib/cmake/toml-f/toml-f-targets.cmake
|
||||
lib/libtoml-f.so
|
||||
lib/libtoml-f.so.0
|
||||
lib/libtoml-f.so.0.2.2
|
||||
lib/libtoml-f.so.0.2.3
|
||||
libdata/pkgconfig/toml-f.pc
|
||||
|
|
Loading…
Reference in a new issue