From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 24 20:40:12 2010 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 BC8B2106566B for ; Sun, 24 Oct 2010 20:40:12 +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 AB3708FC14 for ; Sun, 24 Oct 2010 20:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OKeCWP055342 for ; Sun, 24 Oct 2010 20:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9OKeCmE055340; Sun, 24 Oct 2010 20:40:12 GMT (envelope-from gnats) Date: Sun, 24 Oct 2010 20:40:12 GMT Message-Id: <201010242040.o9OKeCmE055340@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/151699: [PATCH] security/hydra: update to 5.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 20:40:12 -0000 The following reply was made to PR ports/151699; it has been noted by GNATS. From: Anonymous To: Ruslan Mahmatkhanov Cc: bug-followup@FreeBSD.org Subject: Re: ports/151699: [PATCH] security/hydra: update to 5.8 Date: Mon, 25 Oct 2010 00:37:45 +0400 Ruslan Mahmatkhanov writes: > 24.10.2010 23:57, Anonymous =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Ruslan Mahmatkhanov writes: >> >>> MAINTAINER=3D llevier@argosnet.com >>> COMMENT=3D Brute force attack utility working on multiple network ser= vices >>> >>> +LICENSE=3D GPLv3 >>> +LICENSE_FILE_GPLv3=3D${WRKSRC}/LICENSE >> >> It displays a placeholder instead of WRKSRC/LICENSE >> >> $ make LICENSES_ASK=3D NO_LICENSES_DIALOGS=3D>/dev/null >> $ cat $(make -V _LICENSE_FILE) >> The license: GPLv3 (GNU General Public License version 3) is standar= d, >> please read from the web. > > Bad. > So what should i do? Just remove LICENSE_FILE_GPLv3? Strip license suffix, it's used only for non-"single" licenses (dual/multi). On wiki.freebsd.org there is even an example LICENSE=3DGPLv2 LICENSE_FILE=3D${WRKSRC}/LICENSE Replace "GPLv2" with "GPLv3" and you're done. ;)