update to ietf-cli 1.23; drop old redirecting homepage

This commit is contained in:
kn 2023-01-26 15:20:37 +00:00
parent 4bda402628
commit faa5ed04f5
3 changed files with 8 additions and 7 deletions

View File

@ -2,19 +2,20 @@ COMMENT= command-line tools to work with RFCs and Internet Drafts
GH_ACCOUNT= paulehoffman GH_ACCOUNT= paulehoffman
GH_PROJECT= ietf-cli GH_PROJECT= ietf-cli
GH_TAGNAME= 1.18 #GH_TAGNAME= 1.23
REVISION= 1 # "Didn't check syntax" fix, parent commit is tagged 1.23
GH_COMMIT= 3d61e38094fccb92f0e197932b49dcdfab5db228
DISTNAME= ietf-cli-1.23
CATEGORIES= misc net books CATEGORIES= misc net books
HOMEPAGE= https://trac.tools.ietf.org/tools/ietf-cli/
MAINTAINER= Klemens Nanni <kn@openbsd.org> MAINTAINER= Klemens Nanni <kn@openbsd.org>
# WTFPL # WTFPL
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
MODULES= lang/python MODULES= lang/python
MODPY_BUILDDEP= Yes
NO_BUILD= Yes NO_BUILD= Yes
NO_TEST= Yes NO_TEST= Yes

View File

@ -1,2 +1,2 @@
SHA256 (ietf-cli-1.18.tar.gz) = jrdsiETI3WvXBe37pDeqGg6Lykshf6tFI7K0zd5sPfI= SHA256 (ietf-cli-1.23-3d61e380.tar.gz) = SzPaM5cv/GPG/TpMMxZeyr/Odffss23EE2SfAj8FyqI=
SIZE (ietf-cli-1.18.tar.gz) = 18238 SIZE (ietf-cli-1.23-3d61e380.tar.gz) = 18851

View File

@ -3,7 +3,7 @@ Adjust ConfigPlaces.
Index: ietf Index: ietf
--- ietf.orig --- ietf.orig
+++ ietf +++ ietf
@@ -92,7 +92,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL" @@ -103,7 +103,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL"
KnownCmds = ("auth48", "author", "bcp", "bcponly", "charter", "conflict", "diff", "draft", "draftreport", \ 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", "rfcinfo", "rg", "std", "stdonly", "tools", "tracker", "foo")