Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2018 09:31:28 +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: r486844 - head/games/blobwars
Message-ID:  <201812070931.wB79VSje057534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  7 09:31:28 2018
New Revision: 486844
URL: https://svnweb.freebsd.org/changeset/ports/486844

Log:
  - Removing useless WITH_ZLIB and chmod call
  - Pet portlint by using relative symlink
  - Silence stripping
  - Update WWW

Modified:
  head/games/blobwars/Makefile
  head/games/blobwars/pkg-descr

Modified: head/games/blobwars/Makefile
==============================================================================
--- head/games/blobwars/Makefile	Fri Dec  7 09:01:32 2018	(r486843)
+++ head/games/blobwars/Makefile	Fri Dec  7 09:31:28 2018	(r486844)
@@ -15,7 +15,6 @@ LICENSE_FILE_GPLv2+ =	${WRKSRC}/doc/license
 
 USES=		gmake pkgconfig
 USE_SDL=	image2 mixer2 net2 sdl2 ttf2
-WITH_ZLIB=	yes
 
 INSTALLS_ICONS=	yes
 
@@ -30,7 +29,6 @@ post-patch:
 	@${REINPLACE_CMD} \
 		-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
 			${WRKSRC}/Makefile
-	${CHMOD} 664 ${WRKSRC}/icons/*
 
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} \
@@ -43,8 +41,8 @@ post-patch-NLS-off:
 		${WRKSRC}/Makefile
 
 post-install:
-	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
+	@${LN} -sf ../icons/hicolor/48x48/apps/${PORTNAME}.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/games/blobwars/pkg-descr
==============================================================================
--- head/games/blobwars/pkg-descr	Fri Dec  7 09:01:32 2018	(r486843)
+++ head/games/blobwars/pkg-descr	Fri Dec  7 09:31:28 2018	(r486844)
@@ -6,4 +6,4 @@ forward as it sounds, since the MIAs will often be not
 will require some extra thought. Bob also has to contend with environmental
 hazards, alien invaders and assimilated Blobs.
 
-WWW: http://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html
+WWW: https://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html



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