- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21741
* Switch to GO modules-aware build mode as the port uses various modules.
Changelog:
Added:
* Support for Mattermost.
* Support for Slack App URL.
* Support for pollPID for BSD and Windows.
Removed:
* Installation by go get, can revisit in Go 1.14.
Fixed:
* Incorrect deprecation mapping.
https://github.com/variadico/noti/releases/tag/3.2.0
PR: 238842
Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
Reviewed by: danfe
Trigger notifications when a process completes.
Never sit and wait for some long-running process to finish! noti will
alert you when it's done-on your computer or smartphone-so you can
stop worrying about constantly checking the terminal.
WWW: https://github.com/variadico/noti
PR: 222220
Submitted by: Hiroki Tagato <tagattie@yandex.com>