From owner-svn-ports-all@FreeBSD.ORG Sun Jan 11 03:51:06 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8490C844 for ; Sun, 11 Jan 2015 03:51:06 +0000 (UTC) Received: from fed1rmfepo203.cox.net (fed1rmfepo203.cox.net [68.230.241.148]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4E5D29 for ; Sun, 11 Jan 2015 03:51:06 +0000 (UTC) Received: from fed1rmimpo210 ([68.230.241.161]) by fed1rmfepo203.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20150111035100.NAFF11247.fed1rmfepo203.cox.net@fed1rmimpo210> for ; Sat, 10 Jan 2015 22:51:00 -0500 Received: from [192.168.0.33] ([72.194.65.37]) by fed1rmimpo210 with cox id eTqz1p00G0oDpc801TqzZS; Sat, 10 Jan 2015 22:50:59 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020202.54B1F323.011B,ss=1,re=0.001,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=DLtRFVxb c=1 sm=1 a=Z5AWCFQ5VKA4phzWx86Kmg==:17 a=evbn1WCIKmUA:10 a=IkcTkHD0fZMA:10 a=6I5d2MoRAAAA:8 a=XoFDzsAL0Civxw_WEKQA:9 a=QEXdDO2ut3YA:10 a=Z5AWCFQ5VKA4phzWx86Kmg==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; auth=pass (PLAIN) smtp.auth=myhuge@cox.net Message-ID: <54B1F323.3020309@FreeBSD.org> Date: Sat, 10 Jan 2015 19:50:59 -0800 From: Stephen Hurd User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 MIME-Version: 1.0 To: Jose Alonso Cardenas Marquez , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r376733 - in head/comms/cqrlog: . files References: <201501110322.t0B3MqCj039641@svn.freebsd.org> In-Reply-To: <201501110322.t0B3MqCj039641@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2015 03:51:06 -0000 Jose Alonso Cardenas Marquez wrote: > - Copy lazarus directory to WRKSRC is not neccesary anymore Awesome! That was the most irritating part of the port. :-) > -GETLAZDIR=3D ${AWK} '/cd .* .* exit/ { print $$2 }' ${LOCALBASE}/bin/l= azarus > +LAZARUS_VER=3D 1.2.6 > +LAZARUS_DIR=3D ${LOCALBASE}/share/lazarus-${LAZARUS_VER} I'm not sure I like this bit though... is there a good reason to tie the port to the Lazarus version tighter than bumping PORTREVISION? If so, I would think the BUILD_DEPENDS should reflect the version somehow.