Bug 185088

Summary: [UPDATE] games/xmoto, 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 2013-12-22 12:30:00 UTC
Added license information to port games/xmoto.

Fix: Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-22 12:30:08 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 2013-12-22 20:20:18 UTC
Author: amdmi3
Date: Sun Dec 22 20:20:10 2013
New Revision: 337213
URL: http://svnweb.freebsd.org/changeset/ports/337213

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

Modified:
  head/games/xmoto/Makefile

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Sun Dec 22 20:03:53 2013	(r337212)
+++ head/games/xmoto/Makefile	Sun Dec 22 20:20:10 2013	(r337213)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir
 BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_GNOME=	libxml2
_______________________________________________
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 2013-12-22 20:20:50 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!