From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 23 05:00:25 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 7C0901065678 for ; Mon, 23 May 2011 05:00:25 +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 524EF8FC16 for ; Mon, 23 May 2011 05:00:25 +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 p4N50O9j077725 for ; Mon, 23 May 2011 05:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4N50OSm077723; Mon, 23 May 2011 05:00:24 GMT (envelope-from gnats) Date: Mon, 23 May 2011 05:00:24 GMT Message-Id: <201105230500.p4N50OSm077723@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 05:00:25 -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 13:58:52 +0900 (JST) Could you please apply the following patch to update mailagent to 3.1.70 ? Please use patch -E or delete files/patch-agent::pl::compress.pl because it is fixed upstream. diff -Nur mailagent/Makefile /usr/local/src/ports/mailagent/Makefile --- mailagent/Makefile 2010-04-02 18:21:32.000000000 +0900 +++ /usr/local/src/ports/mailagent/Makefile 2011-05-23 13:43:48.016809899 +0900 @@ -6,7 +6,7 @@ # PORTNAME= mailagent -PORTVERSION= 3.1.65 +PORTVERSION= 3.1.70 CATEGORIES= mail MASTER_SITES= http://eron.info/ diff -Nur mailagent/distinfo /usr/local/src/ports/mailagent/distinfo --- mailagent/distinfo 2010-04-02 18:21:33.000000000 +0900 +++ /usr/local/src/ports/mailagent/distinfo 2011-05-23 13:43:58.411350368 +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.70.tar.bz2) = eb4676f402436cfe99ebd9af5b1e856ce0dab5c9703fa4668c21627d1c3ff6c4 +SIZE (mailagent-3.1.70.tar.bz2) = 455893 diff -Nur mailagent/files/patch-agent::pl::compress.pl /usr/local/src/ports/mailagent/files/patch-agent::pl::compress.pl --- mailagent/files/patch-agent::pl::compress.pl 2010-04-02 18:21:33.000000000 +0900 +++ /usr/local/src/ports/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