diff options
author | pav <pav@FreeBSD.org> | 2011-06-03 21:32:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-06-03 21:32:40 +0800 |
commit | 8d0f0e63b6d3ff8a2499d4667a4b5345e40f3474 (patch) | |
tree | a8eea870129b0ee456efc3b10e74916d12a39cdb | |
parent | dc5c0adb019ed975c15b6e3279d25eafea117a1e (diff) | |
download | freebsd-ports-gnome-8d0f0e63b6d3ff8a2499d4667a4b5345e40f3474.tar.gz freebsd-ports-gnome-8d0f0e63b6d3ff8a2499d4667a4b5345e40f3474.tar.zst freebsd-ports-gnome-8d0f0e63b6d3ff8a2499d4667a4b5345e40f3474.zip |
- Update to 3.1.71
PR: ports/156922
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
-rw-r--r-- | mail/mailagent/Makefile | 2 | ||||
-rw-r--r-- | mail/mailagent/distinfo | 5 | ||||
-rw-r--r-- | mail/mailagent/files/patch-agent::pl::compress.pl | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 4021ff87332a..b698065170c0 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mailagent -PORTVERSION= 3.1.65 +PORTVERSION= 3.1.71 CATEGORIES= mail MASTER_SITES= http://eron.info/ diff --git a/mail/mailagent/distinfo b/mail/mailagent/distinfo index be1be3e4b7cb..9ed84cb51d53 100644 --- a/mail/mailagent/distinfo +++ b/mail/mailagent/distinfo @@ -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 --git a/mail/mailagent/files/patch-agent::pl::compress.pl b/mail/mailagent/files/patch-agent::pl::compress.pl deleted file mode 100644 index 1432df1294e9..000000000000 --- a/mail/mailagent/files/patch-agent::pl::compress.pl +++ /dev/null @@ -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 |