Bug 185088 - [UPDATE] games/xmoto, add license information
Summary: [UPDATE] games/xmoto, add license information
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 12:30 UTC by hardy.schumacher
Modified: 2013-12-22 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (469 bytes, patch)
2013-12-22 12:30 UTC, hardy.schumacher
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!