From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 03:07:03 2009 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 F28CE106566B for ; Tue, 3 Feb 2009 03:07:02 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id BF56C8FC08 for ; Tue, 3 Feb 2009 03:07:02 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1898162rvf.43 for ; Mon, 02 Feb 2009 19:07:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=ymaFRTM2NQB6yvnTWiZTYxjwiK9qzVoE+oSLZ13NUF4=; b=BLmB3Tn9P9atgqOP4TzcmbP+VPrLlTL0Qdu4AvNmc4sBEcvvMEplev9UxXZxykJ1/C 9u5ZKmDNGWrhX/cVvdXw+WJFh4HnF77UZFSdqR2PKNGIXvKUXNhwf5Vp1ld/GDeNSkMi boWFDii4Ltiw5zvYmZrZHcAl5nuuMDLnkKxt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=g0EToAaI8eL2yeiqNQi9Oh+uRFKR+CY1aRFqZrq3iloHoSZoRzwat6CLuYuhiIKG6g JhQ8lGR1P6Sa21Zdjl+H5+oGjtYCT0RSiZB5448Rq1Aeq2vggNf+1w6bUexWlRTyUAit nEy9Pnea9uvixsNTxrqCq/liBUzjmM7xaYwsI= Received: by 10.142.165.14 with SMTP id n14mr2117547wfe.349.1233630422410; Mon, 02 Feb 2009 19:07:02 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 22sm8971486wfi.58.2009.02.02.19.07.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Feb 2009 19:07:01 -0800 (PST) Message-ID: <4987B4D1.40008@gmail.com> Date: Mon, 02 Feb 2009 22:06:57 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Adam Vande More References: <4987B38D.4000207@gmail.com> In-Reply-To: <4987B38D.4000207@gmail.com> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to tell what $var assigned PORTVERSION equals. 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: Tue, 03 Feb 2009 03:07:03 -0000 Adam Vande More wrote: > How does one find out the PORTVERSION of a port when it's in a format > like such: > > PORTVERSION= ${KDE4_VERSION} cd /usr/ports grep -R KDE4_VERSION . ./Mk/bsd.kde4.mk:KDE4_VERSION= 4.1.4 > > All the docs/examples I can find easily show PORTVERSION assigned a > number, not variable. > > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen