From owner-freebsd-ports@FreeBSD.ORG Thu Jul 3 09:21:19 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 277741065681 for ; Thu, 3 Jul 2008 09:21:19 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id A67288FC16 for ; Thu, 3 Jul 2008 09:21:18 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: by ug-out-1314.google.com with SMTP id q2so700387uge.37 for ; Thu, 03 Jul 2008 02:21:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/oG9REid+NoHkEl/yVn06mKhEG0xstsYIEoVTpAbe5A=; b=ghkTkxCPyohSs/Hn0GcBQkZqdc6f/d6zjII1FYMKjmTrqvPm9O7KeCC3PmZyaPVKyr Ev3qRzVl93AkgttSO+uIVMftSpK54oTCMADB8IfT3/IHdOyS5Iaetxjaj21Faumby5k5 MKsF6GoZU9Qdg67N24U2xmAozqzH5PvS9mwuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=OTcUroPYtdZsjMtdB31y1Q8jw7vYHkunBm+dA+tCP0+djjQc/g0NIyI4yf5swlgsxh cyxT5JnYB9bWuYDZdg9J2kPCI9KC/8EOHoZB2w/WUka4BzUrzGgJ38TU5aRvMtlut+XM v+z8OcwfcQ+ypHixsknvNq+9CdfSAEGSCMZmY= Received: by 10.210.39.2 with SMTP id m2mr7503622ebm.169.1215075373205; Thu, 03 Jul 2008 01:56:13 -0700 (PDT) Received: by 10.210.53.12 with HTTP; Thu, 3 Jul 2008 01:56:13 -0700 (PDT) Message-ID: <91b92520807030156u409783bdh4e46dc6b6e9f600f@mail.gmail.com> Date: Thu, 3 Jul 2008 10:56:13 +0200 From: "Sandra Kachelmann" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: sem@FreeBSD.org Subject: portupgrade-devel: portversion -vl'<' does not show current version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2008 09:21:19 -0000 After upgrading from portupgrade to portupgrade-devel the command $ portversion -vl'<' does not show the _current_ version anymore. Why was it removed? I found the information useful. before: gnutls-2.4.0 < needs updating (port has 2.4.1) now: gnutls < needs updating (port has 2.4.1) S.