simple update 1.5.3 -> 1.5.4
This commit is contained in:
parent
6f3799dc8e
commit
b808ac393b
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2018/12/13 19:53:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2019/01/04 10:12:19 sebastia Exp $
|
||||
|
||||
COMMENT = collection of C++ and CMake utility libraries
|
||||
|
||||
GH_ACCOUNT = puppetlabs
|
||||
GH_PROJECT = leatherman
|
||||
GH_TAGNAME = 1.5.3
|
||||
REVISION = 0
|
||||
GH_TAGNAME = 1.5.4
|
||||
|
||||
# N.B.: Upstream doesn't care about ABI, better just bump major on update
|
||||
SHARED_LIBS = leatherman_curl 1.1 # 0.12
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (leatherman-1.5.3.tar.gz) = TZYFPfFm7sG1iUOhmeFWCBZj/u8MXIrbsa2u11Rr/Xw=
|
||||
SIZE (leatherman-1.5.3.tar.gz) = 814340
|
||||
SHA256 (leatherman-1.5.4.tar.gz) = 9Ld33hX4nuD125nQZcqWKQVZ6Rzq3uOWceD2gxjIT5c=
|
||||
SIZE (leatherman-1.5.4.tar.gz) = 814395
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-cmake_cflags_cmake,v 1.2 2017/09/08 09:53:49 sebastia Exp $
|
||||
$OpenBSD: patch-cmake_cflags_cmake,v 1.3 2019/01/04 10:12:19 sebastia Exp $
|
||||
|
||||
Index: cmake/cflags.cmake
|
||||
--- cmake/cflags.cmake.orig
|
||||
+++ cmake/cflags.cmake
|
||||
@@ -26,9 +26,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "\\w*Clang")
|
||||
@@ -29,9 +29,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "\\w*Clang")
|
||||
set(LEATHERMAN_CXX_FLAGS "-Wno-deprecated ${LEATHERMAN_CXX_FLAGS}")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user