diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-07 19:56:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-07 19:56:55 +0000 |
commit | e4ec2acd7b964d0146499cddad9a5343722cc8dd (patch) | |
tree | 2f1af570862ae2bc875342e1b1bf5ed2cfcc3b7f /devel | |
parent | 1ad2f2a2e6f412de3e08111d984b3058430bbcb6 (diff) | |
download | pkgsrc-e4ec2acd7b964d0146499cddad9a5343722cc8dd.tar.gz |
Update to 0.6.13:
* Version 0.6.13 (released 2007-05-31)
** Documentation fixes.
Clarify that the C# and Java libraries are licensed under the LGPL.
Earlier, some places incorrectly said that these were licensed under
the GPL. If you encounter other places that still suggest that GPL
applies to the C# and Java library, please let me know.
** Updated Polish and Vietnamese translations.
Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
<clytie@riverland.net.au>.
** Install images for the manual in $infodir.
This fixes the broken image in the info manual. Image files will be
called libidn-*.png to avoid namespace collisions with images from
other info manuals.
** Update gnulib files.
** 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 | 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 58a62fe88f1..b446e29551a 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2007/05/03 11:59:27 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2007/06/07 19:56:55 wiz Exp $ -DISTNAME= libidn-0.6.12 +DISTNAME= libidn-0.6.13 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 29f50d07f3e..1e46759a6d6 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2006/07/10 17:39:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2007/06/07 19:56:55 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -7,6 +7,7 @@ include/pr29.h include/punycode.h include/stringprep.h include/tld.h +info/libidn-components.png info/libidn.info lib/libidn.la lib/pkgconfig/libidn.pc diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 33aa2358152..2ccfeaed4c0 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2007/05/03 11:59:27 wiz Exp $ +$NetBSD: distinfo,v 1.26 2007/06/07 19:56:55 wiz Exp $ -SHA1 (libidn-0.6.12.tar.gz) = 7fd2ccc46f6a0ff42039c6c9d190f71a7dad409f -RMD160 (libidn-0.6.12.tar.gz) = 80f1b01cceb5786565b8aad76e7a40f7355dd99c -Size (libidn-0.6.12.tar.gz) = 2308113 bytes +SHA1 (libidn-0.6.13.tar.gz) = 5a033cb8ef537a680f5db14276b01b916e915be1 +RMD160 (libidn-0.6.13.tar.gz) = 5ca31bd04f5c3c822f54166a31f9ad3c6b1bc6ee +Size (libidn-0.6.13.tar.gz) = 2313013 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |