deskutils/noti: update to 3.6.0

Changelog: https://github.com/variadico/noti/releases/tag/3.6.0
This commit is contained in:
Hiroki Tagato 2023-01-29 17:24:39 +09:00
parent 5a6c7da775
commit 16e0d17200
3 changed files with 6 additions and 17 deletions

View File

@ -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>

View File

@ -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

View File

@ -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"