diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-09 13:17:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-09 13:17:58 +0000 |
commit | ae169c70572f1cba7247fe12011864ad3a9e5240 (patch) | |
tree | b1b590257f51665e430c70b57e32c72a891b38dc /devel | |
parent | c18edc392d626cdc958d8e1a0da08d903c055f9c (diff) | |
download | pkgsrc-ae169c70572f1cba7247fe12011864ad3a9e5240.tar.gz |
Update to 1.15:
* Version 1.15 (released 2009-06-08)
** libidn: Use c_strcasecmp instead of strcasecmp.
For portability to NetWare CLIB. The specification requires a ASCII
comparison, so it is also more appropriate to use c_strcasecmp.
Reported by Guenter Knauf <gk@gknw.de>.
** java: Fix some Java compiler warnings.
** doc: Improved sections for the info manual.
We now follow the advice given by the texinfo manual on which
directory categories to use. In particular, libidn moved from the
'GNU Libraries' section to the 'Software libraries' and 'Invoking idn'
moved from 'GNU utilities' to 'Localization'.
** New configure parameters to set packaging specific information.
The parameters are --with-packager, --with-packager-version, and
--with-packager-bug-reports. See
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
details.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 7 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index aa3b9a80330..66280498f85 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2009/05/19 08:59:10 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2009/06/09 13:17:58 wiz Exp $ -DISTNAME= libidn-1.14 +DISTNAME= libidn-1.15 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://ftp.gnu.org/gnu/libidn/ @@ -21,10 +21,11 @@ GNU_CONFIGURE= yes INFO_FILES= yes CONFIGURE_ENV+= EMACS=${FALSE} CONFIGURE_ARGS+= --disable-csharp --disable-java +CONFIGURE_ARGS= --with-packager=pkgsrc +CONFIGURE_ARGS= --with-packager-bug-report=http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check -#LICENSE= gnu-gplv3 gnu-gplv2 gnu-lgplv21 .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 72977ffa942..17af1df5d54 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2009/04/20 11:30:06 wiz Exp $ +$NetBSD: distinfo,v 1.43 2009/06/09 13:17:59 wiz Exp $ -SHA1 (libidn-1.14.tar.gz) = ab68746b9c74f07605b6b0ee13dc0b4b7b8101a8 -RMD160 (libidn-1.14.tar.gz) = e419addf025a01ce5e4898cc0da91bdfba6ce6e1 -Size (libidn-1.14.tar.gz) = 2579280 bytes +SHA1 (libidn-1.15.tar.gz) = 6321660c7072737110b790044cbf8653a95ea175 +RMD160 (libidn-1.15.tar.gz) = fb02015566838cbd86dda5b74f0da9ef78009b1b +Size (libidn-1.15.tar.gz) = 2635155 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f |