From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 00:30:12 2013 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 1372CF7B; Wed, 11 Dec 2013 00:30:12 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F34F01F1F; Wed, 11 Dec 2013 00:30:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBB0UBhM094749; Wed, 11 Dec 2013 00:30:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBB0UBeo094748; Wed, 11 Dec 2013 00:30:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201312110030.rBB0UBeo094748@svn.freebsd.org> From: Eitan Adler Date: Wed, 11 Dec 2013 00:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336131 - head/devel/raknet 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.17 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: Wed, 11 Dec 2013 00:30:12 -0000 Author: eadler Date: Wed Dec 11 00:30:11 2013 New Revision: 336131 URL: http://svnweb.freebsd.org/changeset/ports/336131 Log: Use LEGAL_TEXT to indicate that we have permission to distribute this port. Approved by: portmgr (implicit) Modified: head/devel/raknet/Makefile Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Wed Dec 11 00:23:15 2013 (r336130) +++ head/devel/raknet/Makefile Wed Dec 11 00:30:11 2013 (r336131) @@ -22,6 +22,7 @@ LICENSE_COMB= dual LICENSE_NAME_SpecialAuth= Special authorization from developer LICENSE_FILE_SpecialAuth= ${FILESDIR}/SpecialAuth.mbox LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LEGAL_TEXT= FreeBSD granted special license to distribute 3.x under GPLv3 USE_ZIP= yes NO_WRKSUBDIR= yes