From owner-freebsd-ports@FreeBSD.ORG Thu Aug 12 12:42:59 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8482E1065679; Thu, 12 Aug 2010 12:42:59 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id D45828FC31; Thu, 12 Aug 2010 12:42:58 +0000 (UTC) Received: by gwj23 with SMTP id 23so465295gwj.13 for ; Thu, 12 Aug 2010 05:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=LTd+ntrZQO1yO7EQW0IR/zK5QeirScOd43PkDbb2ZwI=; b=TnSDyUe4giTk8/QGwZSHoD/8SHX+j05uKxfBicMORw/vi0CyBu6x5HTUmEpeV3yGwa /8uD0SRXjhyLVf3bdFuP4t6MxcO9sMx4j2Agy9aZU6nb/DQ0JdJvlUjHzl7sdu/ahgxd 3Rc5LN4kHNQ2t3/lBu+cunvPF0/gBI4txXFCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=K6nMx2VDZ4u9SpDxQ5fyt3maXFPi8f8pYWISQdCphhFpOfdrKOlk/AQd9arGVmhVkb Lvk11s/7vPWm2Jm55PyjWEvUOFCsyXYH+YY11PQNWheMEbZV194YW1mFYNwJ9XgJZR18 lpM0XZXKjTJ18MLjaJGVBlNEfE7KGjp/GRByQ= Received: by 10.150.56.21 with SMTP id e21mr244630yba.141.1281616978075; Thu, 12 Aug 2010 05:42:58 -0700 (PDT) Received: from localhost (tor-exit-proxy2-readme.formlessnetworking.net [208.53.142.38]) by mx.google.com with ESMTPS id t20sm6786153ybm.5.2010.08.12.05.42.55 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Aug 2010 05:42:57 -0700 (PDT) From: Anonymous To: Ullrich Franke References: <201008120812.o7C8CdDn002526@Amnesiac.homeunix.net> Date: Thu, 12 Aug 2010 16:42:53 +0400 In-Reply-To: <201008120812.o7C8CdDn002526@Amnesiac.homeunix.net> (Ullrich Franke's message of "Thu, 12 Aug 2010 10:12:39 +0200 (CEST)") Message-ID: <86vd7g9f3m.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/149564: patch for various games/ adding appropriate LICENSEs to Makefiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 12:42:59 -0000 (CC'ing ports@, anyone there care to update the wiki to mention the common issue?) Ullrich Franke writes: > --- ./magicor/Makefile 2010-03-28 08:35:17.000000000 +0200 > +++ ./magicor/Makefile 2010-07-26 12:36:33.000000000 +0200 > @@ -16,6 +16,11 @@ > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= Old-school, puzzle game similar to Solomon's Key > > +LICENSE= unknown > +LICENSE_NAME= Public Domain > +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game > > USE_PYTHON= yes > --- ./alienblaster/Makefile 2010-01-30 10:42:46.000000000 +0100 > +++ ./alienblaster/Makefile 2010-07-26 12:28:24.000000000 +0200 > @@ -15,6 +15,9 @@ > MAINTAINER= alepulver@FreeBSD.org > COMMENT= Alien Blaster > > +LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > USE_GMAKE= yes > USE_SDL= mixer sdl > REINPLACE_ARGS= -i '' Note, there is a known limitation of the framework regarding license file named `LICENSE' described in ports/148808. Just comment LICENSE_FILE until it's resolved so you won't forget which ports have a license file. $ make deinstall ===> Deinstalling magicor-1.1_3 pkg_delete: file '/usr/local/share/licenses/magicor-1.1_3/LICENSE' doesn't exist $ make deinstall ===> Deinstalling alienblaster-1.1.0_4 pkg_delete: file '/usr/local/share/licenses/alienblaster-1.1.0_4/LICENSE' doesn't exist