Bug 241652

Summary: net/librsync2: Fix upgrade from 2.0.2
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Some People CC: nc, tcberner
Priority: --- Keywords: buildisok
Version: LatestFlags: nc: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch (Revision 1) nc: maintainer-approval+

Description Neel Chauhan freebsd_committer freebsd_triage 2019-11-01 22:16:07 UTC
Created attachment 208778 [details]
Patch (Revision 1)

Some people have reported privately to me that they had issues upgrading net/librsync2 from 2.0.2 to 2.2.1.

I attempt to fix this issue by making the source includes the first CMake includes.
Comment 1 Automation User 2019-11-01 22:34:56 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/93168955
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2019-11-01 22:42:51 UTC
One person had success upgrading from 2.0.2 to 2.2.1 with this patch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-11-02 12:22:54 UTC
A commit references this bug:

Author: tcberner
Date: Sat Nov  2 12:22:16 UTC 2019
New revision: 516310
URL: https://svnweb.freebsd.org/changeset/ports/516310

Log:
  net/librsync2: Fix upgrade from 2.0.2

  - adds patch to workaround previous installations files.

  PR:		241652
  Submitted by:	Neel Chauhan <neel@neelc.org>  (maintainer)

Changes:
  head/net/librsync2/Makefile
  head/net/librsync2/files/
  head/net/librsync2/files/patch-CMakeLists.txt
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-02 12:32:05 UTC
Committed. Thanks.