From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 16:37:59 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 373969B9; Wed, 11 Dec 2013 16:37:59 +0000 (UTC) Received: from mx.critical.ch (mx.critical.ch [IPv6:2001:1620:f05::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB8D11D0F; Wed, 11 Dec 2013 16:37:58 +0000 (UTC) Received: from beaver.home.critical.ch (77-59-132-3.dclient.hispeed.ch [77.59.132.3]) (authenticated bits=0) by mx.critical.ch (8.14.7/8.14.7/critical-1.0) with ESMTP id rBBGbqNs026599; Wed, 11 Dec 2013 17:37:52 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 11 Dec 2013 17:37:52 +0100 From: Emanuel Haupt To: marino@freebsd.org Subject: Re: svn commit: r336178 - head/security/vpnc Message-Id: <20131211173752.f2506689a4a52e300efe7be3@FreeBSD.org> In-Reply-To: <52A88BEF.6010301@marino.st> References: <201312111549.rBBFnNXV033313@svn.freebsd.org> <52A88BEF.6010301@marino.st> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino , ports-committers@freebsd.org 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 16:37:59 -0000 John Marino wrote: > On 12/11/2013 16:49, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Wed Dec 11 15:49:23 2013 > > New Revision: 336178 > > URL: http://svnweb.freebsd.org/changeset/ports/336178 > > > > Log: > > Add LEGAL_TEXT as requested by eadler. > > > > Modified: > > head/security/vpnc/Makefile > > > > Modified: head/security/vpnc/Makefile > > ============================================================================== > > --- head/security/vpnc/Makefile Wed Dec 11 15:15:48 > > 2013 (r336177) +++ head/security/vpnc/Makefile Wed > > Dec 11 15:49:23 2013 (r336178) @@ -18,6 +18,8 @@ > > USES= shebangfix gmake perl5 USE_PERL5= build > > USE_RC_SUBR= vpnc > > > > +LEGAL_TEXT= Redistribution is not allowed if liked against > > OpenSSL + > > ALL_TARGET= all > > SHEBANG_FILES= makeman.pl > > > > "liked"? Cood catch :-) It's a copy/paste snafu. It's even wrong ports/LEGAL. Will be fixed asap. Emanuel