Updated pugixml to 1.8.1.
1.8.1 This is a re-release of v1.8 with fixed timestamps for files in .tar.gz 1.8 Maintenance release. Release highlights: Added parse_embed_pcdata parsing mode to reduce memory consumption for some documents Added Latin-1 auto-detection support When printing empty elements, a space is no longer added before / in format_raw mode Fix compilation issues for Borland C++ 5.4 and some distributions of MinGW 3.8
This commit is contained in:
parent
93c4cd0376
commit
b1cb1bfd51
2 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:54 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/11/28 12:39:41 wiz Exp $
|
||||
|
||||
DISTNAME= pugixml-1.7
|
||||
DISTNAME= pugixml-1.8.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
@ -13,6 +13,5 @@ LICENSE= mit
|
|||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARG_PATH= scripts
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/04/29 11:54:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2016/11/28 12:39:41 wiz Exp $
|
||||
|
||||
SHA1 (pugixml-1.7.tar.gz) = 9c5de9759c5ca61bdc6575ac30fa5a2cbce0b63d
|
||||
RMD160 (pugixml-1.7.tar.gz) = 27186cb9656a2051eab9181893bd9de4c35455cb
|
||||
SHA512 (pugixml-1.7.tar.gz) = 27c06a32c336d81c1d8568d209314ba8876ce8e7a18cdaf18dc666e25eb35aa7b58b0c812862245c21e8a60c7dba671dbc4c60c79f8dfb65f9714ecc7b3e1ca1
|
||||
Size (pugixml-1.7.tar.gz) = 522704 bytes
|
||||
SHA1 (pugixml-1.8.1.tar.gz) = 9baa6f245f7a92950b406da80c1599bc8b5f7e08
|
||||
RMD160 (pugixml-1.8.1.tar.gz) = cefaac1efe5141f88c4c99f543e49c0d4455147d
|
||||
SHA512 (pugixml-1.8.1.tar.gz) = 6e71dc647455b3564b1fee3b3fcd10d3be86d97f437aa13e5e937a8a532fee459ccc1fd2193f77cc19ffc8c6d3f2609e33f77a7d924eaa3422f3e5f2fd036bf6
|
||||
Size (pugixml-1.8.1.tar.gz) = 528983 bytes
|
||||
|
|
Loading…
Reference in a new issue