File:
[cvs.NetBSD.org] /
pkgsrc /
mail /
courier-mta /
patches /
patch-ac
Revision
1.8:
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-ac,v 1.8 2024/02/12 21:06:43 hans Exp $
--- courier/doc/Makefile.in.orig 2023-04-23 22:08:03.000000000 +0000
+++ courier/doc/Makefile.in
@@ -261,7 +261,7 @@ top_srcdir = @top_srcdir@
version = @version@
htmldocdir = @datadir@/htmldoc
CLEANFILES = permissions.dat
-miscfiles = japanese_flag.png icon.gif bg.png manpage.css \
+miscfiles = japanese_flag.png icon.gif bg.png \
draft-varshavchik-exdata-smtpext.txt \
draft-varshavchik-verp-smtpext.txt \
draft-varshavchik-security-smtpext.txt
@@ -293,71 +293,39 @@ htmlin = \
courier.html \
courierldapaliasd.html \
couriermlm.html \
- courierpop3d.html \
- couriertcpd.html \
- couriertls.html \
- deliverquota.html \
dot-courier.html \
dot-forward.html \
esmtpd.html \
- imapd.html \
localmailfilter.html \
- lockmail.html \
- mailbot.html \
- maildiracl.html \
- maildir.html \
- maildirkw.html \
- maildirmake.html \
- maildirquota.html \
- maildirwatch.html \
- maildropex.html \
- maildropfilter.html \
- maildropgdbm.html \
- maildrop.html \
- maildrop.README.html \
- maildroptips.html \
mailq.html \
makeacceptmailfor.html \
makealiases.html \
- makedat.html \
makehosteddomains.html \
- makeimapaccess.html \
- makemime.html \
makepercentrelay.html \
makesmtpaccess.html \
- mimegpg.html \
- mkdhparams.html \
mkesmtpdcert.html \
- mkimapdcert.html \
- mkpop3dcert.html \
- pcp_README.html \
pop3d.html \
preline.html \
- reformail.html \
- reformime.html \
sendmail.html \
submit.html \
testmxlookup.html \
webmlmd.html
htmldoc_DATA = $(nohtmlin) $(htmlin)
-man1 = sendmail.1 preline.1 maildirmake.1 cancelmsg.1 lockmail.1 maildrop.1 \
- mailq.1 mailbot.1 makemime.1 mimegpg.1 maildiracl.1 \
- makedat.1 reformail.1 reformime.1 couriermlm.1 testmxlookup.1 \
- dot-forward.1 couriertls.1 couriertcpd.1 maildirkw.1 \
- maildirwatch.1 \
+man1 = sendmail.1 preline.1 cancelmsg.1 \
+ mailq.1 \
+ couriermlm.1 testmxlookup.1 \
+ dot-forward.1 \
webmlmd.1
-man5 = dot-courier.5 maildir.5
-man7 = localmailfilter.7 maildirquota.7 maildropgdbm.7 maildropfilter.7 \
- maildropex.7
+man5 = dot-courier.5
+man7 = localmailfilter.7
-man8 = aliaslookup.8 courier.8 courierldapaliasd.8 courierpop3d.8 \
- deliverquota.8 makeimapaccess.8 \
+man8 = aliaslookup.8 courier.8 courierldapaliasd.8 \
esmtpd.8 makeacceptmailfor.8 makehosteddomains.8\
- mkesmtpdcert.8 mkdhparams.8 mkimapdcert.8 mkpop3dcert.8 \
+ mkesmtpdcert.8 \
makealiases.8 makepercentrelay.8 makesmtpaccess.8 \
- pop3d.8 pop3d-ssl.8 submit.8 imapd.8
+ submit.8
BUILT_SOURCES = \
aliaslookup.html aliaslookup.8 \
@@ -385,7 +353,7 @@ BUILT_SOURCES = \
webmlmd.html.in webmlmd.1.in
EXTRA_DIST = $(nohtmlin) $(BUILT_SOURCES) dotforward.1 pop3d-ssl.8
-man_LINKS = $(man8dir)/courierpop3login.8 \
+man_LINKS = \
$(man1dir)/rmail.1 $(man1dir)/dotforward.1 \
$(man8dir)/makesmtpaccess-msa.8 \
$(man8dir)/esmtpd-msa.8
@@ -1385,8 +1353,7 @@ testmxlookup.1: testmxlookup.1.in
install-man-extra:
cd $(DESTDIR)$(man8dir) ; \
- rm -f courierpop3login.8 makesmtpaccess-msa.8 esmtpd-msa.8; \
- $(LN_S) courierpop3d.8 courierpop3login.8; \
+ rm -f makesmtpaccess-msa.8 esmtpd-msa.8; \
$(LN_S) makesmtpaccess.8 makesmtpaccess-msa.8 ; \
$(LN_S) esmtpd.8 esmtpd-msa.8
cd $(DESTDIR)$(man1dir) ; rm -f rmail.1 dotforward.1 \
CVSweb <webmaster@jp.NetBSD.org>