From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 10 18:20:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E056B106566B for ; Sat, 10 Oct 2009 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0D108FC0C for ; Sat, 10 Oct 2009 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AIK2vY027121 for ; Sat, 10 Oct 2009 18:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9AIK21c027120; Sat, 10 Oct 2009 18:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 10 Oct 2009 18:20:02 GMT Resent-Message-Id: <200910101820.n9AIK21c027120@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC50A1065692 for ; Sat, 10 Oct 2009 18:13:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B1E7A8FC0A for ; Sat, 10 Oct 2009 18:13:20 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9AIDKWR091213 for ; Sat, 10 Oct 2009 18:13:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9AIDKL5091212; Sat, 10 Oct 2009 18:13:20 GMT (envelope-from nobody) Message-Id: <200910101813.n9AIDKL5091212@www.freebsd.org> Date: Sat, 10 Oct 2009 18:13:20 GMT From: Sahil Tandon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139489: [UPDATE] mail/gmime2: update to 2.2.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 18:20:03 -0000 >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 * 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: