mail/opensmtpd: update to 5.7.3p2
Details at https://github.com/OpenSMTPD/OpenSMTPD/issues/650 While at it, remove a stale patch that isn't applicable anymore. Upstream implements this logic already, and the patch doesn't actually patch anything. PR: 206816 Submitted by: sa.inbox@gmail.com Approved by: portmgr@
This commit is contained in:
parent
d75a190882
commit
86a82d2576
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407825
3 changed files with 4 additions and 18 deletions
|
@ -3,11 +3,12 @@
|
|||
|
||||
PORTNAME= opensmtpd
|
||||
PORTVERSION= 5.7.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.opensmtpd.org/archives/ \
|
||||
http://distfiles.pirateparty.in/ashish/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}p1
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}p2
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= Security- and simplicity-focused SMTP server from OpenBSD
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (opensmtpd-5.7.3p1.tar.gz) = 848a3c72dd22b216bb924b69dc356fc297e8b3671ec30856978950208cba74dd
|
||||
SIZE (opensmtpd-5.7.3p1.tar.gz) = 709178
|
||||
SHA256 (opensmtpd-5.7.3p2.tar.gz) = 0d2973008d0f66bebb84bed516be6c32617735241cc54dd26643529281a8e52b
|
||||
SIZE (opensmtpd-5.7.3p2.tar.gz) = 709074
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
--- mk/smtpd/Makefile.in.orig
|
||||
+++ mk/smtpd/Makefile.in
|
||||
@@ -1793,11 +1793,7 @@
|
||||
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)5
|
||||
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
|
||||
|
||||
- @if [ ! -f $(DESTDIR)$(sysconfdir)/smtpd.conf ]; then \
|
||||
- $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf; \
|
||||
- else \
|
||||
- echo "$(DESTDIR)$(sysconfdir)/smtpd.conf already exists, install will not overwrite"; \
|
||||
- fi
|
||||
+ $(INSTALL) -m 644 smtpd.conf.out $(DESTDIR)$(sysconfdir)/smtpd.conf.sample
|
||||
|
||||
$(INSTALL) -m 644 aliases.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5
|
||||
$(INSTALL) -m 644 forward.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/forward.5
|
Loading…
Reference in a new issue