Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 07:18:59 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ddc37e84f157 - main - deskutils/fyi: update to 1.0.4
Message-ID:  <202409050718.4857Ix5P003880@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit ddc37e84f157d60fee01a0fb522cdfaad481f6c2
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-09-05 07:15:53 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-09-05 07:16:23 +0000

    deskutils/fyi: update to 1.0.4
---
 deskutils/fyi/Makefile           |  2 +-
 deskutils/fyi/distinfo           |  6 +++---
 deskutils/fyi/files/patch-main.c | 20 --------------------
 3 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/deskutils/fyi/Makefile b/deskutils/fyi/Makefile
index 32cc8e905cb9..5d6dff54f98f 100644
--- a/deskutils/fyi/Makefile
+++ b/deskutils/fyi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fyi
-DISTVERSION=	1.0.3
+DISTVERSION=	1.0.4
 CATEGORIES=	deskutils
 MASTER_SITES=	https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
diff --git a/deskutils/fyi/distinfo b/deskutils/fyi/distinfo
index da7b073b7ef1..bfc4588c030f 100644
--- a/deskutils/fyi/distinfo
+++ b/deskutils/fyi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724070508
-SHA256 (fyi-1.0.3.tar.gz) = 39e563fc7db59608ffe8f34c96c04dbdce707ba4a8a97ed3300f03f50581ba66
-SIZE (fyi-1.0.3.tar.gz) = 13558
+TIMESTAMP = 1725520537
+SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24
+SIZE (fyi-1.0.4.tar.gz) = 13938
diff --git a/deskutils/fyi/files/patch-main.c b/deskutils/fyi/files/patch-main.c
deleted file mode 100644
index 7c294f853988..000000000000
--- a/deskutils/fyi/files/patch-main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- main.c.orig	2024-08-09 08:36:50 UTC
-+++ main.c
-@@ -14,7 +14,7 @@
- 
- #include <sys/stat.h>
- 
--#include <dbus-1.0/dbus/dbus.h>
-+#include <dbus/dbus.h>
- 
- #include "version.h"
- 
-@@ -365,7 +365,7 @@ main(int argc, char *const *argv)
-     };
- 
-     const char *progname = argv[0];
--    const char *app_id = program_invocation_name;
-+    const char *app_id = progname;
-     const char *icon = NULL;
-     const char *image_data_file = NULL;
-     const char *category = NULL;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050718.4857Ix5P003880>