Date: Sun, 29 Jan 2023 08:25:22 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16e0d172005c - main - deskutils/noti: update to 3.6.0 Message-ID: <202301290825.30T8PMie093728@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=16e0d172005c016416c94af973e8feda25138734 commit 16e0d172005c016416c94af973e8feda25138734 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-01-29 08:24:39 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-01-29 08:24:39 +0000 deskutils/noti: update to 3.6.0 Changelog: https://github.com/variadico/noti/releases/tag/3.6.0 --- deskutils/noti/Makefile | 7 +++---- deskutils/noti/distinfo | 6 +++--- ...ndor_github.com_godbus_dbus_transport__unixcred__freebsd.go | 10 ---------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index c079a9bd274e..2bf511634892 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,6 +1,5 @@ PORTNAME= noti -DISTVERSION= 3.5.0 -PORTREVISION= 8 +DISTVERSION= 3.6.0 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org @@ -22,7 +21,7 @@ GO_TARGET= ./cmd/noti PLIST_FILES= bin/noti man/man1/noti.1.gz man/man5/noti.yaml.5.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1 - ${INSTALL_MAN} ${WRKSRC}/docs/man/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5 + ${INSTALL_MAN} ${WRKSRC}/docs/man/dist/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1 + ${INSTALL_MAN} ${WRKSRC}/docs/man/dist/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5 .include <bsd.port.mk> diff --git a/deskutils/noti/distinfo b/deskutils/noti/distinfo index 997188a6b639..75f012990e48 100644 --- a/deskutils/noti/distinfo +++ b/deskutils/noti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611032075 -SHA256 (variadico-noti-3.5.0_GH0.tar.gz) = 04183106921e3a6aa7c107c6dff6fa13273436e8a26d139e49f34c5d1eea348c -SIZE (variadico-noti-3.5.0_GH0.tar.gz) = 32317539 +TIMESTAMP = 1674979173 +SHA256 (variadico-noti-3.6.0_GH0.tar.gz) = 7ae07d93e33039fbbe29aa2ecd224ba311d08338f87dd8b45aae70fc459eb8a4 +SIZE (variadico-noti-3.6.0_GH0.tar.gz) = 31821273 diff --git a/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go b/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go deleted file mode 100644 index 04240efb7169..000000000000 --- a/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go +++ /dev/null @@ -1,10 +0,0 @@ ---- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig 2019-12-08 01:39:36 UTC -+++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go -@@ -10,6 +10,7 @@ package dbus - /* - const int sizeofPtr = sizeof(void*); - #define _WANT_UCRED -+#include <sys/types.h> - #include <sys/ucred.h> - */ - import "C"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301290825.30T8PMie093728>