git: 07e118671b90 - main - sysutils/tiramisu: update to 2.0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 17 Oct 2021 15:20:31 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07e118671b90ef082c17a9719cffe7da9d33d3d9

commit 07e118671b90ef082c17a9719cffe7da9d33d3d9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-17 05:04:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-17 15:20:08 +0000

    sysutils/tiramisu: update to 2.0
    
    Changes:        https://github.com/Sweets/tiramisu/releases/tag/2.0
    Reported by:    GitHub (watch releases)
---
 sysutils/tiramisu/Makefile  |  8 +++++++-
 sysutils/tiramisu/distinfo  | 10 +++++++---
 sysutils/tiramisu/pkg-descr |  9 ++++++---
 3 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile
index 92565d8dfbda..d51f25982484 100644
--- a/sysutils/tiramisu/Makefile
+++ b/sysutils/tiramisu/Makefile
@@ -1,13 +1,19 @@
 PORTNAME=	tiramisu
-DISTVERSION=	1.0
+DISTVERSION=	2.0
 CATEGORIES=	sysutils
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	964ea74c9889.patch:-p1 # https://github.com/Sweets/tiramisu/pull/35
+PATCHFILES+=	1c3d3e64cffb.patch:-p1 # https://github.com/Sweets/tiramisu/pull/35
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Desktop notifications, the UNIX way
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	valac:lang/vala
+
 USES=		gmake gnome pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	glib20
diff --git a/sysutils/tiramisu/distinfo b/sysutils/tiramisu/distinfo
index 132d5a712b60..6dfa00cbde57 100644
--- a/sysutils/tiramisu/distinfo
+++ b/sysutils/tiramisu/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1600671929
-SHA256 (Sweets-tiramisu-1.0_GH0.tar.gz) = 4681788288c17aa1fd75b972c3d9661a13c164d810520fc838837a748baf669e
-SIZE (Sweets-tiramisu-1.0_GH0.tar.gz) = 3063267
+TIMESTAMP = 1634447043
+SHA256 (Sweets-tiramisu-2.0_GH0.tar.gz) = aca93f6c0db5633e0fc5ccf5e90cfac37c375646815837159263060bd1a43da1
+SIZE (Sweets-tiramisu-2.0_GH0.tar.gz) = 3061539
+SHA256 (964ea74c9889.patch) = 69f98b974ccd242833ac75244bfd44bbd5f8c24c90913da9ed77d386201a3393
+SIZE (964ea74c9889.patch) = 1250
+SHA256 (1c3d3e64cffb.patch) = e390e525875c7229c4f711407b7744fb9978fef7a2da3c2b7a672d83ab60d3d4
+SIZE (1c3d3e64cffb.patch) = 1166
diff --git a/sysutils/tiramisu/pkg-descr b/sysutils/tiramisu/pkg-descr
index 00ba0ecffe8f..565067c37932 100644
--- a/sysutils/tiramisu/pkg-descr
+++ b/sysutils/tiramisu/pkg-descr
@@ -1,5 +1,8 @@
-tiramisu is a notification daemon based on dunst that outputs
-notifications to STDOUT in order to allow the user to process
-notifications any way they prefer.
+tiramisu is a notification daemon for *nix desktops that implement
+notifications using dbus.
+
+Unlike other daemons, tiramisu does not have any sort of window or
+pop-up, but rather sends all notifications to STDOUT. Doing so enables
+endless customization from the end-user.
 
 WWW: https://github.com/Sweets/tiramisu