Date: Tue, 2 Feb 2016 16:01:16 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407827 - in branches/2016Q1/mail/opensmtpd: . files Message-ID: <201602021601.u12G1GT6061133@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 2 16:01:16 2016 New Revision: 407827 URL: https://svnweb.freebsd.org/changeset/ports/407827 Log: 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) Deleted: branches/2016Q1/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Modified: branches/2016Q1/mail/opensmtpd/Makefile branches/2016Q1/mail/opensmtpd/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/opensmtpd/Makefile ============================================================================== --- branches/2016Q1/mail/opensmtpd/Makefile Tue Feb 2 15:54:45 2016 (r407826) +++ branches/2016Q1/mail/opensmtpd/Makefile Tue Feb 2 16:01:16 2016 (r407827) @@ -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 Modified: branches/2016Q1/mail/opensmtpd/distinfo ============================================================================== --- branches/2016Q1/mail/opensmtpd/distinfo Tue Feb 2 15:54:45 2016 (r407826) +++ branches/2016Q1/mail/opensmtpd/distinfo Tue Feb 2 16:01:16 2016 (r407827) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602021601.u12G1GT6061133>