From owner-svn-ports-head@FreeBSD.ORG Thu May 21 06:54:37 2015 Return-Path: Delivered-To: svn-ports-head@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 E8E9F11B; Thu, 21 May 2015 06:54:37 +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 C99BE195E; Thu, 21 May 2015 06:54:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4L6sbBa099695; Thu, 21 May 2015 06:54:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4L6sZgb099664; Thu, 21 May 2015 06:54:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505210654.t4L6sZgb099664@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 06:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386914 - in head/net: exabgp exaddos kippo micro_proxy mosh netatalk3 nss-pam-ldapd nyancat proxy-suite vnstat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 06:54:38 -0000 Author: amdmi3 Date: Thu May 21 06:54:34 2015 New Revision: 386914 URL: https://svnweb.freebsd.org/changeset/ports/386914 Log: - Don't cat pkg-message from Makefiles Approved by: portmgr blanket Modified: head/net/exabgp/Makefile head/net/exaddos/Makefile head/net/kippo/Makefile head/net/micro_proxy/Makefile head/net/mosh/Makefile head/net/netatalk3/Makefile head/net/nss-pam-ldapd/Makefile head/net/nyancat/Makefile head/net/proxy-suite/Makefile head/net/vnstat/Makefile Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/exabgp/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -44,7 +44,4 @@ do-install: .endif ${CP} ${FILESDIR}/exabgp.env ${STAGEDIR}${ETCDIR}/exabgp.env.sample -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/exaddos/Makefile ============================================================================== --- head/net/exaddos/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/exaddos/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -37,7 +37,4 @@ do-install: @${INSTALL_DATA} ${WRKDIR}/exaddos.conf.sample \ ${STAGEDIR}${ETCDIR} -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/kippo/Makefile ============================================================================== --- head/net/kippo/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/kippo/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -36,7 +36,4 @@ do-install: @(cd ${WRKSRC}/${d}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/${d}) .endfor -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/micro_proxy/Makefile ============================================================================== --- head/net/micro_proxy/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/micro_proxy/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -23,7 +23,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/mosh/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -39,7 +39,4 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/netatalk3/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -155,6 +155,5 @@ post-install: ${INSTALL_DATA} -c ${STAGEDIR}${PREFIX}/etc/afp.conf.dist ${STAGEDIR}${PREFIX}/etc/afp.conf [ -f ${STAGEDIR}${PREFIX}/etc/extmap.conf ] || \ ${INSTALL_DATA} -c ${STAGEDIR}${PREFIX}/etc/extmap.conf.dist ${STAGEDIR}${PREFIX}/etc/extmap.conf - @${CAT} ${PKGMESSAGE} .include Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/nss-pam-ldapd/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -111,10 +111,7 @@ post-extract: post-configure: ${REINPLACE_CMD} -e 's/^\(CFLAGS.*\) \-O2 \(.*\)$$/\1 -O0 \2/' ${WRKSRC}/nss/Makefile -show-pkgmessage:: - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE} | ${FMT} 75 79; ${ECHO_CMD} - -post-install: show-pkgmessage +post-install: .if ${PORT_OPTIONS:MNSS} @${LN} -fs nss_ldap.so.${NSS_LDAP_SHMAJOR} ${STAGEDIR}${PREFIX}/lib/nss_ldap.so .endif Modified: head/net/nyancat/Makefile ============================================================================== --- head/net/nyancat/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/nyancat/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -18,7 +18,4 @@ PLIST_FILES= bin/nyancat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/proxy-suite/Makefile ============================================================================== --- head/net/proxy-suite/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/proxy-suite/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -67,7 +67,4 @@ post-configure: pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Thu May 21 06:54:23 2015 (r386913) +++ head/net/vnstat/Makefile Thu May 21 06:54:34 2015 (r386914) @@ -71,8 +71,4 @@ post-install: @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}/${DOCSDIR} .endif - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" - .include