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.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c37c8968ad
branches:  trunk
changeset: 560235:31c37c8968ad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 09 13:17:58 2009 +0000

description:
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@localhost>.

** 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:

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

diffs (41 lines):

diff -r f9e39c9e1568 -r 31c37c8968ad devel/libidn/Makefile
--- a/devel/libidn/Makefile     Tue Jun 09 13:14:55 2009 +0000
+++ b/devel/libidn/Makefile     Tue Jun 09 13:17:58 2009 +0000
@@ -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 @@
 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 -r f9e39c9e1568 -r 31c37c8968ad devel/libidn/distinfo
--- a/devel/libidn/distinfo     Tue Jun 09 13:14:55 2009 +0000
+++ b/devel/libidn/distinfo     Tue Jun 09 13:17:58 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index