Date: Wed, 01 Apr 2026 10:43:58 +0000 From: =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b0d5dd95f81 - main - www/lexbor: Update 2.7.0 => 3.0.0 Message-ID: <69ccf6ee.40740.2fb9dc51@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b0d5dd95f818dc4f338832f800c4f009d39452c commit 1b0d5dd95f818dc4f338832f800c4f009d39452c Author: Älven <alven@FreeBSD.org> AuthorDate: 2026-04-01 10:43:29 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2026-04-01 10:43:46 +0000 www/lexbor: Update 2.7.0 => 3.0.0 Approved by: db@, yuri@ (Mentors, implicit) --- www/lexbor/Makefile | 3 +-- www/lexbor/distinfo | 6 +++--- www/lexbor/pkg-plist | 17 +++++++++++++++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/www/lexbor/Makefile b/www/lexbor/Makefile index 2fe8a9331d95..cd1bd1b2beff 100644 --- a/www/lexbor/Makefile +++ b/www/lexbor/Makefile @@ -1,6 +1,6 @@ PORTNAME= lexbor DISTVERSIONPREFIX= v -DISTVERSION= 2.7.0 +DISTVERSION= 3.0.0 CATEGORIES= www MAINTAINER= alven@FreeBSD.org @@ -30,7 +30,6 @@ EXAMPLES_CMAKE_BOOL= LEXBOR_BUILD_EXAMPLES STATIC_CMAKE_BOOL= LEXBOR_BUILD_STATIC post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/www/lexbor/distinfo b/www/lexbor/distinfo index 703ff1d5e4c0..67883297490f 100644 --- a/www/lexbor/distinfo +++ b/www/lexbor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773377363 -SHA256 (lexbor-lexbor-v2.7.0_GH0.tar.gz) = e2473ade7173f69c56731ba71291d2ba705675ede2bb4423dc939ed70bcb55b5 -SIZE (lexbor-lexbor-v2.7.0_GH0.tar.gz) = 5686814 +TIMESTAMP = 1775038608 +SHA256 (lexbor-lexbor-v3.0.0_GH0.tar.gz) = eafaa79ef9871f0bbb1978eda8677d184f7ecdcaa203d7cd25b3f86e32c014c2 +SIZE (lexbor-lexbor-v3.0.0_GH0.tar.gz) = 5777325 diff --git a/www/lexbor/pkg-plist b/www/lexbor/pkg-plist index a96c5fb69468..fcdfff34aa8b 100644 --- a/www/lexbor/pkg-plist +++ b/www/lexbor/pkg-plist @@ -104,7 +104,12 @@ include/lexbor/encoding/res.h include/lexbor/encoding/single.h include/lexbor/engine/base.h include/lexbor/engine/engine.h +include/lexbor/html/attribute_steps.h +include/lexbor/html/attribute_steps_res.h include/lexbor/html/base.h +include/lexbor/html/common.h +include/lexbor/html/element_steps.h +include/lexbor/html/element_steps_res.h include/lexbor/html/encoding.h include/lexbor/html/html.h include/lexbor/html/interface.h @@ -187,6 +192,7 @@ include/lexbor/html/interfaces/window.h include/lexbor/html/node.h include/lexbor/html/parser.h include/lexbor/html/serialize.h +include/lexbor/html/serialize_ext.h include/lexbor/html/tag.h include/lexbor/html/tag_res.h include/lexbor/html/token.h @@ -205,6 +211,7 @@ include/lexbor/html/tree/active_formatting.h include/lexbor/html/tree/error.h include/lexbor/html/tree/insertion_mode.h include/lexbor/html/tree/open_elements.h +include/lexbor/html/tree/open_elements_res.h include/lexbor/html/tree/template_insertion.h include/lexbor/html/tree_res.h include/lexbor/ns/base.h @@ -215,14 +222,19 @@ include/lexbor/punycode/base.h include/lexbor/punycode/punycode.h include/lexbor/selectors/base.h include/lexbor/selectors/selectors.h +include/lexbor/style/attribute_steps.h +include/lexbor/style/attribute_steps_res.h include/lexbor/style/base.h include/lexbor/style/dom/interfaces/document.h include/lexbor/style/dom/interfaces/element.h -include/lexbor/style/event.h +include/lexbor/style/element_steps.h +include/lexbor/style/element_steps_res.h include/lexbor/style/html/interfaces/document.h include/lexbor/style/html/interfaces/element.h +include/lexbor/style/html/interfaces/option_element.h include/lexbor/style/html/interfaces/style_element.h include/lexbor/style/style.h +include/lexbor/style/tree/open_elements_res.h include/lexbor/tag/base.h include/lexbor/tag/const.h include/lexbor/tag/res.h @@ -242,6 +254,7 @@ lib/cmake/lexbor/lexbor-config.cmake lib/cmake/lexbor/lexbor-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/lexbor/lexbor-targets.cmake lib/liblexbor.so -lib/liblexbor.so.2 +lib/liblexbor.so.3 lib/liblexbor.so.%%SOVERSION%% %%STATIC%%lib/liblexbor_static.a +libdata/pkgconfig/lexbor.pchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ccf6ee.40740.2fb9dc51>
