From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 2 10:30:05 2010 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 064361065675 for ; Mon, 2 Aug 2010 10:30:05 +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 CDF258FC1E for ; Mon, 2 Aug 2010 10:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o72AU4rY096455 for ; Mon, 2 Aug 2010 10:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o72AU41j096448; Mon, 2 Aug 2010 10:30:04 GMT (envelope-from gnats) Date: Mon, 2 Aug 2010 10:30:04 GMT Message-Id: <201008021030.o72AU41j096448@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alexey V. Degtyarev" Cc: Subject: Re: ports/149190: Update port: mail/mime-construct X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V. Degtyarev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 10:30:05 -0000 The following reply was made to PR ports/149190; it has been noted by GNATS. From: "Alexey V. Degtyarev" To: bug-followup@FreeBSD.org Cc: Frederic Culot Subject: Re: ports/149190: Update port: mail/mime-construct Date: Mon, 2 Aug 2010 13:58:38 +0400 --Swj79WlilW4BQYVz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, On 09:30 Mon 02 Aug, Edwin Groothuis wrote: > Maintainer of mail/mime-construct, > > Please note that PR ports/149190 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149190 thanks Frederic, updated patch attached, committers please commit this one. All the best, -- Alexey V. Degtyarev --Swj79WlilW4BQYVz Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="mime-construct-1.11.patch" diff -rNu mime-construct.orig/Makefile mime-construct/Makefile --- mime-construct.orig/Makefile 2010-03-09 22:26:17.000000000 +0000 +++ mime-construct/Makefile 2010-08-02 09:54:00.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= mime-construct -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= mail MASTER_SITES= http://www.argon.org/~roderick/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ diff -rNu mime-construct.orig/distinfo mime-construct/distinfo --- mime-construct.orig/distinfo 2010-03-02 00:11:18.000000000 +0000 +++ mime-construct/distinfo 2010-08-02 09:53:46.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (mime-construct-1.10.tar.gz) = a8060188ed35dccd5c5aac85f5b6a094 -SHA256 (mime-construct-1.10.tar.gz) = 529cd41050787aa1a5c387104ab4df8a734061c23a5dcedd5f12fe37ff8a71e9 -SIZE (mime-construct-1.10.tar.gz) = 12452 +MD5 (mime-construct-1.11.tar.gz) = 73834ea780fbea81b89dbd9b2fb54f58 +SHA256 (mime-construct-1.11.tar.gz) = 4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303 +SIZE (mime-construct-1.11.tar.gz) = 12906 --Swj79WlilW4BQYVz--