From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED2EA1381F3 for ; Fri, 9 Aug 2013 20:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68664E0AE6; Fri, 9 Aug 2013 20:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F146EE0AE6 for ; Fri, 9 Aug 2013 20:10:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1594533EB2F for ; Fri, 9 Aug 2013 20:10:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id B278E2171C; Fri, 9 Aug 2013 20:10:20 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: freebsd.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: freebsd.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130809201020.B278E2171C@flycatcher.gentoo.org> Date: Fri, 9 Aug 2013 20:10:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37d874ee-12fa-404e-87b6-12c7905808ad X-Archives-Hash: 16f5d295ee94567ae5ed36bdb1d199c5 aballier 13/08/09 20:10:20 Modified: freebsd.eclass Log: define SECURE to handle the tarball. Revision Changes Path 1.34 eclass/freebsd.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?r1=1.33&r2=1.34 Index: freebsd.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- freebsd.eclass 9 Aug 2013 19:29:51 -0000 1.33 +++ freebsd.eclass 9 Aug 2013 20:10:20 -0000 1.34 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.33 2013/08/09 19:29:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.34 2013/08/09 20:10:20 aballier Exp $ # # Diego Pettenò @@ -25,6 +25,7 @@ INCLUDE="freebsd-include-${PV}" RESCUE="freebsd-rescue-${PV}" CDDL="freebsd-cddl-${PV}" +SECURE="freebsd-secure-${PV}" # Release version (5.3, 5.4, 6.0, etc) RV="$(get_version_component_range 1-2)"