svn commit: r560020 - head/textproc/pugixml

Rainer Hurling rhurlin at FreeBSD.org
Sun Jan 3 16:46:40 UTC 2021


Author: rhurlin
Date: Sun Jan  3 16:46:39 2021
New Revision: 560020
URL: https://svnweb.freebsd.org/changeset/ports/560020

Log:
  textproc/pugixml: Update to 1.11.4
  
  Changelog: https://github.com/zeux/pugixml/releases
  
  PR:		252374
  Submitted by:	daniel.engberg.lists at pyret.net
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/textproc/pugixml/Makefile
  head/textproc/pugixml/distinfo
  head/textproc/pugixml/pkg-descr

Modified: head/textproc/pugixml/Makefile
==============================================================================
--- head/textproc/pugixml/Makefile	Sun Jan  3 16:46:35 2021	(r560019)
+++ head/textproc/pugixml/Makefile	Sun Jan  3 16:46:39 2021	(r560020)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pugixml
-DISTVERSION=	1.11.1
+DISTVERSION=	1.11.4
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
 

Modified: head/textproc/pugixml/distinfo
==============================================================================
--- head/textproc/pugixml/distinfo	Sun Jan  3 16:46:35 2021	(r560019)
+++ head/textproc/pugixml/distinfo	Sun Jan  3 16:46:39 2021	(r560020)
@@ -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

Modified: head/textproc/pugixml/pkg-descr
==============================================================================
--- head/textproc/pugixml/pkg-descr	Sun Jan  3 16:46:35 2021	(r560019)
+++ head/textproc/pugixml/pkg-descr	Sun Jan  3 16:46:39 2021	(r560020)
@@ -7,4 +7,4 @@ pugixml is a light-weight C++ XML processing library. 
 * Full Unicode support with Unicode interface variants and automatic encoding
   conversions
 
-WWW: http://pugixml.org/
+WWW: https://pugixml.org/


More information about the svn-ports-all mailing list