git: 62f42a2fb0f1 - main - devel/resolv_wrapper: Fix *_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Jul 2025 11:25:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62f42a2fb0f13c4cef7d33e77bffccc5b7b1fa60
commit 62f42a2fb0f13c4cef7d33e77bffccc5b7b1fa60
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-24 11:10:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-24 11:18:52 +0000
devel/resolv_wrapper: Fix *_DEPENDS
- Use complete arguments/options
- Bump PORTREVISION for dependency change
---
devel/resolv_wrapper/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/devel/resolv_wrapper/Makefile b/devel/resolv_wrapper/Makefile
index 609f43fccc36..c0ca09a6dda6 100644
--- a/devel/resolv_wrapper/Makefile
+++ b/devel/resolv_wrapper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= resolv_wrapper
PORTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap
@@ -11,12 +12,13 @@ WWW= https://cwrap.org/resolv_wrapper.html \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libsocket_wrapper.so:devel/socket_wrapper
-TEST_DEPENDS= cmocka>=1.1.5:sysutils/cmocka
+TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \
+ socket_wrapper>=0:devel/socket_wrapper
USES= cmake:testing pathfix
-CMAKE_OFF= UNIT_TESTING
+CMAKE_OFF= PICKY_DEVELOPER \
+ UNIT_TESTING
CMAKE_TESTING_ON= UNIT_TESTING
USE_LDCONFIG= yes