diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-07 15:21:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-07 15:21:20 +0000 |
commit | cc717f3dc2d088c7d36c723f5af203b15410175d (patch) | |
tree | b0e4821f26957c441de48cc0fa5651e99b0c9573 /devel/libidn/Makefile | |
parent | 480c70f754325879e8e37a5a6140de7ad3b8a8ef (diff) | |
download | pkgsrc-cc717f3dc2d088c7d36c723f5af203b15410175d.tar.gz |
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 (limited to 'devel/libidn/Makefile')
-rw-r--r-- | devel/libidn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 2116bc0c231..96cb6a02edd 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -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 @@ COMMENT= Internationalized Domain Names command line tool PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +TEST_TARGET= check USE_BUILDLINK3= yes USE_LIBTOOL= yes |