From owner-svn-ports-all@freebsd.org Sat Nov 7 11:42:16 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 80B9D2ED084; Sat, 7 Nov 2020 11:42:16 +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 4CSwN82dbZz4jY4; Sat, 7 Nov 2020 11:42:16 +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 4D44E5F48; Sat, 7 Nov 2020 11:42:16 +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 0A7BgG0X000287; Sat, 7 Nov 2020 11:42:16 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A7BgFmG000285; Sat, 7 Nov 2020 11:42:15 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202011071142.0A7BgFmG000285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 7 Nov 2020 11:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554388 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 554388 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: Sat, 07 Nov 2020 11:42:16 -0000 Author: ohauer Date: Sat Nov 7 11:42:15 2020 New Revision: 554388 URL: https://svnweb.freebsd.org/changeset/ports/554388 Log: - update to 3.6-20201104 - shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate) Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sat Nov 7 11:41:24 2020 (r554387) +++ head/mail/postfix-current/Makefile Sat Nov 7 11:42:15 2020 (r554388) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.6-20201026 -PORTREVISION?= 1 +DISTVERSION= 3.6-20201104 +PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -303,7 +303,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-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sat Nov 7 11:41:24 2020 (r554387) +++ head/mail/postfix-current/distinfo Sat Nov 7 11:42:15 2020 (r554388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603753796 -SHA256 (postfix/postfix-3.6-20201026.tar.gz) = 69ea85cc15b18efffef02af0656440acb1a37c61b5e0b2062ea416435a1afe1b -SIZE (postfix/postfix-3.6-20201026.tar.gz) = 4658969 +TIMESTAMP = 1604536943 +SHA256 (postfix/postfix-3.6-20201104.tar.gz) = 4179b57eb0d46bc873ce2ee7434e2e72f31197e1ae573a0b057b6d67182a6b01 +SIZE (postfix/postfix-3.6-20201104.tar.gz) = 4660754