From owner-svn-ports-branches@freebsd.org Tue Feb 2 16:01:18 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A4BA97E43; Tue, 2 Feb 2016 16:01:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0DA0D91; Tue, 2 Feb 2016 16:01:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12G1GCN061135; Tue, 2 Feb 2016 16:01:16 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12G1GT6061133; Tue, 2 Feb 2016 16:01:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602021601.u12G1GT6061133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 2 Feb 2016 16:01:16 +0000 (UTC) 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 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 16:01:18 -0000 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