svn commit: r469121 - in head: emulators/wine emulators/wine-devel games/banihstypos games/xjumpx irc/dircproxy irc/rbot sysutils/munin-master sysutils/munin-node

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 5 15:17:47 UTC 2018


Author: danfe
Date: Sat May  5 15:17:46 2018
New Revision: 469121
URL: https://svnweb.freebsd.org/changeset/ports/469121

Log:
  For ports under `emulators', `games', `irc`, and `sysutils' categories:
  remove redundant PKGMESSAGE assignment, which is set appropriately by
  the b.p.m when `pkg-message' appears on the SUB_FILES list.

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine/Makefile
  head/games/banihstypos/Makefile
  head/games/xjumpx/Makefile
  head/irc/dircproxy/Makefile
  head/irc/rbot/Makefile
  head/sysutils/munin-master/Makefile
  head/sysutils/munin-node/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/emulators/wine-devel/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -53,7 +53,6 @@ SHEBANG_FILES=	tools/make_requests tools/winemaker/win
 		tools/winedump/function_grep.pl
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PORTDATA=	l_intl.nls wine.inf
 

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/emulators/wine/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -49,7 +49,6 @@ SHEBANG_FILES=	tools/make_requests tools/winemaker/win
 		tools/winedump/function_grep.pl
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PORTDATA=	l_intl.nls wine.inf
 

Modified: head/games/banihstypos/Makefile
==============================================================================
--- head/games/banihstypos/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/games/banihstypos/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -12,7 +12,6 @@ COMMENT=	Banihstypos is a simple game to teach you typ
 
 USES=		ncurses
 MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"
-PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 SUB_LIST=	PORTNAME=${PORTNAME}
 

Modified: head/games/xjumpx/Makefile
==============================================================================
--- head/games/xjumpx/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/games/xjumpx/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -16,7 +16,6 @@ MAKE_ENV=	X11BASE=${LOCALBASE}
 USE_XORG=	xpm xaw
 
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${STAGEDIR}${PREFIX}/bin

Modified: head/irc/dircproxy/Makefile
==============================================================================
--- head/irc/dircproxy/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/irc/dircproxy/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -18,7 +18,6 @@ GH_TAGNAME=	dc563b3
 
 GNU_CONFIGURE=	yes
 SUB_FILES+=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 USES=		autoreconf
 
 post-install:

Modified: head/irc/rbot/Makefile
==============================================================================
--- head/irc/rbot/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/irc/rbot/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -33,7 +33,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ruby-${PORTNAME}
 GH_TAGNAME=	e358601cc521d8aced941eb928fae2d8c53cf0c2
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 
 PORTDOCS=	REQUIREMENTS ChangeLog

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/sysutils/munin-master/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -38,8 +38,6 @@ RUN_DEPENDS=	munin-common>=${MUNIN_VERSION}:sysutils/m
 
 USES=		gmake perl5 cpe
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
-
 .include "${.CURDIR}/../munin-common/munin.mk"
 
 ALL_TARGET=	infiles build-master build-man

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Sat May  5 15:09:22 2018	(r469120)
+++ head/sysutils/munin-node/Makefile	Sat May  5 15:17:46 2018	(r469121)
@@ -24,7 +24,6 @@ RUN_DEPENDS=	p5-Cache-Cache>=0:devel/p5-Cache-Cache \
 		bash:shells/bash
 
 USES=		gmake perl5 shebangfix cpe
-PKGMESSAGE=	${WRKDIR}/pkg-message
 REINPLACE_ARGS=	-i ""
 SHEBANG_FILES=	node/bin/munindoc node/sbin/munin-node node/sbin/munin-sched \
 		node/sbin/munin-run node/sbin/munin-node-configure


More information about the svn-ports-all mailing list