Date: Mon, 9 Nov 2020 06:26:11 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554672 - head/mail/postfix Message-ID: <202011090626.0A96QB4G095234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090626.0A96QB4G095234>