Bug 225044 - [MAINTAINER] deskutils/noti: update to 3.0.0
Summary: [MAINTAINER] deskutils/noti: update to 3.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-10 10:41 UTC by Hiroki Tagato
Modified: 2018-01-10 18:13 UTC (History)
0 users

See Also:
tagattie: maintainer-feedback+


Attachments
A patch to update from 2.7.0 to 3.0.0. (1.42 KB, patch)
2018-01-10 10:41 UTC, Hiroki Tagato
no flags Details | Diff
Poudriere build log (releng/11.1 amd64) (24.22 KB, text/x-log)
2018-01-10 10:45 UTC, Hiroki Tagato
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Tagato freebsd_committer freebsd_triage 2018-01-10 10:41:31 UTC
Created attachment 189582 [details]
A patch to update from 2.7.0 to 3.0.0.

noti has been updated to 3.0.0.
(https://github.com/variadico/noti/releases/tag/3.0.0)

Summary of changes:
Added
- .noti.yaml config file supports current notifications.
- Speech notification support for Windows.
- Man pages for noti and noti.yaml.
- Configuration option for Slack bot name.
Changed
- -b=false no longer has to be passed to disable banner when enabling
  multiple notifications.
- --help has been simplified.
- --pwatch now polls PID every 2 seconds instead of every 1 second.
  Version omits v prefix, e.g. 3.0.0 instead of v3.0.0.
Deprecated
- In an effort to normalize and allow future configuration for different
  services, certain environment variables have been deprecated.
Removed
- Single-dash long options. Long flags must be passed with two dashes, e.g.
  --version.

portlint -AC:
looks fine.

Entry for UPDATING:
201801xx
  AFFECTS: users of deskutils/noti
  AUTHOR: tagattie@yandex.com

  You may have to change environment variables for configuring notification
  behavior since certain variables have been deprecated. For the list of
  changes, see the following URL:
  https://github.com/variadico/noti/releases/tag/3.0.0
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2018-01-10 10:45:12 UTC
Created attachment 189583 [details]
Poudriere build log (releng/11.1 amd64)
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-10 18:13:31 UTC
A commit references this bug:

Author: swills
Date: Wed Jan 10 18:12:31 UTC 2018
New revision: 458669
URL: https://svnweb.freebsd.org/changeset/ports/458669

Log:
  deskutils/noti: update to 3.0.0

  PR:		225044
  Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)

Changes:
  head/deskutils/noti/Makefile
  head/deskutils/noti/distinfo
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-01-10 18:13:38 UTC
Committed, thanks!