diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-08 15:49:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-08 15:49:43 +0000 |
commit | 56686016304b218cf302985a16ba735246e1ca27 (patch) | |
tree | cb5532bceca82aa66e23a505351340714720b556 /textproc/libnxml | |
parent | 63a10f9fb4b120b71d02966c2ca6a5ef8e5ea20d (diff) | |
download | ports-56686016304b218cf302985a16ba735246e1ca27.tar.gz ports-56686016304b218cf302985a16ba735246e1ca27.zip |
Notes
Diffstat (limited to 'textproc/libnxml')
-rw-r--r-- | textproc/libnxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/libnxml/distinfo | 6 | ||||
-rw-r--r-- | textproc/libnxml/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index 57c52e62f62e..b4ce0522a9bb 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnxml -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= textproc devel MASTER_SITES= http://www2.autistici.org/bakunin/libnxml/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ diff --git a/textproc/libnxml/distinfo b/textproc/libnxml/distinfo index 8e36da288223..81781b4b534f 100644 --- a/textproc/libnxml/distinfo +++ b/textproc/libnxml/distinfo @@ -1,3 +1,3 @@ -MD5 (libnxml-0.9.tar.gz) = e5b3443280c9fd803ba280cbc7a8a45b -SHA256 (libnxml-0.9.tar.gz) = 39590fd2c567bff3e5d48d294d65d52e38a4665f6a234bb1496147f99f9afe21 -SIZE (libnxml-0.9.tar.gz) = 338191 +MD5 (libnxml-0.10.tar.gz) = 122998087cf16e81806031f4b5fd2519 +SHA256 (libnxml-0.10.tar.gz) = d7fdeae70467a99d8375e6985b1d0d22ffe1c5198d6cb47a3c7b2b108cdbde15 +SIZE (libnxml-0.10.tar.gz) = 338566 diff --git a/textproc/libnxml/pkg-descr b/textproc/libnxml/pkg-descr index 20572bc4dd1f..c8ebcbe2bd88 100644 --- a/textproc/libnxml/pkg-descr +++ b/textproc/libnxml/pkg-descr @@ -2,5 +2,5 @@ nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312). -Author: Andrea Marchesini <bakunin@autistici.org> +Author: Andrea Marchesini WWW: http://www2.autistici.org/bakunin/libnxml/doc/ |