Sun Aug 16 13:35:58 2009 UTC ()
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.


(wiz)
diff -r1.22 -r1.23 pkgsrc/mail/gmime/Makefile
diff -r1.17 -r1.18 pkgsrc/mail/gmime/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/mail/gmime/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/gmime/Makefile 2008/10/24 21:08:01 1.22
+++ pkgsrc/mail/gmime/Makefile 2009/08/16 13:35:58 1.23
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.22 2008/10/24 21:08:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2009/08/16 13:35:58 wiz Exp $
2# 2#
3 3
4DISTNAME= gmime-2.2.23 4DISTNAME= gmime-2.2.24
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.2/ 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.2/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://spruce.sourceforge.net/gmime/ 9HOMEPAGE= http://spruce.sourceforge.net/gmime/
10COMMENT= Library for the creation and parsing of MIME messages 10COMMENT= Library for the creation and parsing of MIME messages
 11LICENSE= gnu-lgpl-v2.1
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14CONFLICTS= gmime24-[0-9]* 15CONFLICTS= gmime24-[0-9]*
15 16
16USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
17USE_LIBTOOL= yes 18USE_LIBTOOL= yes
18USE_TOOLS+= gmake pkg-config 19USE_TOOLS+= gmake pkg-config
19GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --enable-gtk-doc=no 21CONFIGURE_ARGS+= --enable-gtk-doc=no
21CONFIGURE_ARGS+= --disable-mono 22CONFIGURE_ARGS+= --disable-mono
22PKGCONFIG_OVERRIDE+= gmime-2.0.pc.in 23PKGCONFIG_OVERRIDE+= gmime-2.0.pc.in
23TEST_TARGET= check 24TEST_TARGET= check

cvs diff -r1.17 -r1.18 pkgsrc/mail/gmime/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/gmime/distinfo 2009/07/19 19:16:17 1.17
+++ pkgsrc/mail/gmime/distinfo 2009/08/16 13:35:58 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2009/07/19 19:16:17 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2009/08/16 13:35:58 wiz Exp $
2 2
3SHA1 (gmime-2.2.23.tar.gz) = d043afb3f7dc1fb35a468becad963bd059728521 3SHA1 (gmime-2.2.24.tar.gz) = bc3bb36e727fe1d63086acce35c75cd881349b5e
4RMD160 (gmime-2.2.23.tar.gz) = 1a5180ab49e29405e1a8a66feabee4b9f5e2ab78 4RMD160 (gmime-2.2.24.tar.gz) = 9cd79d9bd2c67c7a8c3066b4d928b292509ea6bf
5Size (gmime-2.2.23.tar.gz) = 1065120 bytes 5Size (gmime-2.2.24.tar.gz) = 983507 bytes