diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 15:13:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 15:13:55 +0000 |
commit | a95089de236d194cda615b123a009e0a41aebcf5 (patch) | |
tree | 5d3de3707e47e42ddd65d2f0892e6f934208d7f0 /devel | |
parent | 9dd553230aceb8709cefacee5132e7e3b5ca00cb (diff) | |
download | pkgsrc-a95089de236d194cda615b123a009e0a41aebcf5.tar.gz |
Update to 1.10:
* Version 1.10 (released 2008-08-27)
** idn: accept -n as short form for --nfkc.
Before '-k' was used as the short form, but all documentation has said
'-n'. We now accept both short forms, and -n remains the documented
short form. Reported by John McGowan <jmcgowan@inch.com> in
<http://lists.gnu.org/archive/html/help-libidn/2008-08/msg00000.html>.
** Fix compiler warnings.
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 8fe27853eba..17b46cf6184 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2008/07/24 01:35:21 bjs Exp $ +# $NetBSD: Makefile,v 1.57 2008/09/06 15:13:55 wiz Exp $ -DISTNAME= libidn-1.9 +DISTNAME= libidn-1.10 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 52c09eab6f5..d9b06431741 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2008/01/15 22:43:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2008/09/06 15:13:55 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -66,12 +66,12 @@ share/locale/en@quot/LC_MESSAGES/libidn.mo share/locale/eo/LC_MESSAGES/libidn.mo share/locale/fi/LC_MESSAGES/libidn.mo share/locale/fr/LC_MESSAGES/libidn.mo +share/locale/id/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 -share/locale/rw/LC_MESSAGES/libidn.mo share/locale/sr/LC_MESSAGES/libidn.mo share/locale/vi/LC_MESSAGES/libidn.mo share/locale/zh_CN/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 526948c84a6..916cf4aabc8 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2008/07/24 01:35:21 bjs Exp $ +$NetBSD: distinfo,v 1.37 2008/09/06 15:13:55 wiz Exp $ -SHA1 (libidn-1.9.tar.gz) = 88b1175200bccf131804bae6c385d7587df28452 -RMD160 (libidn-1.9.tar.gz) = 3b2217f015965600b69983cf831746a591f0680e -Size (libidn-1.9.tar.gz) = 2528436 bytes +SHA1 (libidn-1.10.tar.gz) = a19aa399f5dc636ab5c693ca15f06bce2a833e34 +RMD160 (libidn-1.10.tar.gz) = e112eeb5340c8ded1e0aef8096432451a03351bb +Size (libidn-1.10.tar.gz) = 2534199 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |