File:  [cvs.NetBSD.org] / pkgsrc / mail / courier-mta / patches / patch-ax
Revision 1.4: 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: 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-ax,v 1.4 2024/02/12 21:06:43 hans Exp $

--- courier/module.esmtp/Makefile.in.orig	2023-04-24 02:29:24.000000000 +0000
+++ courier/module.esmtp/Makefile.in
@@ -1238,17 +1238,11 @@ install-data-local:
 	test -f $(DESTDIR)$(sbindir)/courieresmtpd && exit 0; $(mkinstalldirs) $(DESTDIR)$(sbindir) || :; rm -f $(DESTDIR)$(sbindir)/courieresmtpd && $(LN_S) `realpath --relative-to $(sbindir) -m $(moduledir)/courieresmtpd` $(DESTDIR)$(sbindir)/courieresmtpd
 	-$(mkinstalldirs) $(DESTDIR)$(bindir)
 	test -f $(DESTDIR)$(bindir)/addcr && exit 0; rm -f $(DESTDIR)$(bindir)/addcr && $(LN_S) `realpath -m --relative-to $(bindir) $(moduledir)/addcr` $(DESTDIR)$(bindir)/addcr
-	-$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/esmtpacceptmailfor.dir
-	-$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/esmtppercentrelay.dir
 	-$(mkinstalldirs) $(DESTDIR)$(sbindir)
 	for f in $(databin_SCRIPTS) ; do \
 		rm -f $(DESTDIR)$(sbindir)/$$f ; \
 		$(LN_S) `realpath -m --relative-to $(sbindir) $(datadir)/$$f` $(DESTDIR)$(sbindir)/$$f ; done
 	cat </dev/null >>$(DESTDIR)$(sysconfdir)/esmtpauthclient
-	chmod 600 $(DESTDIR)$(sysconfdir)/esmtpauthclient
-	test `id -u` = 0 || exit 0; \
-		chown @mailuser@ $(DESTDIR)$(sysconfdir)/esmtpauthclient ; \
-		chgrp @mailgroup@ $(DESTDIR)$(sysconfdir)/esmtpauthclient
 	rm -f $(DESTDIR)$(sbindir)/esmtpd-msa $(DESTDIR)$(sbindir)/makesmtpaccess-msa
 	$(LN_S) esmtpd $(DESTDIR)$(sbindir)/esmtpd-msa
 	$(LN_S) makesmtpaccess $(DESTDIR)$(sbindir)/makesmtpaccess-msa

CVSweb <webmaster@jp.NetBSD.org>