Date: Thu, 9 Jan 2020 09:30:14 +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: r522475 - head/games/opengfx Message-ID: <202001090930.0099UELE050398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jan 9 09:30:14 2020 New Revision: 522475 URL: https://svnweb.freebsd.org/changeset/ports/522475 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/games/opengfx/Makefile head/games/opengfx/pkg-descr Modified: head/games/opengfx/Makefile ============================================================================== --- head/games/opengfx/Makefile Thu Jan 9 09:06:06 2020 (r522474) +++ head/games/opengfx/Makefile Thu Jan 9 09:30:14 2020 (r522475) @@ -11,6 +11,7 @@ MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt USES= zip Modified: head/games/opengfx/pkg-descr ============================================================================== --- head/games/opengfx/pkg-descr Thu Jan 9 09:06:06 2020 (r522474) +++ head/games/opengfx/pkg-descr Thu Jan 9 09:30:14 2020 (r522475) @@ -1,3 +1,3 @@ OpenGFX is free alternative graphics for OpenTTD game engine. -WWW: http://dev.openttdcoop.org/projects/opengfx +WWW: https://github.com/OpenTTD/OpenGFX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001090930.0099UELE050398>