Bug 243354

Summary: sysutils/zrepl: please upgrade to 0.2.1
Product: Ports & Packages Reporter: Alan Somers <asomers>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Some People Flags: woodsb02: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alan Somers freebsd_committer freebsd_triage 2020-01-14 18:21:52 UTC
zrepl 0.2.1 was released on Nov-20 2019.  Could you please upgrade the port?  I'm unfamiliar with Go packaging.  Otherwise I would try to do it myself.  Changes include:

* Fixed i386 build
* Fixed local replication (https://github.com/zrepl/zrepl/issues/173)
* Other stuff: https://zrepl.github.io/changelog.html#id2
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-01 04:59:38 UTC
A commit references this bug:

Author: woodsb02
Date: Sat Feb  1 04:58:39 UTC 2020
New revision: 524757
URL: https://svnweb.freebsd.org/changeset/ports/524757

Log:
  sysutils/zrepl: Update to 0.2.1

  - Update to 0.2.1 [1]
  - Unbreak build on aarch64, by updating to newer golang:sys [2]
  - Move sample file for syslog.d and newsyslog.conf.d to EXAMPLESDIR [3]
  - Migrate to USES=go:modules to simplify building go dependency list
  - Add new EXAMPLES option to allow installing these to be optional

  Changes this release:
    https://github.com/zrepl/zrepl/blob/v0.2.1/docs/changelog.rst

  PR:		243354 [1], 242456 [2], 229445 [3]
  Submitted by:	dmgk [2]
  Reported by:	asomers [1], yuri [3]

Changes:
  head/sysutils/zrepl/Makefile
  head/sysutils/zrepl/distinfo
  head/sysutils/zrepl/files/newsyslog-zrepl.conf
  head/sysutils/zrepl/files/newsyslog.conf
  head/sysutils/zrepl/files/pkg-message.in
  head/sysutils/zrepl/files/syslog-zrepl.conf.sample
  head/sysutils/zrepl/files/syslog.conf
  head/sysutils/zrepl/files/zrepl.yml
  head/sysutils/zrepl/files/zrepl.yml.sample
  head/sysutils/zrepl/pkg-plist
Comment 2 Ben Woods freebsd_committer freebsd_triage 2020-02-01 05:02:15 UTC
Committed - thanks!