From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 8 02:36:50 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA9B16A41F for ; Tue, 8 Nov 2005 02:36:50 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0919443D48 for ; Tue, 8 Nov 2005 02:36:49 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so50091wra for ; Mon, 07 Nov 2005 18:36:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=uS48hSg65RE22W3Bmlqb/hONP3GWU2z3wy/vtGE0K92f5YsC2EJfYTsmKHbWbrHchudXivaua6eTT8sJJO3290fieOB8Ym/b/qa6NPhMNLxBuUgX+PFlr8iYTRhQ9THdSeV/iAHAkCsbDsRjSfp6i2z7osfeLIZyocsd86vkB6c= Received: by 10.54.133.11 with SMTP id g11mr224811wrd; Mon, 07 Nov 2005 18:36:49 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 44sm165924wri.2005.11.07.18.36.48; Mon, 07 Nov 2005 18:36:48 -0800 (PST) From: "Michael C. Shultz" To: Marcus Alves Grando Date: Mon, 7 Nov 2005 18:28:03 -0800 User-Agent: KMail/1.8.3 References: <200511080224.jA82OiVZ088769@freefall.freebsd.org> In-Reply-To: <200511080224.jA82OiVZ088769@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511071828.04475.ringworm01@gmail.com> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/88630: update sysutils/portmanager to 0.3.3 take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 02:36:50 -0000 On Monday 07 November 2005 18:24, Marcus Alves Grando wrote: > Synopsis: update sysutils/portmanager to 0.3.3 take maintainership > > State-Changed-From-To: open->closed > State-Changed-By: mnag > State-Changed-When: Tue Nov 8 02:24:43 GMT 2005 > State-Changed-Why: > Comitted. Thanks. Can you explain me why post-configure instead > post-patch? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=88630 Sure, I actually screwed up by not changing externVars.h.in to externVars.h as well. configure sets PACKAGE_VERSION to the version number, after configure it can be changed to show the revision number from bsd ports. Portmanager picks that up because it uses externVars.h PACKAGE_VERSION to display version info on various reports. When users send in questions and paste the output it is easy for me to tell what version/revision level they are at. If you run the sed comand post patch, configure comes along and wipes the change to PKG_VERSION out -Mike