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 0.5.13 and set TEST_TARGET.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4755ad372e1b
branches:  trunk
changeset: 488735:4755ad372e1b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 15:21:20 2005 +0000

description:
Update to 0.5.13 and set TEST_TARGET.
Changes:

* Version 0.5.13 (released 2005-01-29)

** The code to convert data between character encodings have been cleaned up.
The stringprep_convert function has been added to gnulib, under the
name iconv_string, and is now used by libidn.  This should not have
any user-visible consequences, though.

** It is now possible to bootstrap with unmodified Automake installations.

** Italian translation added, thanks to Marco Colombo.

** Swedish translation updated.

diffstat:

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

diffs (33 lines):

diff -r 3c659a44d1d5 -r 4755ad372e1b devel/libidn/Makefile
--- a/devel/libidn/Makefile     Mon Feb 07 15:12:44 2005 +0000
+++ b/devel/libidn/Makefile     Mon Feb 07 15:21:20 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/01/08 13:09:18 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2005/02/07 15:21:20 wiz Exp $
 #
 
-DISTNAME=              libidn-0.5.12
+DISTNAME=              libidn-0.5.13
 CATEGORIES=            devel
 MASTER_SITES=          ftp://alpha.gnu.org/pub/gnu/libidn/ \
                        http://josefsson.org/libidn/releases/
@@ -13,6 +13,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         yes
+TEST_TARGET=           check
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
 
diff -r 3c659a44d1d5 -r 4755ad372e1b devel/libidn/distinfo
--- a/devel/libidn/distinfo     Mon Feb 07 15:12:44 2005 +0000
+++ b/devel/libidn/distinfo     Mon Feb 07 15:21:20 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/12/26 02:08:14 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/02/07 15:22:39 wiz Exp $
 
-SHA1 (libidn-0.5.12.tar.gz) = 8ce924b01431092060bf71a60ab7c6b8b9d7cfdd
-Size (libidn-0.5.12.tar.gz) = 1959345 bytes
+SHA1 (libidn-0.5.13.tar.gz) = 319a0109d8234f707c1798dd00a87fe7f99614d8
+Size (libidn-0.5.13.tar.gz) = 1965864 bytes
 SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71



Home | Main Index | Thread Index | Old Index