1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 1.0.5. Changes include:

- use XSLT_PARSE_OPTIONS, else CDATA nodes can cause
	  corruption (Bug 3158482)
	- fix typo in help message
	- get rid of warnings in -ansi -pedantic mode
	- required libxml2 version is 2.6.23
	- usage strings use argv[0] as program name
	- --help prints to stdout and exits with success
	- double /'s under msys to avoid path conversion
This commit is contained in:
Hiroki Sato 2011-02-12 09:36:05 +00:00
parent 85b13ac345
commit de593ca400
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268974
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= xmlstarlet
PORTVERSION= 1.0.4
PORTVERSION= 1.0.5
CATEGORIES= textproc
MASTER_SITES= SF/xmlstar/${PORTNAME}/${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (xmlstarlet-1.0.4.tar.gz) = d9303b59973cb4a7f0df99beac55bf15ee4547fb270161491d8a652b86fe470a
SIZE (xmlstarlet-1.0.4.tar.gz) = 376406
SHA256 (xmlstarlet-1.0.5.tar.gz) = 0bd8fd5f7356c2904d2b1f932de8bf34fb5a1ebc7dbeb1dafa5f555da36e27d5
SIZE (xmlstarlet-1.0.5.tar.gz) = 378814