Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 11:42:15 +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: r554388 - head/mail/postfix-current
Message-ID:  <202011071142.0A7BgFmG000285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011071142.0A7BgFmG000285>