From owner-svn-ports-all@freebsd.org Thu Nov 12 07:12:56 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F40DC2E0FC5; Thu, 12 Nov 2020 07:12:55 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CWt936Y0Pz3Ckt; Thu, 12 Nov 2020 07:12:55 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D384622A54; Thu, 12 Nov 2020 07:12:55 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AC7Ctju091450; Thu, 12 Nov 2020 07:12:55 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AC7CtN2091449; Thu, 12 Nov 2020 07:12:55 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <202011120712.0AC7CtN2091449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Thu, 12 Nov 2020 07:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554934 - head/net/rsync X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/net/rsync X-SVN-Commit-Revision: 554934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 07:12:56 -0000 Author: rodrigo Date: Thu Nov 12 07:12:55 2020 New Revision: 554934 URL: https://svnweb.freebsd.org/changeset/ports/554934 Log: Remove deprecated optional patches Remove broken options available in the past as additional patches provided by the project and merged in the latest releases as part of the main source. time-limit merged in 3.2.3 (6 Aug 2020) Added the --stop-after=MINS and --stop-at=DATE_TIME options (with the --time-limit=MINS option accepted as an alias for --stop-after). This is an enhanced version of the time-limit patch from the patches repo. atimes merged in 3.2.0 (19 Jun 2020) Added the --atimes option based on the long-standing patch (just with some fixes that the patch has been needing). acls merged in 3.2.0 (19 Jun 2020) Added the --atimes option based on the long-standing patch (just with some fixes that the patch has been needing). Since those options are not activated by default, and if so, breaks the build, no PORTREVISION bump is required. PR: 250998 Submitted by: Zoltan ALEXANDERSON BESSE Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Thu Nov 12 07:03:31 2020 (r554933) +++ head/net/rsync/Makefile Thu Nov 12 07:12:55 2020 (r554934) @@ -44,7 +44,7 @@ PORTDOCS= NEWS.md README.md csprotocol.txt tech_report # define options OPTIONS_DEFINE= DOCS POPT_PORT ZLIB_BASE SSH ICONV OPTIONS_RADIO= PTS -OPTIONS_RADIO_PTS= TIMELIMIT RENAMED FLAGS ATIMES ACL +OPTIONS_RADIO_PTS= RENAMED FLAGS # options provided upstream POPT_PORT_DESC= Use popt from devel/popt instead of bundled one @@ -53,22 +53,16 @@ SSH_DESC= Use SSH instead of RSH # options provided by patch (mutually exclusive) PTS_DESC= Functionality provided by third party patches -TIMELIMIT_DESC= Time limit patch RENAMED_DESC= Add support for renamed file detection FLAGS_DESC= File system flags support patch, adds --fileflags -ATIMES_DESC= Preserve access times, adds --atimes (BROKEN) -ACL_DESC= Add backward-compatibility for the --acls option # define default options OPTIONS_DEFAULT=FLAGS ICONV SSH ZLIB_BASE ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no -TIMELIMIT_EXTRA_PATCHES= ${WRKSRC}/patches/time-limit.diff -ATIMES_EXTRA_PATCHES= ${WRKSRC}/patches/atimes.diff FLAGS_EXTRA_PATCHES= ${WRKSRC}/patches/fileflags.diff \ ${FILESDIR}/extrapatch-main.c RENAMED_EXTRA_PATCHES= ${WRKSRC}/patches/detect-renamed.diff -ACL_EXTRA_PATCHES= ${WRKSRC}/patches/acls.diff ICONV_USES= iconv:translit ICONV_CONFIGURE_ENABLE= iconv iconv-open @@ -80,12 +74,9 @@ POPT_PORT_CONFIGURE_OFF= --with-included-popt SSH_CONFIGURE_ON= --with-rsh=ssh SSH_CONFIGURE_OFF= --with-rsh=rsh -ACL_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} -ATIMES_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} FLAGS_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} ICONV_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} RENAMED_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} -TIMELIMIT_DISTFILES= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX} .if make(makesum) DISTFILES+= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX}