Bug 185270

Summary: [UPDATE] games/pushover, 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-29 17:20:00 UTC
Added license information to port games/pushover.

Fix: Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-29 17:20: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 2014-01-11 00:27:48 UTC
Author: amdmi3
Date: Sat Jan 11 00:27:42 2014
New Revision: 339394
URL: http://svnweb.freebsd.org/changeset/ports/339394

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

Modified:
  head/games/pushover/Makefile

Modified: head/games/pushover/Makefile
==============================================================================
--- head/games/pushover/Makefile	Sat Jan 11 00:22:54 2014	(r339393)
+++ head/games/pushover/Makefile	Sat Jan 11 00:27:42 2014	(r339394)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF/${PORTNAME}/Pushover/${
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	A puzzle game where the goal is to push over all dominoes
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
_______________________________________________
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:33 UTC
State Changed
From-To: open->closed

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