Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 11:01:29 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cbe047d39b0e - main - sysutils/conky: update to 1.22.0
Message-ID:  <202501021101.502B1Tuq036066@gitrepo.freebsd.org>

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

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

commit cbe047d39b0e00ac5c1ef0ace0d07938773f4b30
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-01-01 17:44:57 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-01-02 11:01:13 +0000

    sysutils/conky: update to 1.22.0
    
    ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.22.0
    
    Features
    
     * Allow to override build date with SOURCE_DATE_EPOCH
     * Add support for power_now
    
    Bug fixes
    
     * NetBSD: Fix CPU usage and top info.
     * Fix out_to_wayland giving nothing
     * Revert "Use private mapping from provided shm_pool buffer"
     * Fix non-text content using own_window_argb_value
     * NetBSD: Fix meminfo.
     * wayland: fix clean_text bug
    
    Miscellaneous
    
     * Bump minor version
     * Simplify adding new wayland protocols
     * Move color parse error message out of hex parser
     * Add blame ignore file
     * Update Catch2 from 2.13.9 to 3.7.1
     * Implement -U for NetBSD.
---
 sysutils/conky/Makefile | 2 +-
 sysutils/conky/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 756499ee784c..fb0adac76f71 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	conky
-PORTVERSION=	1.21.9
+PORTVERSION=	1.22.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
diff --git a/sysutils/conky/distinfo b/sysutils/conky/distinfo
index 21e2bd141380..8ee0e06fc519 100644
--- a/sysutils/conky/distinfo
+++ b/sysutils/conky/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732896030
-SHA256 (brndnmtthws-conky-v1.21.9_GH0.tar.gz) = cebbfb298d21bd535d6d9dcbfac3079721146d62a01f368410df62cb7886813f
-SIZE (brndnmtthws-conky-v1.21.9_GH0.tar.gz) = 1966277
+TIMESTAMP = 1735753416
+SHA256 (brndnmtthws-conky-v1.22.0_GH0.tar.gz) = 8633b78e6c0c9e7128efc9fe54b48df75a3860928e3fb101bcf71f6fb3844959
+SIZE (brndnmtthws-conky-v1.22.0_GH0.tar.gz) = 2030830



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