Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 15:25:15 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ed27ed6f9ec - main - textproc/hevea: update to 2.36
Message-ID:  <202309101525.38AFPFsd040107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ed27ed6f9ec7350acdf67050a4cd8a271632446

commit 3ed27ed6f9ec7350acdf67050a4cd8a271632446
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-09-10 15:21:56 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-09-10 15:25:06 +0000

    textproc/hevea: update to 2.36
    
    Major changes:
        * OCaml 5.0 compatibility
        * Some petty optimisation in text output (replace ' '+ '\n' by '\n')
        * Correct bug in text mode
    
    Full changelog: https://github.com/maranget/hevea/blob/master/CHANGES
    
    Port changes:
        * Reorder variables to make linter happy
---
 textproc/hevea/Makefile  |  7 ++++---
 textproc/hevea/distinfo  | 14 +++++++-------
 textproc/hevea/pkg-plist |  3 +++
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
index f4ab466ea231..3cfc0461f27b 100644
--- a/textproc/hevea/Makefile
+++ b/textproc/hevea/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hevea
-PORTVERSION=	2.34
+PORTVERSION=	2.36
 CATEGORIES=	textproc
 MASTER_SITES=	http://para.inria.fr/~maranget/hevea/distri/ \
 		ftp://ftp.inria.fr/INRIA/moscova/hevea/
@@ -12,11 +12,12 @@ WWW=		http://para.inria.fr/~maranget/hevea/
 
 BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild
 
-OPTIONS_DEFINE=	DOCS
-
 PLIST_SUB=	HEVEAVERSION=${PORTVERSION}
 
 PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
+
 DOCS_DISTFILES+=	${PORTNAME}-${PORTVERSION}-manual.pdf \
 			${PORTNAME}-${PORTVERSION}-manual.tar.gz
 
diff --git a/textproc/hevea/distinfo b/textproc/hevea/distinfo
index e937cc79460b..c480071816c1 100644
--- a/textproc/hevea/distinfo
+++ b/textproc/hevea/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1596819992
-SHA256 (hevea-2.34.tar.gz) = 3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf
-SIZE (hevea-2.34.tar.gz) = 998180
-SHA256 (hevea-2.34-manual.pdf) = 78c496b32e62503ca8c36c080d7309be971067a3eba7cf434c526a112ac77d13
-SIZE (hevea-2.34-manual.pdf) = 749600
-SHA256 (hevea-2.34-manual.tar.gz) = 68e9a1904ad67e7bd00d2db6a99c4c7952f6894459e1330d105fa609912007e2
-SIZE (hevea-2.34-manual.tar.gz) = 593875
+TIMESTAMP = 1694286912
+SHA256 (hevea-2.36.tar.gz) = 5d6759d7702a295c76a12c1b2a1a16754ab0ec1ffed73fc9d0b138b41e720648
+SIZE (hevea-2.36.tar.gz) = 1007317
+SHA256 (hevea-2.36-manual.pdf) = 27b88aeaf37eb24f83d57ec091bf6cda8e3733f46f0887bbc20ebadbf81cc28f
+SIZE (hevea-2.36-manual.pdf) = 925307
+SHA256 (hevea-2.36-manual.tar.gz) = 2c2da67b439c3a07407e09cf5a3373f1b176bf72b855ef612c9cb0a978f8f669
+SIZE (hevea-2.36-manual.tar.gz) = 600601
diff --git a/textproc/hevea/pkg-plist b/textproc/hevea/pkg-plist
index aa012320a18c..2946c45ec95d 100644
--- a/textproc/hevea/pkg-plist
+++ b/textproc/hevea/pkg-plist
@@ -45,6 +45,7 @@ lib/hevea/html/gif.hva
 lib/hevea/html/graphics.hva
 lib/hevea/html/graphicx.hva
 lib/hevea/html/hevea.hva
+lib/hevea/html/lang.hva
 lib/hevea/html/mathjax.hva
 lib/hevea/html/mathjaxauto.hva
 lib/hevea/html/mathpartir.hva
@@ -63,9 +64,11 @@ lib/hevea/html/undersection.hva
 lib/hevea/html/urlhref.hva
 lib/hevea/html/xypic.hva
 lib/hevea/hyperref.hva
+lib/hevea/hyphenat.hva
 lib/hevea/ifpdf.hva
 lib/hevea/ifthen.hva
 lib/hevea/imagen
+lib/hevea/imakeidx.hva
 lib/hevea/import.hva
 lib/hevea/index.hva
 lib/hevea/info/article.hva



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309101525.38AFPFsd040107>