git: dc07b12d97ec - main - *: Fix e942e560c468063b850b05ae3df340b36f24c7b5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 13:37:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc07b12d97ece2922297adb726fadb6e49bd6781
commit dc07b12d97ece2922297adb726fadb6e49bd6781
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 13:36:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:36:47 +0000
*: Fix e942e560c468063b850b05ae3df340b36f24c7b5
---
devel/ros-catkin/Makefile | 2 +-
sysutils/datadog-agent/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/ros-catkin/Makefile b/devel/ros-catkin/Makefile
index 1cf7681e0d07..a05b1552cd84 100644
--- a/devel/ros-catkin/Makefile
+++ b/devel/ros-catkin/Makefile
@@ -10,7 +10,7 @@ WWW= https://docs.ros.org/api/catkin/html/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= cmake>=3.15:devel/cmake-core \
+BUILD_DEPENDS= cmake-core>=3.15:devel/cmake-core \
googletest>=1.8.1:devel/googletest \
${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}empy>=1:textproc/py-empy@${PY_FLAVOR} \
diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile
index c383ec89ee07..694bd4fc0db9 100644
--- a/sysutils/datadog-agent/Makefile
+++ b/sysutils/datadog-agent/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= fails to build: vendor/github.com/DataDog/gopsutil/process/process_freebsd.go:95:9: cannot use k.Start.Sec * 1000 (value of type int32) as type int64 in return statement
-BUILD_DEPENDS= cmake>=3.12:devel/cmake-core \
+BUILD_DEPENDS= cmake-core>=3.12:devel/cmake-core \
go-bindata>0:devel/go-bindata
USES= go:modules python:3.7+