git: 8f5196fd57dd - main - sysutils/cpdup-FreeBSD: Fix staging with non root user
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Feb 2025 08:01:14 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8f5196fd57dd5a030369001df8f190f93a6dc388
commit 8f5196fd57dd5a030369001df8f190f93a6dc388
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-02-26 07:59:17 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-02-26 07:59:17 +0000
sysutils/cpdup-FreeBSD: Fix staging with non root user
- Add USES=uidfix
Reported by: cy
---
sysutils/cpdup-FreeBSD/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/cpdup-FreeBSD/Makefile b/sysutils/cpdup-FreeBSD/Makefile
index e98c449cd03a..fda8f6b564cf 100644
--- a/sysutils/cpdup-FreeBSD/Makefile
+++ b/sysutils/cpdup-FreeBSD/Makefile
@@ -9,7 +9,7 @@ WWW= https://github.com/freebsd/cpdup
LICENSE= BSD3CLAUSE
-USES= ssl tar:xz
+USES= ssl tar:xz uidfix
USE_GITHUB= yes
GH_ACCOUNT= freebsd
MAKEFILE= Makefile.bsd