Date: Sun, 20 May 2018 09:34:11 +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: r470446 - head/sysutils/wiimms Message-ID: <201805200934.w4K9YB8E023162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 20 09:34:11 2018 New Revision: 470446 URL: https://svnweb.freebsd.org/changeset/ports/470446 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/sysutils/wiimms/Makefile head/sysutils/wiimms/pkg-descr Modified: head/sysutils/wiimms/Makefile ============================================================================== --- head/sysutils/wiimms/Makefile Sun May 20 09:24:10 2018 (r470445) +++ head/sysutils/wiimms/Makefile Sun May 20 09:34:11 2018 (r470446) @@ -12,7 +12,8 @@ DISTNAME= wit-${DISTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= Wiimms ISO Tools -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash Modified: head/sysutils/wiimms/pkg-descr ============================================================================== --- head/sysutils/wiimms/pkg-descr Sun May 20 09:24:10 2018 (r470445) +++ head/sysutils/wiimms/pkg-descr Sun May 20 09:34:11 2018 (r470446) @@ -1,4 +1,4 @@ Wiimms ISO Tools is a set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers. -WWW: http://wit.wiimm.de +WWW: https://wit.wiimm.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805200934.w4K9YB8E023162>