File:
[cvs.NetBSD.org] /
pkgsrc /
mail /
courier-mta /
patches /
patch-af
Revision
1.6:
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-af,v 1.6 2024/02/12 21:06:43 hans Exp $
--- courier/filters/perlfilter/Makefile.in.orig 2023-04-23 22:08:01.000000000 +0000
+++ courier/filters/perlfilter/Makefile.in
@@ -366,7 +366,8 @@ top_srcdir = @top_srcdir@
EXTRA_DIST = $(script_SCRIPTS) $(script_DATA)
BUILT_SOURCES = filtersocketdir.h wrapperpl.h xsinit.c
CLEANFILES = $(BUILT_SOURCES) permissions.dat
-filterbindir = $(libexecdir)/filters
+pkglibexecdir = $(libexecdir)/courier
+filterbindir = $(pkglibexecdir)/filters
filterbin_PROGRAMS = @perlfilter_prog@
scriptdir = $(datadir)
script_SCRIPTS = perlfilter-wrapper.pl \
CVSweb <webmaster@jp.NetBSD.org>