From owner-freebsd-stable@FreeBSD.ORG Tue Sep 23 23:29:39 2014 Return-Path: Delivered-To: freebsd-stable@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 669366C5; Tue, 23 Sep 2014 23:29:39 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B28ECA83; Tue, 23 Sep 2014 23:29:38 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id hz20so9647326lab.1 for ; Tue, 23 Sep 2014 16:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qFWV2/9zd+bibdjRux3FaAt25dEJ3xlJMn8p3IxDcEU=; b=FfVT2+8lK9ciyYJbqBfd0j0VY8HWQwgnYR+e1jlb3jyQJgv1GGHbaaZof5Hm1Ainc8 ZhiePcD3JEUs5u0jk6H2seOcfQ98byyYQiz4b617otxzdcvvOQD78pfL3Y8xI0XZz3A3 +eK6MLagY5ubzqG9t1hX4YG7BXxczrJUGg6XUdz05zUacwpoQ3P4PYeohcSSa6vw6X94 ua93fNkDXwiMPejwXIdBwA9HyKfrf1SOjFPda5z1BNUDLmsNUk2Kby2w8KIBvPcVEtTl T9ZUaKqirVPqt1QDdkzsjJrXOIr/h5hj0hUxNzfMFj0PkKY2UjJGXBiNupDb+Hi9hbNn MfLg== MIME-Version: 1.0 X-Received: by 10.152.29.100 with SMTP id j4mr2524788lah.47.1411514976513; Tue, 23 Sep 2014 16:29:36 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Tue, 23 Sep 2014 16:29:36 -0700 (PDT) In-Reply-To: References: <20140923083359.GA20383@ivaldir.etoilebsd.net> <54213713.7020200@sorbs.net> Date: Tue, 23 Sep 2014 16:29:36 -0700 X-Google-Sender-Auth: mBebW8003YFF7WdZ6fyMx-1aWnU Message-ID: Subject: Re: pkg 1.3.8 requested but not available? From: Craig Rodrigues To: Patrick Gibson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org" , FreeBSD Stable Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 23:29:39 -0000 On Tue, Sep 23, 2014 at 3:35 PM, Patrick Gibson wrote: > > The port I was trying to install was lang/v8 (3.18.5). I don't see anything > in the Makefile that says it needs a particular version of pkg, but maybe > it's hidden somewhere else. > The MINIMAL_PKG_VERSION variable in /usr/ports/Mk/bsd.port.mk triggers this behavior for all ports. -- Craig