svn commit: r502204 - head/games/ecwolf

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 21 09:01:40 UTC 2019


Author: amdmi3
Date: Tue May 21 09:01:39 2019
New Revision: 502204
URL: https://svnweb.freebsd.org/changeset/ports/502204

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/games/ecwolf/Makefile
==============================================================================
--- head/games/ecwolf/Makefile	Tue May 21 08:56:26 2019	(r502203)
+++ head/games/ecwolf/Makefile	Tue May 21 09:01:39 2019	(r502204)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://maniacsvault.net/ecwolf/files/ecw
 MAINTAINER=	pkubaj at anongoth.pl
 COMMENT=	Source port for Wolfenstein 3D, Spear of Destiny
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/license-gpl.txt
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 

Modified: head/games/ecwolf/pkg-descr
==============================================================================
--- head/games/ecwolf/pkg-descr	Tue May 21 08:56:26 2019	(r502203)
+++ head/games/ecwolf/pkg-descr	Tue May 21 09:01:39 2019	(r502204)
@@ -7,4 +7,4 @@ With ECWolf you could for example add a weapon without
 every sprite in the game along with it. Mods will be neatly packaged into
 a single file just like they are for Doom.
 
-WWW: https://maniacsvault.net/ecwolf
+WWW: https://maniacsvault.net/ecwolf/


More information about the svn-ports-all mailing list