From 6d2295786079f61a2c6b71640757c2c023348c58 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 05 Feb 2024 16:36:08 +0100
Subject: [PATCH] rsync: move fakeroot to TEST_REQUIRED_PACKAGES

---
 components/network/rsync/Makefile |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/components/network/rsync/Makefile b/components/network/rsync/Makefile
index 7bbd5b2..371c07e 100644
--- a/components/network/rsync/Makefile
+++ b/components/network/rsync/Makefile
@@ -25,12 +25,11 @@
 # Copyright (c) 2020, 2022, Andreas Wacknitz
 #
 
-BUILD_BITS=			64
-#USE_OPENSSL11=		yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		rsync
 COMPONENT_VERSION=	3.2.7
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	Utility that provides fast incremental file transfer and copy
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	https://rsync.samba.org/
@@ -39,12 +38,10 @@
 COMPONENT_ARCHIVE_URL=	https://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=	network/rsync
 COMPONENT_CLASSIFICATION= Applications/System Utilities
-COMPONENT_LICENSE=	GPLv3
+COMPONENT_LICENSE=	GPL-3.0-only
 COMPONENT_LICENSE_FILE=	COPYING
 
 include $(WS_MAKE_RULES)/common.mk
-
-CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
 
 CONFIGURE_OPTIONS  +=	--with-included-popt
 CONFIGURE_OPTIONS  +=	--enable-xattr-support
@@ -55,7 +52,7 @@
 COMPONENT_TEST_TRANSFORMS = "'/^PASS|^SKIP|^FAIL|^XFAIL/'"
 
 # Manually added; needed during tests
-REQUIRED_PACKAGES += developer/fakeroot
+TEST_REQUIRED_PACKAGES += developer/fakeroot
 
 # Auto-generated dependencies
 REQUIRED_PACKAGES += SUNWcs

--
Gitblit v1.9.3