From owner-svn-ports-all@FreeBSD.ORG Sun May 18 01:57:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 720C3443; Sun, 18 May 2014 01:57:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FE0D2CB8; Sun, 18 May 2014 01:57:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4I1vw6d076476; Sun, 18 May 2014 01:57:58 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4I1vwRS076475; Sun, 18 May 2014 01:57:58 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201405180157.s4I1vwRS076475@svn.freebsd.org> From: Mathieu Arnold Date: Sun, 18 May 2014 01:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354384 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 01:57:58 -0000 Author: mat Date: Sun May 18 01:57:57 2014 New Revision: 354384 URL: http://svnweb.freebsd.org/changeset/ports/354384 QAT: https://qat.redports.org/buildarchive/r354384/ Log: Remove a mention to LICENSE_NOTES, it seems it never existed. With hat: portmgr Sponsored by: Absolight Modified: head/Mk/bsd.licenses.mk Modified: head/Mk/bsd.licenses.mk ============================================================================== --- head/Mk/bsd.licenses.mk Sun May 18 01:53:30 2014 (r354383) +++ head/Mk/bsd.licenses.mk Sun May 18 01:57:57 2014 (r354384) @@ -87,8 +87,8 @@ Licenses_Include_MAINTAINER= por # Case 2: license only known by the port (aka "unknown"). # # In this case LICENSE_{PERMS,NAME} are mandatory, in addition to -# either LICENSE_FILE or LICENSE_TEXT. Optional variables are -# LICENSE_{GROUPS,NOTES}. +# either LICENSE_FILE or LICENSE_TEXT. Optional variable is +# LICENSE_GROUPS. # # Available components for LICENSE_PERMS: # dist-mirror - No free redistribution of distfile (like FTP mirroring; RESTRICTED).