Bug 250998

Summary: net/rsync: patches missing for options {TIMELIMIT, ATIMES, ACL}
Product: Ports & Packages Reporter: Zoltan ALEXANDERSON BESSE <zab>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Some People CC: lwhsu
Priority: --- Flags: bugzilla: maintainer-feedback? (rodrigo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
removal of missing patches none

Description Zoltan ALEXANDERSON BESSE 2020-11-10 04:02:52 UTC
Created attachment 219505 [details]
removal of missing patches

Three third party patches moved to upstream / missing:
- TIMELIMIT: upstream 3.2.3+
- ATIMES: upstream 3.2.0+
- ACL: missing 3.2.3pre1+

I added a patch to remove them.
(btw missing of patches/acls.diff may be accidental, there is no mention in NEWS.md)

Patched port checked by poudriere on 13-CURRENT.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-11-12 07:13:32 UTC
A commit references this bug:

Author: rodrigo
Date: Thu Nov 12 07:12:55 UTC 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 <zab@zltech.eu>

Changes:
  head/net/rsync/Makefile
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2020-11-12 07:14:00 UTC
Committed, thanks.