Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 09:38:16 +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: r478851 - head/games/neverball
Message-ID:  <201809030938.w839cGOS020685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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