diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-16 13:35:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-16 13:35:58 +0000 |
commit | 130eef7f6c431cde2a89662006fedce3f9920d02 (patch) | |
tree | a4afc920548d08cbdda94d21db4d8ca62258fbd7 /mail | |
parent | b8a3b5343d0a29e9e61a036dfa0b16a7e024900d (diff) | |
download | pkgsrc-130eef7f6c431cde2a89662006fedce3f9920d02.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/gmime/Makefile | 7 | ||||
-rw-r--r-- | mail/gmime/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile index d113de9f153..6610cb406e7 100644 --- a/mail/gmime/Makefile +++ b/mail/gmime/Makefile @@ -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 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 --git a/mail/gmime/distinfo b/mail/gmime/distinfo index a261d365e19..5978fd4d7fd 100644 --- a/mail/gmime/distinfo +++ b/mail/gmime/distinfo @@ -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 |