And after this is committed, I would also like to add it to -stable
because of 1.27's TagBase update, OK?


On 2025 Jan 28 (Tue) at 21:29:26 +0100 (+0100), Peter Hessler wrote:
:#  1.27
:#    Updated TagBase for change to https://www.rfc-editor.org/rfc-index
:#  1.28
:#    Added "(obsolete)" in front of titles of RFCs that are obsolete in RFC 
lists
:#  1.29
:#    Added rfchtml, rfchtimlized commands
:
:OK?
:
:
:Index: Makefile
:===================================================================
:RCS file: /cvs/openbsd/ports/misc/ietf-cli/Makefile,v
:diff -u -p -u -p -r1.19 Makefile
:--- Makefile   21 Dec 2024 11:38:25 -0000      1.19
:+++ Makefile   28 Jan 2025 20:23:51 -0000
:@@ -2,8 +2,7 @@ COMMENT=       command-line tools to work with
: 
: GH_ACCOUNT=   paulehoffman
: GH_PROJECT=   ietf-cli
:-GH_TAGNAME=   1.26
:-REVISION=     2
:+GH_TAGNAME=   1.29
: 
: CATEGORIES=   misc net books
: 
:Index: distinfo
:===================================================================
:RCS file: /cvs/openbsd/ports/misc/ietf-cli/distinfo,v
:diff -u -p -u -p -r1.6 distinfo
:--- distinfo   10 Sep 2023 13:01:46 -0000      1.6
:+++ distinfo   28 Jan 2025 20:23:57 -0000
:@@ -1,2 +1,2 @@
:-SHA256 (ietf-cli-1.26.tar.gz) = UfdjEhDc0C3OYZbRj9DMkefcae/bp6XCeJ3I0uKdIVs=
:-SIZE (ietf-cli-1.26.tar.gz) = 18921
:+SHA256 (ietf-cli-1.29.tar.gz) = XLroypyIPM5uBObRd/YdZ77UOu8Bfh+uKVaVa8yj0Mo=
:+SIZE (ietf-cli-1.29.tar.gz) = 19182
:Index: patches/patch-ietf
:===================================================================
:RCS file: /cvs/openbsd/ports/misc/ietf-cli/patches/patch-ietf,v
:diff -u -p -u -p -r1.7 patch-ietf
:--- patches/patch-ietf 28 May 2023 00:12:39 -0000      1.7
:+++ patches/patch-ietf 28 Jan 2025 20:25:03 -0000
:@@ -3,12 +3,12 @@ Adjust ConfigPlaces.
: Index: ietf
: --- ietf.orig
: +++ ietf
:-@@ -105,7 +105,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL";
:- 
:+@@ -115,7 +115,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL";
:  KnownCmds = ("auth48", "author", "bcp", "bcponly", "charter", "conflict", 
"diff", "draft", "draftreport", \
:-       "iesg", "mirror", "rfc", "rfcextra", "rfcinfo", "rg", "std", 
"stdonly", "tools", "tracker", "foo")
:+       "iesg", "mirror", "rfc", "rfcextra", "rfchtml", "rfchtmlized", 
"rfcinfo", "rg", "std", "stdonly", "tools", \
:+       "tracker")
: -ConfigPlaces = ("~/bin/ietf.config", "/usr/local/bin/ietf.config", 
"~/.ietf/ietf.config")
:-+ConfigPlaces = ("~/.ietf/ietf.config", "${SYSCONFDIR}/ietf.config")
:++ConfigPlaces = ("~/bin/ietf.config", "/usr/local/bin/ietf.config", 
"~/.ietf/ietf.config", "${SYSCONFDIR}/ietf.config")
:  
:  # Make a block of text that can be executed in the CLI
:  CLICmdCode = ""
:

Reply via email to