pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/gmime Update to 2.2.24. Fix MASTER_SITES. Set LIC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0718b3549622
branches:  trunk
changeset: 397577:0718b3549622
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 16 13:35:58 2009 +0000

description:
Update to 2.2.24. Fix MASTER_SITES. Set LICENSE.

        * README: Bumped version

        * configure.in: Bumped version to 2.2.24

        * gmime/gmime-utils.c (charset_convert): If iconv() fails, treat
        conditions where outleft == 0 the same as if we had gotten an
        E2BIG error (e.g. we need to grow the output buffer) so that we
        don't overrun it while appending a '?' placeholder character.

        * configure.in: Simplified configuring of gmime in a
        cross-compilation environment. Make it possible to work-around
        AC_TRY_RUN limitations by copying of target system iconv-detect.h
        and setting ac_cv_have_iconv_detect_h=yes.

diffstat:

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

diffs (34 lines):

diff -r 396c4946378c -r 0718b3549622 mail/gmime/Makefile
--- a/mail/gmime/Makefile       Sun Aug 16 13:34:38 2009 +0000
+++ b/mail/gmime/Makefile       Sun Aug 16 13:35:58 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.22 2008/10/24 21:08:01 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2009/08/16 13:35:58 wiz Exp $
 #
 
-DISTNAME=      gmime-2.2.23
+DISTNAME=      gmime-2.2.24
 CATEGORIES=    mail
-MASTER_SITES=  http://spruce.sourceforge.net/gmime/sources/v2.2/
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/2.2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://spruce.sourceforge.net/gmime/
 COMMENT=       Library for the creation and parsing of MIME messages
+LICENSE=       gnu-lgpl-v2.1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 396c4946378c -r 0718b3549622 mail/gmime/distinfo
--- a/mail/gmime/distinfo       Sun Aug 16 13:34:38 2009 +0000
+++ b/mail/gmime/distinfo       Sun Aug 16 13:35:58 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2009/07/19 19:16:17 wiz Exp $
+$NetBSD: distinfo,v 1.18 2009/08/16 13:35:58 wiz Exp $
 
-SHA1 (gmime-2.2.23.tar.gz) = d043afb3f7dc1fb35a468becad963bd059728521
-RMD160 (gmime-2.2.23.tar.gz) = 1a5180ab49e29405e1a8a66feabee4b9f5e2ab78
-Size (gmime-2.2.23.tar.gz) = 1065120 bytes
+SHA1 (gmime-2.2.24.tar.gz) = bc3bb36e727fe1d63086acce35c75cd881349b5e
+RMD160 (gmime-2.2.24.tar.gz) = 9cd79d9bd2c67c7a8c3066b4d928b292509ea6bf
+Size (gmime-2.2.24.tar.gz) = 983507 bytes



Home | Main Index | Thread Index | Old Index