diff options
author | wiz <wiz> | 2007-08-30 06:42:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-08-30 06:42:54 +0000 |
commit | df55be0bd3b9df6a5dd91eef3d2ce40ce88ed903 (patch) | |
tree | f779ff9de0f0d38ca0ec706f4972d60f20c28014 /devel | |
parent | 29c159dc9e3c29ecb03b5424a0b566639bf2b1e9 (diff) | |
download | pkgsrc-df55be0bd3b9df6a5dd91eef3d2ce40ce88ed903.tar.gz |
Update to 1.0:
* Version 1.0 (released 2007-07-31)
** Command-line tools, examples, etc are now licensed under GPL version 3.
The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).
** Updated documentation as per license change.
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
* Version 0.6.14 (released 2007-05-31)
** Libidn is now developed using Git instead of CVS.
A public git mirror is available from
<http://repo.or.cz/w/libidn.git>. If you have pulled from this
repository before this release, you need to erase your clone because
it has been re-generated from scratch.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index b446e29551a..a6a5eed9bf7 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2007/06/07 19:56:55 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2007/08/30 06:42:54 wiz Exp $ -DISTNAME= libidn-0.6.13 +DISTNAME= libidn-1.0 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ @@ -21,6 +21,7 @@ INFO_FILES= yes PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check +#LICENSE= GPL3 LGPL2 .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 2ccfeaed4c0..6c9a4e39eab 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2007/06/07 19:56:55 wiz Exp $ +$NetBSD: distinfo,v 1.27 2007/08/30 06:42:55 wiz Exp $ -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 (libidn-1.0.tar.gz) = 680c38227e546df82584e7b02aacc7ad66c3af24 +RMD160 (libidn-1.0.tar.gz) = e1ebd229cf05c6c65ac5feb6793de956eb635bbb +Size (libidn-1.0.tar.gz) = 2373729 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |