aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2023-01-29 08:24:39 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2023-01-29 08:24:39 +0000
commit16e0d172005c016416c94af973e8feda25138734 (patch)
treeed7961837bd2972bfa22eae27c33226580c6e460
parent5a6c7da77586a2a37e1902aae94ca2aafc5263fc (diff)
downloadports-16e0d172005c016416c94af973e8feda25138734.tar.gz
ports-16e0d172005c016416c94af973e8feda25138734.zip
deskutils/noti: update to 3.6.0
-rw-r--r--deskutils/noti/Makefile7
-rw-r--r--deskutils/noti/distinfo6
-rw-r--r--deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go10
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"