diff --git a/www/libdom/Makefile b/www/libdom/Makefile index fd5b114fa141..f03db8c7abf9 100644 --- a/www/libdom/Makefile +++ b/www/libdom/Makefile @@ -1,30 +1,30 @@ PORTNAME= libdom -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ EXTRACT_SUFX= -src.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= Document Object Model library WWW= https://www.netsurf-browser.org/projects/libdom/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ libparserutils.so:devel/libparserutils \ libhubbub.so:www/libhubbub \ libexpat.so:textproc/expat2 USES= gmake iconv localbase pkgconfig USE_LDCONFIG= yes MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared" PLIST_SUB= VERSION=${PORTVERSION} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdom.so .include diff --git a/www/libdom/distinfo b/www/libdom/distinfo index ed5554f90544..da74842725e2 100644 --- a/www/libdom/distinfo +++ b/www/libdom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591233349 -SHA256 (libdom-0.4.1-src.tar.gz) = 98ee072471e55e208c9878e515c410ad462ca36f87b4afcbecad023f3a2cef4a -SIZE (libdom-0.4.1-src.tar.gz) = 872954 +TIMESTAMP = 1708104809 +SHA256 (libdom-0.4.2-src.tar.gz) = d05e45af16547014c2b0a3aecf3670fa13d419f505b3f5fc7ac8a1491fc30f3c +SIZE (libdom-0.4.2-src.tar.gz) = 878706 diff --git a/www/libdom/pkg-plist b/www/libdom/pkg-plist index 359a14996cdf..dff9202527f3 100644 --- a/www/libdom/pkg-plist +++ b/www/libdom/pkg-plist @@ -1,101 +1,103 @@ include/dom/bindings/hubbub/errors.h include/dom/bindings/hubbub/parser.h include/dom/bindings/xml/xmlerror.h include/dom/bindings/xml/xmlparser.h include/dom/core/attr.h include/dom/core/cdatasection.h include/dom/core/characterdata.h include/dom/core/comment.h include/dom/core/doc_fragment.h include/dom/core/document.h include/dom/core/document_type.h include/dom/core/element.h include/dom/core/entity_ref.h include/dom/core/exceptions.h include/dom/core/implementation.h include/dom/core/namednodemap.h include/dom/core/node.h include/dom/core/nodelist.h include/dom/core/pi.h include/dom/core/string.h include/dom/core/text.h +include/dom/core/tokenlist.h include/dom/core/typeinfo.h include/dom/dom.h include/dom/events/custom_event.h include/dom/events/document_event.h include/dom/events/event.h include/dom/events/event_listener.h include/dom/events/event_target.h include/dom/events/events.h include/dom/events/keyboard_event.h include/dom/events/mouse_event.h include/dom/events/mouse_multi_wheel_event.h include/dom/events/mouse_wheel_event.h include/dom/events/mutation_event.h include/dom/events/mutation_name_event.h include/dom/events/text_event.h include/dom/events/ui_event.h include/dom/functypes.h include/dom/html/html_anchor_element.h include/dom/html/html_applet_element.h include/dom/html/html_area_element.h include/dom/html/html_base_element.h include/dom/html/html_basefont_element.h include/dom/html/html_body_element.h include/dom/html/html_br_element.h include/dom/html/html_button_element.h include/dom/html/html_canvas_element.h include/dom/html/html_collection.h include/dom/html/html_directory_element.h include/dom/html/html_div_element.h include/dom/html/html_dlist_element.h include/dom/html/html_document.h include/dom/html/html_element.h include/dom/html/html_elements.h include/dom/html/html_fieldset_element.h include/dom/html/html_font_element.h include/dom/html/html_form_element.h include/dom/html/html_frame_element.h include/dom/html/html_frameset_element.h include/dom/html/html_head_element.h include/dom/html/html_heading_element.h include/dom/html/html_hr_element.h include/dom/html/html_html_element.h include/dom/html/html_iframe_element.h include/dom/html/html_image_element.h include/dom/html/html_input_element.h include/dom/html/html_isindex_element.h include/dom/html/html_label_element.h include/dom/html/html_legend_element.h include/dom/html/html_li_element.h include/dom/html/html_link_element.h include/dom/html/html_map_element.h include/dom/html/html_menu_element.h include/dom/html/html_meta_element.h include/dom/html/html_mod_element.h include/dom/html/html_object_element.h include/dom/html/html_olist_element.h include/dom/html/html_opt_group_element.h include/dom/html/html_option_element.h include/dom/html/html_options_collection.h include/dom/html/html_paragraph_element.h include/dom/html/html_param_element.h include/dom/html/html_pre_element.h include/dom/html/html_quote_element.h include/dom/html/html_script_element.h include/dom/html/html_select_element.h include/dom/html/html_style_element.h include/dom/html/html_table_element.h include/dom/html/html_tablecaption_element.h include/dom/html/html_tablecell_element.h include/dom/html/html_tablecol_element.h include/dom/html/html_tablerow_element.h include/dom/html/html_tablesection_element.h include/dom/html/html_text_area_element.h include/dom/html/html_title_element.h include/dom/html/html_ulist_element.h include/dom/inttypes.h +include/dom/walk.h lib/libdom.so lib/libdom.so.0 lib/libdom.so.%%VERSION%% libdata/pkgconfig/libdom.pc