diff options
author | wiz <wiz> | 2005-09-30 13:16:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-30 13:16:54 +0000 |
commit | c0258878043673b390d1571f7a703970b6963f22 (patch) | |
tree | 0377ba352711ce8aaae42101c7183e4bafa04a8a | |
parent | 03ce9c362ddd8e986c70d99325e7c74ab3351b90 (diff) | |
download | pkgsrc-c0258878043673b390d1571f7a703970b6963f22.tar.gz |
Update to 0.5.19:
* Version 0.5.19 (released 2005-09-19)
** The test for setlocale and nl_langinfo has now been separated.
The autoconf script now test for locale.h, setlocale and
nl_langinfo(CODESET) independently.
** Gnulib updates, fixes for getopt.
** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.
** Kaffe is used to link the pre-built libidn-*.jar file.
** Translation updates.
** API and ABI is backwards compatible with the previous version.
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 5a06220f818..fdab47ee8d6 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2005/08/10 20:56:15 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/30 13:16:54 wiz Exp $ # -DISTNAME= libidn-0.5.18 +DISTNAME= libidn-0.5.19 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 963964af0f4..60d19eba947 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/07/22 23:41:42 wiz Exp $ +$NetBSD: distinfo,v 1.12 2005/09/30 13:16:54 wiz Exp $ -SHA1 (libidn-0.5.18.tar.gz) = bebc44ce6d35685f32821d581429fd4b17fd39bd -RMD160 (libidn-0.5.18.tar.gz) = b93a1219cadbfeccbfd2b144cf1b806477e0225e -Size (libidn-0.5.18.tar.gz) = 1981929 bytes +SHA1 (libidn-0.5.19.tar.gz) = 5ae48379a40e7e6976c680d4fd1d977224d6c589 +RMD160 (libidn-0.5.19.tar.gz) = a3aed60f74c702c5e2a67cbb8eb36dfe90f30ab9 +Size (libidn-0.5.19.tar.gz) = 1999832 bytes SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71 |