From owner-svn-ports-all@freebsd.org Tue Feb 2 15:36:13 2016 Return-Path: Delivered-To: svn-ports-all@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 32306A9713A; Tue, 2 Feb 2016 15:36:13 +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 0524D1AB6; Tue, 2 Feb 2016 15:36:12 +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 u12FaCaM054862; Tue, 2 Feb 2016 15:36:12 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12FaBtO054860; Tue, 2 Feb 2016 15:36:11 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201602021536.u12FaBtO054860@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 15:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407825 - in head/mail/opensmtpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 15:36:13 -0000 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