From owner-svn-ports-all@freebsd.org Mon Nov 9 06:26:12 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BF2F2E8AE6; Mon, 9 Nov 2020 06:26:12 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CV1GX0Jmfz3s7V; Mon, 9 Nov 2020 06:26:12 +0000 (UTC) (envelope-from ohauer@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F23164974; Mon, 9 Nov 2020 06:26:11 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A96QBOi095236; Mon, 9 Nov 2020 06:26:11 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A96QB4G095234; Mon, 9 Nov 2020 06:26:11 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202011090626.0A96QB4G095234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 9 Nov 2020 06:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554672 - head/mail/postfix X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix X-SVN-Commit-Revision: 554672 X-SVN-Commit-Repository: ports 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.34 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: Mon, 09 Nov 2020 06:26:12 -0000 Author: ohauer Date: Mon Nov 9 06:26:11 2020 New Revision: 554672 URL: https://svnweb.freebsd.org/changeset/ports/554672 Log: - update to 3.5.8 - shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate) MFH: 2020Q4 Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Mon Nov 9 05:30:10 2020 (r554671) +++ head/mail/postfix/Makefile Mon Nov 9 06:26:11 2020 (r554672) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5.7 -PORTREVISION?= 1 +DISTVERSION= 3.5.8 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -300,7 +300,7 @@ pre-patch: ${WRKSRC}/src/global/mail_params.h @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \ -type f -a ! \( -name INSTALL -o -name aliases \) | ${XARGS} \ - ${REINPLACE_CMD} -E -e '${REINPLACE}' + ${REINPLACE_CMD} -i '' -E -e '${REINPLACE}' post-patch: .for f in ${HTML1} Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Mon Nov 9 05:30:10 2020 (r554671) +++ head/mail/postfix/distinfo Mon Nov 9 06:26:11 2020 (r554672) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598797087 -SHA256 (postfix/postfix-3.5.7.tar.gz) = b7a474f14e153dc7cbf6af38419729bc5af5c3c37aecf6b327a8f962158f0961 -SIZE (postfix/postfix-3.5.7.tar.gz) = 4613756 +TIMESTAMP = 1604787932 +SHA256 (postfix/postfix-3.5.8.tar.gz) = 22582628cf3edc18c5155c9ff44543dd95a9435fb68135d76a99f572cb07456f +SIZE (postfix/postfix-3.5.8.tar.gz) = 4614733