diff options
author | hrs <hrs@FreeBSD.org> | 2011-02-12 17:36:05 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-02-12 17:36:05 +0800 |
commit | 3f9adbab3bfd07ce55af16d33152be10832d41ba (patch) | |
tree | 16da8a653d15880ae11c6b8444c941c43312c09e /textproc | |
parent | b7f134a381a2c0c62e7d2f2978219f67f592557a (diff) | |
download | freebsd-ports-gnome-3f9adbab3bfd07ce55af16d33152be10832d41ba.tar.gz freebsd-ports-gnome-3f9adbab3bfd07ce55af16d33152be10832d41ba.tar.zst freebsd-ports-gnome-3f9adbab3bfd07ce55af16d33152be10832d41ba.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlstarlet/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlstarlet/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile index 11aa4ff3fda3..d414d33bac41 100644 --- a/textproc/xmlstarlet/Makefile +++ b/textproc/xmlstarlet/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlstarlet -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= textproc MASTER_SITES= SF/xmlstar/${PORTNAME}/${PORTVERSION} diff --git a/textproc/xmlstarlet/distinfo b/textproc/xmlstarlet/distinfo index ebaf2e0c5726..5f08f258f85a 100644 --- a/textproc/xmlstarlet/distinfo +++ b/textproc/xmlstarlet/distinfo @@ -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 |