diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-21 10:49:58 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-21 10:51:06 +0100 |
commit | 1ba1ef99321e17316881d8b2c515a97818b94d1d (patch) | |
tree | 6a435badcac71c62b9de13b2547f63c9acf689e7 /textproc/yodl | |
parent | databases/pgroonga: Update version 3.2.1=>3.2.2 (diff) |
textproc/yodl: Update version 3.10.00=>4.00.00
Changelog: https://gitlab.com/fbb-git/yodl/-/tags/4.00.00
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 7 | ||||
-rw-r--r-- | textproc/yodl/distinfo | 6 | ||||
-rw-r--r-- | textproc/yodl/files/patch-manual_manual.yo (renamed from textproc/yodl/files/patch-manual__yo__manual.yo) | 6 | ||||
-rw-r--r-- | textproc/yodl/files/patch-verbinsert_main.cc (renamed from textproc/yodl/files/patch-src_verbinsert_main.cc) | 4 |
4 files changed, 11 insertions, 12 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 3f22fea0ab26..b60f1fffd18a 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,6 +1,5 @@ PORTNAME= yodl -PORTVERSION= 3.10.00 -PORTREVISION= 6 +DISTVERSION= 4.00.00 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org @@ -20,7 +19,7 @@ CPE_VENDOR= ${PORTNAME}_project USE_PERL5= build USE_GITLAB= yes GL_ACCOUNT= fbb-git -GL_TAGNAME= 5fa97b175c85581d01329013cfdb4239f019b023 +GL_TAGNAME= 9d24772307da4ca936e49fde6f19ae47f46028af SHEBANG_LANG= icmake icmake_OLD_CMD= /usr/bin/icmake @@ -35,7 +34,6 @@ SHEBANG_FILES= ${WRKSRC}/macros/rawmacros/create \ ${WRKSRC}/macros/rawmacros/startdoc \ ${WRKSRC}/macros/rawmacros/startdoc.pl \ ${WRKSRC}/contrib/build.pl \ - ${WRKSRC}/src/yodl/replace \ ${WRKSRC}/scripts/configreplacements \ ${WRKSRC}/scripts/macroseparator.pl \ ${WRKSRC}/scripts/stdmacros \ @@ -50,6 +48,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" WRKSRC_SUBDIR= ${PORTNAME} OPTIONS_DEFINE= DOCS + DOCS_USES= tex DOCS_USE= TEX=latex:build,dvipsk:build diff --git a/textproc/yodl/distinfo b/textproc/yodl/distinfo index 94fda23a7d0e..2b430a91b4e7 100644 --- a/textproc/yodl/distinfo +++ b/textproc/yodl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617892501 -SHA256 (fbb-git-yodl-5fa97b175c85581d01329013cfdb4239f019b023_GL0.tar.gz) = 049fcc708c9b8d63c2b81c3f51c3c31f63cad2f811d73a8fcd1370bfdcb2e138 -SIZE (fbb-git-yodl-5fa97b175c85581d01329013cfdb4239f019b023_GL0.tar.gz) = 285306 +TIMESTAMP = 1742496297 +SHA256 (fbb-git-yodl-9d24772307da4ca936e49fde6f19ae47f46028af_GL0.tar.gz) = 5451313e9451a1439a69b5584c95f1f4546b6b8831153290c8d58ef048b99cfe +SIZE (fbb-git-yodl-9d24772307da4ca936e49fde6f19ae47f46028af_GL0.tar.gz) = 287899 diff --git a/textproc/yodl/files/patch-manual__yo__manual.yo b/textproc/yodl/files/patch-manual_manual.yo index 1eb912dbc189..4ec355550227 100644 --- a/textproc/yodl/files/patch-manual__yo__manual.yo +++ b/textproc/yodl/files/patch-manual_manual.yo @@ -1,6 +1,6 @@ ---- manual/yo/manual.yo.orig 2015-01-02 12:46:44 UTC -+++ manual/yo/manual.yo -@@ -4,7 +4,7 @@ latexpackage()(a4,epsf) +--- manual/manual.yo.orig 2017-06-03 16:03:52 UTC ++++ manual/manual.yo +@@ -4,7 +4,7 @@ whenlatex(\ whenlatex(\ SETSYMBOL(XXusexlatin) diff --git a/textproc/yodl/files/patch-src_verbinsert_main.cc b/textproc/yodl/files/patch-verbinsert_main.cc index 04a5ac5d87e2..0002ae326ba4 100644 --- a/textproc/yodl/files/patch-src_verbinsert_main.cc +++ b/textproc/yodl/files/patch-verbinsert_main.cc @@ -1,5 +1,5 @@ ---- src/verbinsert/main.cc.orig 2018-07-22 13:07:15 UTC -+++ src/verbinsert/main.cc +--- verbinsert/main.cc.orig 2017-06-03 16:03:52 UTC ++++ verbinsert/main.cc @@ -2,6 +2,7 @@ #include <fstream> #include <iomanip> |