From owner-svn-ports-all@FreeBSD.ORG Thu May 21 07:06:04 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF20BB8A; Thu, 21 May 2015 07:06:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A02F11ADB; Thu, 21 May 2015 07:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4L764DF005918; Thu, 21 May 2015 07:06:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4L761Ll005904; Thu, 21 May 2015 07:06:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505210706.t4L761Ll005904@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 21 May 2015 07:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386915 - in head/mail: archiveopteryx archiveopteryx-devel avenger elmo mew ripmime roundcube-automatic_addressbook sentinel swaks vexim X-SVN-Group: ports-head 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.20 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: Thu, 21 May 2015 07:06:04 -0000 Author: amdmi3 Date: Thu May 21 07:06:01 2015 New Revision: 386915 URL: https://svnweb.freebsd.org/changeset/ports/386915 Log: - Don't cat pkg-message from Makefiles Approved by: portmgr blanket Modified: head/mail/archiveopteryx-devel/Makefile head/mail/archiveopteryx/Makefile head/mail/avenger/Makefile head/mail/elmo/Makefile head/mail/mew/Makefile head/mail/ripmime/Makefile head/mail/roundcube-automatic_addressbook/Makefile head/mail/sentinel/Makefile head/mail/swaks/Makefile head/mail/vexim/Makefile Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/archiveopteryx-devel/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -56,7 +56,4 @@ do-build: do-install: @cd ${WRKSRC} && ${JAM} ${JAMARG} install -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/archiveopteryx/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -49,7 +49,4 @@ do-build: do-install: @cd ${WRKSRC} && ${JAM} ${JAMARG} install -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/avenger/Makefile ============================================================================== --- head/mail/avenger/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/avenger/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -50,6 +50,4 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/elmo/Makefile ============================================================================== --- head/mail/elmo/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/elmo/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -44,7 +44,4 @@ post-patch: @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/mew/Makefile ============================================================================== --- head/mail/mew/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/mew/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -50,6 +50,5 @@ post-install: ) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/mail/ripmime/Makefile ============================================================================== --- head/mail/ripmime/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/ripmime/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -24,7 +24,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${STAGEDIR}${PREFIX}/man/man1/ -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/roundcube-automatic_addressbook/Makefile ============================================================================== --- head/mail/roundcube-automatic_addressbook/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/roundcube-automatic_addressbook/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -28,6 +28,5 @@ SUB_LIST= RCDIR=${RCDIR} PLUGINDIR=${WWW do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} - ${CAT} ${PKGMESSAGE} .include Modified: head/mail/sentinel/Makefile ============================================================================== --- head/mail/sentinel/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/sentinel/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -44,7 +44,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.FreeBSD ${STAGEDIR}${DOCSDIR} .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/mail/swaks/Makefile ============================================================================== --- head/mail/swaks/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/swaks/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -41,6 +41,5 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${CAT} ${PKGMESSAGE} .include Modified: head/mail/vexim/Makefile ============================================================================== --- head/mail/vexim/Makefile Thu May 21 06:54:34 2015 (r386914) +++ head/mail/vexim/Makefile Thu May 21 07:06:01 2015 (r386915) @@ -67,7 +67,4 @@ do-install: .endfor .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include