From owner-freebsd-questions@FreeBSD.ORG Tue May 4 08:06:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36FC7106566B for ; Tue, 4 May 2010 08:06:44 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id BC9B98FC14 for ; Tue, 4 May 2010 08:06:43 +0000 (UTC) Received: by bwz28 with SMTP id 28so1800611bwz.14 for ; Tue, 04 May 2010 01:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=mWISOjLPq1EbbL+UNw+ld6Tjthdb7b22UdnAyE1noP8=; b=LbksRY06S3VzCf2ukXI1GBYhlkkRITeQPtxCqQaEiK2VOz3wEkMNfv9gTViZ0YDtdM aEYOZCMRWjza588Ezaw5d8KOVlnb4URAphBQvvpatcKWCCvRM6pnCBKyANM++JdphRx2 vgWNKV1tCzWQG5oiS/eIFDWW2onMFypFglkGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ATQFes4fCvQxyiKd5Tlml458mSZTeofOrbvTyTwaxJ4DFciA8JA4bFVdSoGCkbnjBD dFUjwbVeYvbFNsgx26UFB2NfPJTWHioPm7jvtoUMW1K9TVAoucB72Kq1+wo7j+Od/e1b r08dtEWyqonBp414Oudkl9mfJ9RZS+R0xPE2Q= MIME-Version: 1.0 Received: by 10.204.135.211 with SMTP id o19mr1637281bkt.98.1272960394142; Tue, 04 May 2010 01:06:34 -0700 (PDT) Received: by 10.204.48.66 with HTTP; Tue, 4 May 2010 01:06:34 -0700 (PDT) Date: Tue, 4 May 2010 10:06:34 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: php5-5.3.2 to php52-5.2.13 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, 04 May 2010 08:06:44 -0000 A few weeks ago, freebsd switched to php5-5.3.2 instead of php5-5.2.9. I see there is now also php52-5.2.13 and pgp52-extensions-1.3 in ports/lang Can one switch back to 5.2.13 when 5.3.2 is already installed and packages that depend on PHP are already compiled with php5-5.3.2 I'v never used portdowngrade? How to do it? But, what if you upgrade other packages that have in their dependencies php5-5.3.2 ? Will this not reinstall the 5.3.2. version again, again removing 5.2.x ?