diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-02-02 15:36:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-02-02 15:36:11 +0000 |
commit | 86a82d257672418e3baccfd3cb4f34f7cdafc96f (patch) | |
tree | b5316e3ffce9437f6b27982e786b0e31bbc87bcd /mail/opensmtpd | |
parent | d75a190882ccb53afbe0b9d47e5d78432b92f497 (diff) | |
download | ports-86a82d257672418e3baccfd3cb4f34f7cdafc96f.tar.gz ports-86a82d257672418e3baccfd3cb4f34f7cdafc96f.zip |
Notes
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r-- | mail/opensmtpd/Makefile | 3 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 4 | ||||
-rw-r--r-- | mail/opensmtpd/files/patch-mk_smtpd_Makefile.in | 15 |
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 |