diff options
author | wiz <wiz> | 2006-12-05 09:01:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-12-05 09:01:28 +0000 |
commit | 2d954e278e3e43f98e358fc8292abecbf50ba22a (patch) | |
tree | 54003d14e07315699ca8253815c394053f6f340b /devel/libidn | |
parent | 66603e3baea2a7b3a65c8300f88cf56687847f98 (diff) | |
download | pkgsrc-2d954e278e3e43f98e358fc8292abecbf50ba22a.tar.gz |
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>.
** 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 (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 10 | ||||
-rw-r--r-- | devel/libidn/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index c9818d7f519..d22b37fa657 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -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 --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 405f034a2ed..bf6eeaea3f4 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -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 --git a/devel/libidn/patches/patch-aa b/devel/libidn/patches/patch-aa index f8dafea4070..86198cfee3d 100644 --- a/devel/libidn/patches/patch-aa +++ b/devel/libidn/patches/patch-aa @@ -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 |