Date: Tue, 2 Feb 2016 15:36:11 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407825 - in head/mail/opensmtpd: . files Message-ID: <201602021536.u12FaBtO054860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 2 15:36:11 2016 New Revision: 407825 URL: https://svnweb.freebsd.org/changeset/ports/407825 Log: 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@ Deleted: head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Modified: head/mail/opensmtpd/Makefile head/mail/opensmtpd/distinfo Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Tue Feb 2 15:28:45 2016 (r407824) +++ head/mail/opensmtpd/Makefile Tue Feb 2 15:36:11 2016 (r407825) @@ -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: head/mail/opensmtpd/distinfo ============================================================================== --- head/mail/opensmtpd/distinfo Tue Feb 2 15:28:45 2016 (r407824) +++ head/mail/opensmtpd/distinfo Tue Feb 2 15:36:11 2016 (r407825) @@ -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?201602021536.u12FaBtO054860>