Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2026 00:17:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 293744] deskutils/rednotebook fails to open due to change in GIRepository version available
Message-ID:  <bug-293744-7788-QmcVH8qFFx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293744-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293744

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
While here fix warnings from portclippy:

@@ -1,7 +1,6 @@
 PORTNAME=      rednotebook
 DISTVERSIONPREFIX=v
-DISTVERSION=   2.31
-PORTREVISION=  4
+DISTVERSION=   2.42
 CATEGORIES=    deskutils

 MAINTAINER=    cth-freebsd@pm.me
@@ -10,13 +9,14 @@ WWW=         https://rednotebook.app

 LICENSE=       GPLv3+

-RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
 LIB_DEPENDS=   libwebkit2gtk-4.0.so:www/webkit2-gtk@40
+RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}

 USES=          gettext-tools:build gnome python
-USE_GNOME=     gtk30 gtksourceview3
 USE_GITHUB=    yes
 GH_ACCOUNT=    jendrikseipp
+USE_GNOME=     gtk30 gtksourceview3
+USE_PYTHON=    distutils

 NO_ARCH=       yes

@@ -25,9 +25,7 @@ OPTIONS_DEFAULT=      ENCHANT
 OPTIONS_SUB=           yes
 ENCHANT_DESC=          Use PyEnchant for spell checking
 ENCHANT_RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}enchant>=1.6:textproc/py-enchant
-NLS_CONFIGURE_ENABLE=  nls
 NLS_USES=              gettext-runtime
-
-USE_PYTHON=    distutils
+NLS_CONFIGURE_ENABLE=  nls

 .include <bsd.port.mk>

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293744-7788-QmcVH8qFFx>