ports/156922: update mail/mailagent to 3.1.68 / reduce warnings on perl 5.12

Yoshiaki Kasahara kasahara at nc.kyushu-u.ac.jp
Mon May 23 05:00:25 UTC 2011


The following reply was made to PR ports/156922; it has been noted by GNATS.

From: Yoshiaki Kasahara <kasahara at nc.kyushu-u.ac.jp>
To: bug-followup at 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



More information about the freebsd-ports-bugs mailing list