diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 17:39:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 17:39:45 +0000 |
commit | 51543a83a1be48b18ec4110b8d1f53fa3144486e (patch) | |
tree | 7d44491d6e28fc97a7aec14d980b44e5803e6f43 | |
parent | 15960bce2908470e6de34cd0844ef7c86ad29632 (diff) | |
download | pkgsrc-51543a83a1be48b18ec4110b8d1f53fa3144486e.tar.gz |
Update to 0.6.5:
* Version 0.6.5 (released 2006-06-07)
** Link the library with external libintl, for gettext.
This fixes building on FreeBSD, reported by Kirill Ponomarew
** Update doxygen config file to version 1.4.7.
** API and ABI is backwards compatible with the previous version.
* Version 0.6.4 (released 2006-06-07)
** Fix translation of error messages.
Thanks to Joe Orton
** Fix warnings on 64-bit platforms.
Thanks to Joe Orton
** The tests are run under valgrind, if it is installed.
Use --disable-valgrind-tests to unconditionally disable this. It is
disabled by default for cross compiles.
** API and ABI is backwards compatible with the previous version.
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index dd471d4b076..dae78a56899 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2006/03/31 05:37:08 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/10 17:39:45 wiz Exp $ -DISTNAME= libidn-0.6.3 +DISTNAME= libidn-0.6.5 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index d47db53150e..29f50d07f3e 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/04/17 07:07:17 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/07/10 17:39:45 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -64,6 +64,7 @@ share/locale/en@quot/LC_MESSAGES/libidn.mo share/locale/eo/LC_MESSAGES/libidn.mo share/locale/fr/LC_MESSAGES/libidn.mo share/locale/it/LC_MESSAGES/libidn.mo +share/locale/ja/LC_MESSAGES/libidn.mo share/locale/nl/LC_MESSAGES/libidn.mo share/locale/pl/LC_MESSAGES/libidn.mo share/locale/ro/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 6ddf6f198c2..dbbcbce6b91 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2006/03/12 18:32:21 wiz Exp $ +$NetBSD: distinfo,v 1.18 2006/07/10 17:39:45 wiz Exp $ -SHA1 (libidn-0.6.3.tar.gz) = 03b96a0407670afd2627d1fe992ec979e39b1f31 -RMD160 (libidn-0.6.3.tar.gz) = 4e113fa8268bf8c7ff3d0dc6c83d85dbe4c8a87f -Size (libidn-0.6.3.tar.gz) = 2101756 bytes +SHA1 (libidn-0.6.5.tar.gz) = 3742d1d58bd462adb401a3c6fb3153e523f9540c +RMD160 (libidn-0.6.5.tar.gz) = 9e63b79a5febbde8fd5078de931afed6d1b33cf4 +Size (libidn-0.6.5.tar.gz) = 2128103 bytes SHA1 (patch-aa) = 6971811431787b21f5af8913eb93ba097d150fa7 |