summaryrefslogtreecommitdiff
path: root/mail/gmime24/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2011-09-12 21:22:34 +0000
committerwiz <wiz>2011-09-12 21:22:34 +0000
commit299b8d4eae25a916f8942cfb8d5933697e85e3f6 (patch)
tree28df466f27d1485cdbd3aedf0e2c1ecb8fc8cd25 /mail/gmime24/Makefile
parent0229aa1540597d92a1809b14a843111c88dde276 (diff)
downloadpkgsrc-299b8d4eae25a916f8942cfb8d5933697e85e3f6.tar.gz
Update to 2.4.26:
2011-08-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.26 * build/vs2008/gmime.vcproj: Bumped version. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Don't skip validation of UTF-8 text. 2011-07-17 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-utils.c (charset_convert): Handle ERANGE the same as EILSEQ. * gmime/gmime-filter-charset.c (filter_filter): Handle ERANGE the same as EILSEQ. * gmime/gmime-charset.c (g_mime_charset_map_init): Improved logic for Win32 (and even Linux) systems. Don't rely on setlocale(). 2011-06-15 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: Define nfds_t on OSX. 2011-06-09 Jeffrey Stedfast <fejj@gnome.org> Fix for bug #652056 * gmime/gmime-param.c (decode_value): If STRICT_PARSER isn't defined, don't require the value to start with a valid character. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * README: Bumped version * configure.in: Bumped version to 2.4.25 * build/vs2008/gmime.vcproj: Bumped version. * gmime/gmime-session.c: Don't crash if the request_passwd() virtual method is set to NULL. Fixes bug #651825. 2011-06-08 Jeffrey Stedfast <fejj@gnome.org> * gmime/gmime-gpg-context.c: If building on Apple, force the use of our own implementation of poll() because Apple's poll() is broken on some versions of MacOS.
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 590dac22c66..c26fd8fdd29 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2011/09/08 20:06:48 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/12 21:22:34 wiz Exp $
#
-DISTNAME= gmime-2.4.24
+DISTNAME= gmime-2.4.26
PKGNAME= ${DISTNAME:S/gmime/gmime24/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://spruce.sourceforge.net/gmime/