Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2023 08:48:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbb38d40688a - main - =?utf-8?Q?devel/trompeloeil:=20Update=2043=20=E2=86=92=2044?=
Message-ID:  <202306180848.35I8mvPf033533@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb38d40688ae8a98fdbe1eddfb001936e00b490

commit fbb38d40688ae8a98fdbe1eddfb001936e00b490
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-18 08:48:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-18 08:48:47 +0000

    devel/trompeloeil: Update 43 → 44
    
    Reported by:    portscout
---
 devel/trompeloeil/Makefile                   |  2 +-
 devel/trompeloeil/distinfo                   |  6 +++---
 devel/trompeloeil/files/patch-CMakeLists.txt | 15 +++------------
 3 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/devel/trompeloeil/Makefile b/devel/trompeloeil/Makefile
index c0e279d15497..e6ca43e200c2 100644
--- a/devel/trompeloeil/Makefile
+++ b/devel/trompeloeil/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	trompeloeil
 DISTVERSIONPREFIX=	v
-DISTVERSION=	43
+DISTVERSION=	44
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/trompeloeil/distinfo b/devel/trompeloeil/distinfo
index 43669b84a7bc..a3966012adf0 100644
--- a/devel/trompeloeil/distinfo
+++ b/devel/trompeloeil/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670024517
-SHA256 (rollbear-trompeloeil-v43_GH0.tar.gz) = 86a0afa2e97347202a0a883ab43da78c1d4bfff0d6cb93205cfc433d0d9eb9eb
-SIZE (rollbear-trompeloeil-v43_GH0.tar.gz) = 305074
+TIMESTAMP = 1687077810
+SHA256 (rollbear-trompeloeil-v44_GH0.tar.gz) = 004877db6ba22f24c7867e112e081eeb68858122f55ebe7c7dd9d8d9e3b46c88
+SIZE (rollbear-trompeloeil-v44_GH0.tar.gz) = 307572
diff --git a/devel/trompeloeil/files/patch-CMakeLists.txt b/devel/trompeloeil/files/patch-CMakeLists.txt
index e5ec855cbecd..4ae4dffb8b2a 100644
--- a/devel/trompeloeil/files/patch-CMakeLists.txt
+++ b/devel/trompeloeil/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2022-10-26 09:57:07 UTC
+--- CMakeLists.txt.orig	2023-06-18 08:43:43 UTC
 +++ CMakeLists.txt
 @@ -37,7 +37,7 @@ endif()
  option(TROMPELOEIL_INSTALL_TARGETS "Sets whether trompeloeil should be installed" ${MASTER_PROJECT})
@@ -6,15 +6,6 @@
  
 -if (MASTER_PROJECT AND CMAKE_BUILD_TYPE MATCHES Debug)
 +if (BUILD_TESTING)
+   add_subdirectory(test)
  
-   if (${CXX_STANDARD})
-     set(CMAKE_CXX_STANDARD ${CXX_STANDARD})
-@@ -47,7 +47,7 @@ if (MASTER_PROJECT AND CMAKE_BUILD_TYPE MATCHES Debug)
-   set(CMAKE_CXX_STANDARD_REQUIRED YES)
-   set(CMAKE_CXX_EXTENSIONS OFF)
- 
--  set(CATCH_DIR ${CMAKE_CURRENT_BINARY_DIR}/catch)
-+  set(CATCH_DIR ${CMAKE_INSTALL_PREFIX}/include/catch2)
-   if(NOT EXISTS ${CATCH_DIR}/catch.hpp)
-     if (NOT EXISTS ${CATCH_DIR})
-       make_directory(${CATCH_DIR})
+ endif() # MASTER_PROJECT AND CMAKE_BUILD_TYPE MATCHES Debug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306180848.35I8mvPf033533>