From owner-freebsd-questions@FreeBSD.ORG Thu Sep 2 14:29:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E1A1065710 for ; Thu, 2 Sep 2010 14:29:56 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 425248FC08 for ; Thu, 2 Sep 2010 14:29:56 +0000 (UTC) Received: by gwb15 with SMTP id 15so182166gwb.13 for ; Thu, 02 Sep 2010 07:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=88ZveY3y8SYiAeq2VXY5Sa779DnpLbUk/qnDc0QX4hY=; b=PGorzl5qJbVIkXTqC6C899IsaTyTRtw0km1Q8a5nxdUwzVz5FQYbTFrR3SprjM3eHs CNMmBxqXfWjP+qcboVtZe8+VDFSUZJClNi5c4TuStg+XwZU10td4iOZNre1e0OvHarTm 8YSfuHlQWnJA8yYSua3eaxEeim2izyg5fGrx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Sx7rbC4xBFeGOYUvylKdS5nRNSze6QLkeEFdFfkGy4Ka0frol8w/jv4WYg/t/2QDS9 oVcTQ8CInZXH2VCAViYwf4t+zBjW7r7fA5zwe3Z1548w+oDmTWxQ2mT/mIiDSjNt+QHl BacMsCnZr9MmmI7JGlL/E9c7D4tuiTCglh2Pw= MIME-Version: 1.0 Received: by 10.150.49.12 with SMTP id w12mr158136ybw.251.1283437795283; Thu, 02 Sep 2010 07:29:55 -0700 (PDT) Received: by 10.231.79.205 with HTTP; Thu, 2 Sep 2010 07:29:55 -0700 (PDT) Date: Thu, 2 Sep 2010 07:29:55 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Which specific version will be installed via pkg_add or via the port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 14:29:56 -0000 Hi folks, When you're installing software via the pkg_add command or building from source, how do you what specific version you'll be installing BEFORE you actually install it? Ed