diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index c079a9bd274e..2bf511634892 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,28 +1,27 @@ PORTNAME= noti -DISTVERSION= 3.5.0 -PORTREVISION= 8 +DISTVERSION= 3.6.0 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org COMMENT= Trigger notifications when a process completes WWW= https://github.com/variadico/noti LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= notify-send:devel/libnotify USES= go:modules USE_GITHUB= yes GH_ACCOUNT= variadico 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 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 - #include - */ - import "C"