aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
commit7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch)
treef40cba2ed30c79b84c1d56a779b7139f24d6c36f /mail
parentfa0d2e76ea8e387f084dbd4135979433ed303274 (diff)
downloadports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz
ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile2
-rw-r--r--mail/exim/Makefile2
-rw-r--r--mail/exim/files/patch-src__EDITME2
-rw-r--r--mail/gnubiff/Makefile2
-rw-r--r--mail/mailfromd/Makefile1
-rw-r--r--mail/mailutils/Makefile2
-rw-r--r--mail/mboxgrep/Makefile2
-rw-r--r--mail/mew/Makefile1
-rw-r--r--mail/mpop/Makefile1
-rw-r--r--mail/mu4e/Makefile1
-rw-r--r--mail/pop3lite/Makefile2
-rw-r--r--mail/wanderlust/Makefile1
12 files changed, 12 insertions, 7 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index 22fbd294176a..2ef0790f2484 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anubis
PORTVERSION= 4.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= mail
MASTER_SITES= GNU
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 6f0520889419..30247425db6a 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail ipv6
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
diff --git a/mail/exim/files/patch-src__EDITME b/mail/exim/files/patch-src__EDITME
index 9a60f89b47b0..fa7689084cd3 100644
--- a/mail/exim/files/patch-src__EDITME
+++ b/mail/exim/files/patch-src__EDITME
@@ -96,7 +96,7 @@
# install them in the directory you have defined.
-# INFO_DIRECTORY=/usr/share/info
-+INFO_DIRECTORY=XX_PREFIX_XX/info
++INFO_DIRECTORY=XX_PREFIX_XX/share/info
#------------------------------------------------------------------------------
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile
index 2a35802895aa..c5ccf2cf6bba 100644
--- a/mail/gnubiff/Makefile
+++ b/mail/gnubiff/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnubiff
PORTVERSION= 2.2.13
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= SF
diff --git a/mail/mailfromd/Makefile b/mail/mailfromd/Makefile
index f124997b0e01..233fbe556476 100644
--- a/mail/mailfromd/Makefile
+++ b/mail/mailfromd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mailfromd
PORTVERSION= 8.5
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile
index 85ef74e42c3c..e42c763f3c10 100644
--- a/mail/mailutils/Makefile
+++ b/mail/mailutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mailutils
PORTVERSION= 3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= GNU GNU_ALPHA
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile
index 5df20188fbc8..f35269411047 100644
--- a/mail/mboxgrep/Makefile
+++ b/mail/mboxgrep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mboxgrep
PORTVERSION= 0.7.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index 852db62fdb9f..955bde0b1879 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mew
PORTVERSION= 6.8
+PORTREVISION= 1
CATEGORIES= mail elisp
MASTER_SITES= http://www.mew.org/Release/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index 4b44ccc871d8..5b8d0b26254b 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mpop
DISTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://marlam.de/mpop/releases/
diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile
index 0f2f5c3e37c9..70a1d7f25d0d 100644
--- a/mail/mu4e/Makefile
+++ b/mail/mu4e/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mu4e
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile
index 69624b3668a0..d68ed9ba8432 100644
--- a/mail/pop3lite/Makefile
+++ b/mail/pop3lite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pop3lite
PORTVERSION= 0.2.4a
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index 72e0ecabc568..fc53a77eb8ce 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}