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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a05abd7af02d
branches:  trunk
changeset: 522170:a05abd7af02d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 05 09:01:28 2006 +0000

description:
Update to 0.6.9:

* Version 0.6.9 (released 2006-11-30)

** The Java code is fixed to properly translate any non-ASCII dot into '.'.
Reported and fixed by "Stephane Mikaty" <mikaty%ecircle-ag.com@localhost>.

** Update gnulib files.

** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.

** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
Modern versions are part of gnulib.

** API and ABI is backwards compatible with the previous version.

diffstat:

 devel/libidn/Makefile         |   4 ++--
 devel/libidn/distinfo         |  10 +++++-----
 devel/libidn/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r 04ba79170ae6 -r a05abd7af02d devel/libidn/Makefile
--- a/devel/libidn/Makefile     Tue Dec 05 08:30:20 2006 +0000
+++ b/devel/libidn/Makefile     Tue Dec 05 09:01:28 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2006/11/02 18:17:22 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2006/12/05 09:01:28 wiz Exp $
 
-DISTNAME=      libidn-0.6.8
+DISTNAME=      libidn-0.6.9
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://josefsson.org/libidn/releases/
diff -r 04ba79170ae6 -r a05abd7af02d devel/libidn/distinfo
--- a/devel/libidn/distinfo     Tue Dec 05 08:30:20 2006 +0000
+++ b/devel/libidn/distinfo     Tue Dec 05 09:01:28 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2006/10/23 22:58:17 wiz Exp $
+$NetBSD: distinfo,v 1.22 2006/12/05 09:01:28 wiz Exp $
 
-SHA1 (libidn-0.6.8.tar.gz) = 6b5cca401411eee527552f8b3232d97997da290a
-RMD160 (libidn-0.6.8.tar.gz) = 6bf1eb986237d47e32020f8a29d54a89d1e73f07
-Size (libidn-0.6.8.tar.gz) = 2180536 bytes
-SHA1 (patch-aa) = cec10d67aedd4267b83667ae8eb950418504fd4e
+SHA1 (libidn-0.6.9.tar.gz) = cad26486e7e4bfdf43ed40a2a6d5dd85585115b6
+RMD160 (libidn-0.6.9.tar.gz) = bbf5507b33c1ae57c4b12ec60ac2ea546c3ddc8c
+Size (libidn-0.6.9.tar.gz) = 2193905 bytes
+SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
diff -r 04ba79170ae6 -r a05abd7af02d devel/libidn/patches/patch-aa
--- a/devel/libidn/patches/patch-aa     Tue Dec 05 08:30:20 2006 +0000
+++ b/devel/libidn/patches/patch-aa     Tue Dec 05 09:01:28 2006 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/10/23 22:58:18 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2006/12/05 09:01:28 wiz Exp $
 
---- src/Makefile.in.orig       2006-10-18 13:10:59.000000000 +0000
+--- src/Makefile.in.orig       2006-11-30 11:57:14.000000000 +0000
 +++ src/Makefile.in
-@@ -573,7 +573,7 @@ info: info-am
+@@ -559,7 +559,7 @@ info: info-am
  
  info-am:
  
 -install-data-am: install-dist_lispDATA
 +install-data-am:
  
- install-exec-am: install-binPROGRAMS
+ install-dvi: install-dvi-am
  



Home | Main Index | Thread Index | Old Index