Index: head/textproc/pugixml/Makefile =================================================================== --- head/textproc/pugixml/Makefile (revision 560019) +++ head/textproc/pugixml/Makefile (revision 560020) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= pugixml -DISTVERSION= 1.11.1 +DISTVERSION= 1.11.4 CATEGORIES= textproc MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support LICENSE= MIT USES= cmake compiler:c++11-lang USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTS USE_VERSIONED_LIBDIR .include Index: head/textproc/pugixml/distinfo =================================================================== --- head/textproc/pugixml/distinfo (revision 560019) +++ head/textproc/pugixml/distinfo (revision 560020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607935115 -SHA256 (pugixml-1.11.1.tar.gz) = 9dce9f0a3756c5ab84ab7466c99972d030021d81d674f5d38b9e30e9a3ec4922 -SIZE (pugixml-1.11.1.tar.gz) = 386133 +TIMESTAMP = 1609659949 +SHA256 (pugixml-1.11.4.tar.gz) = 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716 +SIZE (pugixml-1.11.4.tar.gz) = 386229 Index: head/textproc/pugixml/pkg-descr =================================================================== --- head/textproc/pugixml/pkg-descr (revision 560019) +++ head/textproc/pugixml/pkg-descr (revision 560020) @@ -1,10 +1,10 @@ pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions -WWW: http://pugixml.org/ +WWW: https://pugixml.org/