Bug 185464

Summary: [UPDATE] games/neverball, add license information
Product: Ports & Packages Reporter: hardy.schumacher
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description hardy.schumacher 2014-01-04 09:30:02 UTC
Add license information to port games/neverball.

Fix: Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-04 09:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-11 00:50:47 UTC
Author: amdmi3
Date: Sat Jan 11 00:50:39 2014
New Revision: 339395
URL: http://svnweb.freebsd.org/changeset/ports/339395

Log:
  - Add LICENSE
  
  PR:		185464
  Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>

Modified:
  head/games/neverball/Makefile

Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile	Sat Jan 11 00:27:42 2014	(r339394)
+++ head/games/neverball/Makefile	Sat Jan 11 00:50:39 2014	(r339395)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://offload1.icculus.or
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Tilt the floor to guide a ball through an obstacle course
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-01-11 00:51:34 UTC
State Changed
From-To: open->closed

Committed.  Thanks!  Note that there's no need for LICENSE_FILE for 
well-known licenses like GPL.