ports/167435: [maintainer-update] Patch to define correct license for games/crossfire-client
Kevin Zheng
kevinz5000 at gmail.com
Sun Apr 29 21:00:21 UTC 2012
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list