From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 29 21:00:20 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F131B106566B for ; Sun, 29 Apr 2012 21:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99A3E8FC15 for ; Sun, 29 Apr 2012 21:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3TL0K5F035114 for ; Sun, 29 Apr 2012 21:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3TL0KKA035113; Sun, 29 Apr 2012 21:00:20 GMT (envelope-from gnats) Resent-Date: Sun, 29 Apr 2012 21:00:20 GMT Resent-Message-Id: <201204292100.q3TL0KKA035113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41B5F1065677 for ; Sun, 29 Apr 2012 20:52:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3518FC15 for ; Sun, 29 Apr 2012 20:52:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3TKqC5G086199 for ; Sun, 29 Apr 2012 20:52:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3TKqCwQ086198; Sun, 29 Apr 2012 20:52:12 GMT (envelope-from nobody) Message-Id: <201204292052.q3TKqCwQ086198@red.freebsd.org> Date: Sun, 29 Apr 2012 20:52:12 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167435: [maintainer-update] Patch to define correct license for games/crossfire-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2012 21:00:21 -0000 >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: