Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 07:06:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201505210706.t4L761Ll005904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk>

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 <bsd.port.post.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.post.mk>

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 <bsd.port.post.mk>

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 <bsd.port.mk>



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