File:  [cvs.NetBSD.org] / pkgsrc / mail / courier-mta / patches / patch-configure
Revision 1.1: download - view: text, annotated - select for diffs
Mon Feb 12 21:06:43 2024 UTC (11 months, 1 week ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Update Courier-MTA to 1.3.5

This updates the following packages that are all built from the same
source:
mail/courier-mta
mail/courier-maildir
net/couriertcpd

Changes since 0.68.1: Too many to list here (0.68.1 was released in 2012).
The full changelog can be found here:
https://sourceforge.net/p/courier/courier.git/ci/713d051033c8d94b594b6bc61f0652b0951af752/tree/courier/ChangeLog

Note that the Maildir unicode format has changed in the 1.0 release. See
mail/courier-maildir/MESSAGE.UTF8 for details.

$NetBSD: patch-configure,v 1.1 2024/02/12 21:06:43 hans Exp $

--- configure.orig	2023-08-04 00:10:03.000000000 +0000
+++ configure
@@ -17325,7 +17325,7 @@ fi
 
 
 
-if test `$COURIERAUTHCONFIG --version=0.70.0.20200518` = "no"
+if test "`$COURIERAUTHCONFIG --version=0.70.0.20200518`" = "no"
 then
 	as_fn_error $? "Courier authentication library version 0.71 is required." "$LINENO" 5
 fi

CVSweb <webmaster@jp.NetBSD.org>