pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libidn Update to 1.14. Add comment for LICENSEs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ab6c9cc16d7
branches:  trunk
changeset: 391839:0ab6c9cc16d7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 11:30:06 2009 +0000

description:
Update to 1.14. Add comment for LICENSEs (two).

* Version 1.14 (released 2009-04-03)

** libidn: Install a libidn-*.def file when building under MinGW.
The file is useful if you develop programs in Visual Studio that links
to libidn.

** tests/tst_toutf8: Don't crash if stringprep_utf8_to_locale returns NULL.
Reported by Dagobert Michelsen <dam%opencsw.org@localhost> in
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/192>.

** API and ABI is backwards compatible with the previous version.

diffstat:

 devel/libidn/Makefile |  6 ++++--
 devel/libidn/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r fecb53dd43b9 -r 0ab6c9cc16d7 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Mon Apr 20 11:24:08 2009 +0000
+++ b/devel/libidn/Makefile     Mon Apr 20 11:30:06 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2009/03/07 11:07:42 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2009/04/20 11:30:06 wiz Exp $
 
-DISTNAME=      libidn-1.13
+DISTNAME=      libidn-1.14
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://ftp.gnu.org/gnu/libidn/
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.gnu.org/software/libidn/
 COMMENT=       Internationalized Domain Names command line tool
 
+#LICENSE=      gnu-gpl-v3 AND gnu-lgpl-v2.1
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r fecb53dd43b9 -r 0ab6c9cc16d7 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Mon Apr 20 11:24:08 2009 +0000
+++ b/devel/libidn/distinfo     Mon Apr 20 11:30:06 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2009/03/07 11:07:42 wiz Exp $
+$NetBSD: distinfo,v 1.42 2009/04/20 11:30:06 wiz Exp $
 
-SHA1 (libidn-1.13.tar.gz) = 03c62956681e7b790d553bfa0a5f3d307718bf41
-RMD160 (libidn-1.13.tar.gz) = e6b7ee274688d554dcc9a5eff30d4c2db19c7fde
-Size (libidn-1.13.tar.gz) = 2579202 bytes
+SHA1 (libidn-1.14.tar.gz) = ab68746b9c74f07605b6b0ee13dc0b4b7b8101a8
+RMD160 (libidn-1.14.tar.gz) = e419addf025a01ce5e4898cc0da91bdfba6ce6e1
+Size (libidn-1.14.tar.gz) = 2579280 bytes
 SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
 SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b
 SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f



Home | Main Index | Thread Index | Old Index