aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-06-03 13:32:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-06-03 13:32:40 +0000
commit3adb7f6b99466359c115f24e8b4b509a227fef43 (patch)
tree18f4a9393099afd703637edba9a6423720bb3e09 /mail
parent6f9f22c0506cd1b95bf3ef6888bcbdd9fe3db843 (diff)
downloadports-3adb7f6b99466359c115f24e8b4b509a227fef43.tar.gz
ports-3adb7f6b99466359c115f24e8b4b509a227fef43.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mailagent/Makefile2
-rw-r--r--mail/mailagent/distinfo5
-rw-r--r--mail/mailagent/files/patch-agent::pl::compress.pl13
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