summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorRemko van der Vossen2021-04-16 12:05:05 +0200
committerRemko van der Vossen2021-04-16 12:12:41 +0200
commit0ff99e955af9b2a2a790ea975c16e6736c8759a9 (patch)
tree09409bcf6c524ea7f9c95e5f783fafc0be92e01b /mail
parenta62e2f1e9f3da9493387ab01b2997c665a1e1c87 (diff)
courier: version 1.1.2
Diffstat (limited to 'mail')
-rwxr-xr-xmail/courier/BUILD1
-rwxr-xr-xmail/courier/DETAILS2
-rwxr-xr-xmail/courier/FINAL10
-rw-r--r--mail/courier/HISTORY3
4 files changed, 15 insertions, 1 deletions
diff --git a/mail/courier/BUILD b/mail/courier/BUILD
index 8ae9a1fd24..69c49de229 100755
--- a/mail/courier/BUILD
+++ b/mail/courier/BUILD
@@ -8,6 +8,7 @@ OPTS="${COURIER_OPTS} \
--disable-root-check \
--with-mailuser=courier \
--with-mailgroup=courier \
+ --with-notice=unicode \
${OPTS}" &&
default_build
diff --git a/mail/courier/DETAILS b/mail/courier/DETAILS
index 38ad18bdde..315c0ff302 100755
--- a/mail/courier/DETAILS
+++ b/mail/courier/DETAILS
@@ -1,5 +1,5 @@
SPELL=courier
- VERSION=0.76.4
+ VERSION=1.1.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE2=${SOURCE}.sig
SOURCE2_IGNORE=signature
diff --git a/mail/courier/FINAL b/mail/courier/FINAL
new file mode 100755
index 0000000000..6c84565524
--- /dev/null
+++ b/mail/courier/FINAL
@@ -0,0 +1,10 @@
+message "${PROBLEM_COLOR}" &&
+message 'Courier 1.0 and up requires unicode names for Maildirs (see' &&
+message '"Converting pre-unicode format maildirs" at' &&
+message 'http://www.courier-mta.org/maildirmake.html, or in the man page in' &&
+message 'this package) about updating from earlier versions; specifically the' &&
+message 'need to convert any existing maildirs to a Unicode naming scheme,' &&
+message 'and the need to update any other Courier packages together with' &&
+message 'updating this one.' &&
+message "${DEFAULT_COLOR}"
+
diff --git a/mail/courier/HISTORY b/mail/courier/HISTORY
index 1f50e9f3bd..129d1cdafb 100644
--- a/mail/courier/HISTORY
+++ b/mail/courier/HISTORY
@@ -1,3 +1,6 @@
+2021-04-16 Remko van der Vossen <wich@sourcemage.org>
+ * DETAILS, BUILD, FINAL: version 1.1.2
+
2017-04-26 Remko van der Vossen <wich@sourcemage.org>
* DETAILS: version 0.76.4