From c214c9b8c2d8c38a54f3f2c6242fec47696e0662 Mon Sep 17 00:00:00 2001 From: "Dan R. K. Ports" Date: Sun, 3 May 2026 19:20:22 -0700 Subject: [PATCH] rednotebook: update to v2.42 --- office/rednotebook/Portfile | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/office/rednotebook/Portfile b/office/rednotebook/Portfile index c018821d939..b62ebf53946 100644 --- a/office/rednotebook/Portfile +++ b/office/rednotebook/Portfile @@ -1,10 +1,11 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - + PortSystem 1.0 +PortGroup github 1.0 PortGroup python 1.0 -name rednotebook -version 2.25 +github.setup jendrikseipp rednotebook 2.42 v +github.tarball_from archive categories-prepend office license GPL-2+ maintainers nomaintainer @@ -17,27 +18,21 @@ long_description {*}${description}. It lets you format, tag and search \ supported_archs noarch platforms {darwin any} -homepage https://rednotebook.sourceforge.io/ -master_sites sourceforge:project/rednotebook - -checksums md5 7bc49fcae2e6816756a3375e1a007da6 \ - sha1 ef72ff66139d097f70ba5b2ca801cab023aec5fd \ - rmd160 606dbc24b2c0b1c06a2502fd75e06744bea5d8bb \ - sha256 28a8226c3b0d06e6a7eaee6a04db95e5e9a5559f322a243966aecb3288d6484c +checksums rmd160 bc2276bb6dd33aff67d64c432c2c228b19e7cb8b \ + sha256 f0eddb338a74c5819000a6be16ef24b2821f9e60f86b3505f93f9a5bd2e3e9b2 \ + size 2286219 python.default_version 310 python.pep517 yes - + depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ - path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk \ + path:lib/pkgconfig/webkit2gtk-4.1.pc:webkit2-gtk \ port:gtksourceview3 \ - port:py${python.version}-enchant\ + port:py${python.version}-enchant \ port:py${python.version}-gobject3 \ port:py${python.version}-yaml post-destroot { - xinstall -m 644 -W ${worksrcpath} CHANGELOG.md LICENSE README.md \ - ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} CHANGELOG.md LICENSE README.md \ + ${destroot}${prefix}/share/doc/${name} } - -livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}