From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 23 08:00:24 2011 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 685A01065675 for ; Mon, 23 May 2011 08:00:24 +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 3A0728FC17 for ; Mon, 23 May 2011 08:00:24 +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 p4N80NJ6071983 for ; Mon, 23 May 2011 08:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4N80NZK071981; Mon, 23 May 2011 08:00:23 GMT (envelope-from gnats) Date: Mon, 23 May 2011 08:00:23 GMT Message-Id: <201105230800.p4N80NZK071981@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Yoshiaki Kasahara Cc: Subject: Re: ports/156922: update mail/mailagent to 3.1.68 / reduce warnings on perl 5.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshiaki Kasahara List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 08:00:24 -0000 The following reply was made to PR ports/156922; it has been noted by GNATS. From: Yoshiaki Kasahara To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156922: update mail/mailagent to 3.1.68 / reduce warnings on perl 5.12 Date: Mon, 23 May 2011 16:54:54 +0900 (JST) I'm really sorry to spam this PR again, but I got another update which is important because it changes the default configuration.... It is the latest patch against the current ports of mailagent. Please make sure to remove mailagent/files/patch-agent::pl::compress.pl. diff -Nur /usr/ports/mail/mailagent/Makefile mailagent/Makefile --- /usr/ports/mail/mailagent/Makefile 2010-04-02 18:21:32.000000000 +0900 +++ mailagent/Makefile 2011-05-23 16:26:32.973778909 +0900 @@ -6,7 +6,7 @@ # PORTNAME= mailagent -PORTVERSION= 3.1.65 +PORTVERSION= 3.1.71 CATEGORIES= mail MASTER_SITES= http://eron.info/ diff -Nur /usr/ports/mail/mailagent/distinfo mailagent/distinfo --- /usr/ports/mail/mailagent/distinfo 2010-04-02 18:21:33.000000000 +0900 +++ mailagent/distinfo 2011-05-23 16:26:43.830458024 +0900 @@ -1,3 +1,2 @@ -MD5 (mailagent-3.1.65.tar.bz2) = 8ba6f9f5bdf850b19d6f38e7d02a3322 -SHA256 (mailagent-3.1.65.tar.bz2) = 3212c1e0118ccdae5209950377debe70ec3fa15dbe2b1dc422568f3e5dcd8ba1 -SIZE (mailagent-3.1.65.tar.bz2) = 454295 +SHA256 (mailagent-3.1.71.tar.bz2) = 4785a018797d4405f8708ba59197f249f77cd4f22f87b086c04c7226cb64ebdb +SIZE (mailagent-3.1.71.tar.bz2) = 446820 diff -Nur /usr/ports/mail/mailagent/files/patch-agent::pl::compress.pl mailagent/files/patch-agent::pl::compress.pl --- /usr/ports/mail/mailagent/files/patch-agent::pl::compress.pl 2010-04-02 18:21:33.000000000 +0900 +++ mailagent/files/patch-agent::pl::compress.pl 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- agent/pl/compress.pl.ORIG 2010-04-02 11:34:22.000000000 +0900 -+++ agent/pl/compress.pl 2010-04-02 12:06:36.000000000 +0900 -@@ -63,9 +63,8 @@ - unless (open(COMPSPEC, "$cf'compspec")) { - # Configure a set of defaults if the user hasn't specified them manually - # Fields are: tag extension compression_prog uncompress_prog cat_prog -- # The following legacy line removed as modern systems lack compress: -- # compress .Z compress uncompress zcat - &add_compressor(<<'EOT'); -+compress .Z compress uncompress zcat - gzip .gz gzip gunzip gunzip -c - bzip2 .bz2 bzip2 bunzip2 bzcat - EOT