summaryrefslogtreecommitdiff
path: root/mail/gmime24/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-16 13:37:39 +0000
committerwiz <wiz>2009-08-16 13:37:39 +0000
commit13eaaa5be46c1ad750999fb0bb0b9950d7e9e391 (patch)
tree345105044bc6a57068b0437793b86c4e10a37a2b /mail/gmime24/Makefile
parenta407e4de1f7e4f609269cc9fc6a8ef06fae202c3 (diff)
downloadpkgsrc-13eaaa5be46c1ad750999fb0bb0b9950d7e9e391.tar.gz
Update to 2.4.8. Set LICENSE.
* README: Bumped version * configure.in: Bumped version to 2.4.8 * build/vs2008/gmime.vcproj: Bumped version. * 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. * gmime/gmime-parser.c (g_mime_parser_set_header_regex): Fix non-GLib regex initialization to actually compile. * gmime/gmime-stream-fs.c (stream_read): Removed gross hack. (stream_write): Same. (g_mime_stream_fs_new): On Windows systems, set the translation mode to BINARY. (g_mime_stream_fs_new_with_bounds): Same. * gmime/gmime-stream-file.c: Same as GMimeStreamFs * gmime/gmime-stream-buffer.c (stream_seek_cache_read): Fixed a 64bit cleanlines issue. (stream_seek_cache_read): Cap the max cache size to G_MAXSIZE.
Diffstat (limited to 'mail/gmime24/Makefile')
-rw-r--r--mail/gmime24/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index a4f717b8391..b93ac4505fd 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/07/18 19:27:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/16 13:37:39 wiz Exp $
#
-DISTNAME= gmime-2.4.7
+DISTNAME= gmime-2.4.8
PKGNAME= ${DISTNAME:S/gmime/gmime24/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
@@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
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