Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2012 20:52:12 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167435: [maintainer-update] Patch to define correct license for games/crossfire-client
Message-ID:  <201204292052.q3TKqCwQ086198@red.freebsd.org>
Resent-Message-ID: <201204292100.q3TL0KKA035113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167435
>Category:       ports
>Synopsis:       [maintainer-update] Patch to define correct license for games/crossfire-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 21:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The existing port in games/crossfire-client does not define a LICENSE. Crossfire is licensed under the GNU GPLv2, and the appropriate license needs to be defined in the Makefile.
>How-To-Repeat:
Install games/crossfire-client. The build process will report that no license has been defined.
>Fix:
Apply the attached patch to games/crossfire-client. A bump in PORTREVISION is probably not necessary, but the committer should decide for himself.

Patch attached with submission follows:

diff -ruN /usr/ports/games/crossfire-client/Makefile crossfire-client/Makefile
--- /usr/ports/games/crossfire-client/Makefile	2012-04-23 12:17:51.000000000 -0500
+++ crossfire-client/Makefile	2012-04-29 15:45:18.000000000 -0500
@@ -14,6 +14,9 @@
 MAINTAINER=	kevinz5000@gmail.com
 COMMENT=	A cooperative multiplayer graphical RPG and adventure game
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 USE_GNOME=	gtk20 libglade2


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204292052.q3TKqCwQ086198>