Added license information to port games/pushover. Fix: Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks! Note that there's no need for LICENSE_FILE for well-known licenses like GPL.