svn commit: r478851 - head/games/neverball

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 3 09:38:17 UTC 2018


Author: amdmi3
Date: Mon Sep  3 09:38:15 2018
New Revision: 478851
URL: https://svnweb.freebsd.org/changeset/ports/478851

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW

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

Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile	Mon Sep  3 09:29:22 2018	(r478850)
+++ head/games/neverball/Makefile	Mon Sep  3 09:38:15 2018	(r478851)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://icculus.org/neverball/ \
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Tilt the floor to guide a ball through an obstacle course
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/doc/legal/license-GPL-2.0.txt
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis \

Modified: head/games/neverball/pkg-descr
==============================================================================
--- head/games/neverball/pkg-descr	Mon Sep  3 09:29:22 2018	(r478850)
+++ head/games/neverball/pkg-descr	Mon Sep  3 09:38:15 2018	(r478851)
@@ -14,4 +14,4 @@ Neverball and Neverputt are known to run under Linux, 
 OSX. Hardware accelerated OpenGL with multitexture (OpenGL 1.2.1 or greater)
 is required. A 500MHz processor is recommended.
 
-WWW: http://neverball.org/
+WWW: https://neverball.org/


More information about the svn-ports-all mailing list