Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2017 12:07:29 +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: r457684 - head/mail/postfix-current
Message-ID:  <201712311207.vBVC7T3p014260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Dec 31 12:07:28 2017
New Revision: 457684
URL: https://svnweb.freebsd.org/changeset/ports/457684

Log:
  - update to 3.3-20171229
  - s/ECHO/ECHO_CMD  [1]
  
  PR:		222988 [1]
  Submitted by:	Franco Fichtner [1]

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Sun Dec 31 11:08:25 2017	(r457683)
+++ head/mail/postfix-current/Makefile	Sun Dec 31 12:07:28 2017	(r457684)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.3-20170924
-PORTREVISION?=	1
+DISTVERSION=	3.3-20171229
+PORTREVISION?=	0
 PORTEPOCH=	5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/ \
@@ -280,7 +280,7 @@ pre-patch:
 	fi
 .endif
 
-	@${ECHO} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></HTML>' \
+	@${ECHO_CMD} '<HTML><BODY>See <A HREF="header_checks.5.html">header_checks.5.html</A></BODY></HTML>' \
 		> ${WRKSRC}/html/body_checks.5.html
 	@${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \
 		${WRKSRC}/src/global/mail_params.h
@@ -290,12 +290,12 @@ pre-patch:
 
 post-patch:
 .for f in ${HTML1}
-	@${ECHO} '$$html_directory/$f:f:root:-:644' \
+	@${ECHO_CMD} '$$html_directory/$f:f:root:-:644' \
 		>> ${WRKSRC}/conf/postfix-files
 .endfor
-	@${ECHO} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \
+	@${ECHO_CMD} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \
 		>> ${WRKSRC}/conf/postfix-files
-	@${ECHO} '$$command_directory/posttls-finger:f:root:-:755' \
+	@${ECHO_CMD} '$$command_directory/posttls-finger:f:root:-:755' \
 		>> ${WRKSRC}/conf/postfix-files
 
 do-configure:
@@ -305,7 +305,7 @@ do-configure:
 	dynamicmaps=yes \
 	${POSTFIX_DYN_AUXLIBS} \
 	AUXLIBS="${POSTFIX_AUXLIBS}" && \
-	${ECHO} "all: default" >> Makefile)
+	${ECHO_CMD} "all: default" >> Makefile)
 
 pre-install-INST_BASE-on:
 	${MKDIR} ${STAGEDIR}/etc/rc.d

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Sun Dec 31 11:08:25 2017	(r457683)
+++ head/mail/postfix-current/distinfo	Sun Dec 31 12:07:28 2017	(r457684)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506256380
-SHA256 (postfix/postfix-3.3-20170924.tar.gz) = b9b8a2dd43cf1ae0002d815946d1f765b775a983ccf3bfbe7c2cae43e3677032
-SIZE (postfix/postfix-3.3-20170924.tar.gz) = 4397375
+TIMESTAMP = 1514594700
+SHA256 (postfix/postfix-3.3-20171229.tar.gz) = d5eb91cde6aa5487db300066086319aa713dd559d0d2f8a76be10939ce8f3ee6
+SIZE (postfix/postfix-3.3-20171229.tar.gz) = 4403773



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