aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-02-02 16:01:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-02-02 16:01:16 +0000
commitff689bf6834a38079ec9420947286259e29e23d1 (patch)
tree891c2b649562ffacda3108aaa489e8685f7a2b6a /mail
parenta44f3fa740d722ac4925875365d5a33f1712d971 (diff)
downloadports-ff689bf6834a38079ec9420947286259e29e23d1.tar.gz
ports-ff689bf6834a38079ec9420947286259e29e23d1.zip
MFH: r407825
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@ (bapt)
Notes
Notes: svn path=/branches/2016Q1/; revision=407827
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd/Makefile3
-rw-r--r--mail/opensmtpd/distinfo4
-rw-r--r--mail/opensmtpd/files/patch-mk_smtpd_Makefile.in15
3 files changed, 4 insertions, 18 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index ae8bb08a19ed..1cc659091c65 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -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
diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo
index cf1fb08c1ed4..b52c379cc178 100644
--- a/mail/opensmtpd/distinfo
+++ b/mail/opensmtpd/distinfo
@@ -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
diff --git a/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in b/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in
deleted file mode 100644
index 94a008c6c59d..000000000000
--- a/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in
+++ /dev/null
@@ -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