pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libidn Update to 0.6.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf5b158df6d6
branches:  trunk
changeset: 515900:bf5b158df6d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 10 17:39:45 2006 +0000

description:
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.

diffstat:

 devel/libidn/Makefile |  4 ++--
 devel/libidn/PLIST    |  3 ++-
 devel/libidn/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 6f01692a585b -r bf5b158df6d6 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Mon Jul 10 17:39:34 2006 +0000
+++ b/devel/libidn/Makefile     Mon Jul 10 17:39:45 2006 +0000
@@ -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 -r 6f01692a585b -r bf5b158df6d6 devel/libidn/PLIST
--- a/devel/libidn/PLIST        Mon Jul 10 17:39:34 2006 +0000
+++ b/devel/libidn/PLIST        Mon Jul 10 17:39:45 2006 +0000
@@ -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/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 -r 6f01692a585b -r bf5b158df6d6 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Mon Jul 10 17:39:34 2006 +0000
+++ b/devel/libidn/distinfo     Mon Jul 10 17:39:45 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index