Date: Sat, 10 Oct 2009 18:13:20 GMT From: Sahil Tandon <sahil@tandon.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139489: [UPDATE] mail/gmime2: update to 2.2.24 Message-ID: <200910101813.n9AIDKL5091212@www.freebsd.org> Resent-Message-ID: <200910101820.n9AIK21c027120@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139489 >Category: ports >Synopsis: [UPDATE] mail/gmime2: update to 2.2.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 10 18:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: 7.2-RELEASE >Organization: >Environment: >Description: - update to 2.2.24 - modify MASTER_SITES to GNOME - modify CONFLICTS to include 2.4.x 2009-08-12 Jeffrey Stedfast <fejj@novell.com> * 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. >How-To-Repeat: >Fix: Apply patch. Incidentally, should mail/gmime2-sharp PORTREVISION be reverted to 0 (from the current 2) if mail/gmime2 is updated? I'd imagine so; let me know if I should file a separate PR for that. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/gmime2/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 22 Feb 2009 22:18:45 -0000 1.58 +++ Makefile 10 Oct 2009 18:08:02 -0000 @@ -6,15 +6,15 @@ # PORTNAME= gmime -PORTVERSION= 2.2.23 +PORTVERSION= 2.2.24 PORTREVISION?= 0 CATEGORIES?= mail -MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v${PORTVERSION:C/([0-9]\.[0-9]).*/\1/}/ +MASTER_SITES= GNOME MAINTAINER?= mnag@FreeBSD.org COMMENT?= Library (written in C) for parsing and creating messages using MIME -CONFLICTS= gmime-1.0.* +CONFLICTS= gmime-1.0.* gmime-2.4.* SLAVEDIRS= mail/gmime2-sharp Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/gmime2/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- distinfo 22 Feb 2009 22:18:45 -0000 1.37 +++ distinfo 10 Oct 2009 18:08:02 -0000 @@ -1,3 +1,3 @@ -MD5 (gmime-2.2.23.tar.gz) = 21ac53f8df2961c05802f75835431617 -SHA256 (gmime-2.2.23.tar.gz) = 1ea66432e6e717f854da2a330a0b44d15cc7e52f08279ccae8904e296a9de107 -SIZE (gmime-2.2.23.tar.gz) = 1065120 +MD5 (gmime-2.2.24.tar.gz) = 0b1b1c166a8675c946ab1ec9c626cdc5 +SHA256 (gmime-2.2.24.tar.gz) = a1bcf57b67b0d245354b61c0a9a92a7467d8b97b9811e7a92927d0ad57018c52 +SIZE (gmime-2.2.24.tar.gz) = 983507 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910101813.n9AIDKL5091212>