From owner-freebsd-ports@FreeBSD.ORG Wed Sep 15 23:30:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A274106566C for ; Wed, 15 Sep 2010 23:30:40 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out3.libero.it (cp-out3.libero.it [212.52.84.103]) by mx1.freebsd.org (Postfix) with ESMTP id 14E4B8FC19 for ; Wed, 15 Sep 2010 23:30:39 +0000 (UTC) Received: from wmail47 (172.31.0.237) by cp-out3.libero.it (8.5.107) id 4C8877F6007421C3; Thu, 16 Sep 2010 01:30:39 +0200 Message-ID: <21435330.67421284593438967.JavaMail.defaultUser@defaultHost> Date: Thu, 16 Sep 2010 01:30:38 +0200 (CEST) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 82.57.159.180 Cc: autotools@FreeBSD.org Subject: devel/autotools267 and UPDATING X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 23:30:40 -0000 I've just run portupgrade -ap, after getting the new autotools and reading UPDATING. >From what I can understand, as it's not a version bump but a new port (I realized it too late...). So maybe I should have used something like: # portupgrade -o devel/autoconf267 autoconf262 Am I wrong? If not, maybe a note in UPDATING should be needed. Now I have: $ pkg_info -Ix autoconf-2.6 autoconf-2.62 Automatically configure source code on many Un*x platforms autoconf-2.67 Automatically configure source code on many Un*x platforms And about the dependencies: $ pkg_info -Rx autoconf-2.67 Information for autoconf-2.67: $ pkg_info -Rx autoconf-2.62 Information for autoconf-2.62: Required by: automake-1.10.3 automake-1.11.1 automake-1.4.6_6 automake-1.5_6,1 automake-1.6.3_2 automake-1.7.9_3 automake-1.8.5_4 automake-1.9.6_4 autotools-20100915 So it seems that all the rebuilt ports depends on autoconf-2.62 and so I don't know anymore which were the ports bumped for the dependency with the new version to rebuild it after removing autoconf-2.62. Barbara