From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 00:00:35 2010 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 602841065673 for ; Wed, 28 Jul 2010 00:00:35 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 290C98FC13 for ; Wed, 28 Jul 2010 00:00:34 +0000 (UTC) Received: by iwn35 with SMTP id 35so5209156iwn.13 for ; Tue, 27 Jul 2010 17:00: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:cc:content-type:content-transfer-encoding; bh=bUfV8UFSTUwCqGy+IVS0XblCfMJ37cR1O09hrgKMAV0=; b=ehFNoyRiBpRG1DvRu7cmN+Csw5iXxyoxmbhHRSHsyomx55NeSZMn6Zrtr0+Kcu7ftr xDMYAZzCskWKFsDOqt7h2h42NSi0oqbwhzLu2IvLpagkHl/kqZPce1eVDKGE/kDWlvUp WmG3mXFzx4WjL+o2bo1/XQOQGsGO2oDUbmU1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=JG31O/anfJy2yMasEzbCfdS0yYLRVfqFWmDH1SJS666xYVTTJC4tLOgWVCChVnjpc+ JooK2dtd8KrduHzpH1yE9NX1H8p+sIUNpQx4MRq7K5ueKh+jEjrUk5zcVC7PMCc0O/nB hzYCBAONAKHFwTHKJOuvDcqZQZXhzEgqhT4oo= MIME-Version: 1.0 Received: by 10.231.77.155 with SMTP id g27mr10081887ibk.195.1280275234228; Tue, 27 Jul 2010 17:00:34 -0700 (PDT) Received: by 10.231.196.152 with HTTP; Tue, 27 Jul 2010 17:00:34 -0700 (PDT) Date: Tue, 27 Jul 2010 17:00:34 -0700 Message-ID: From: Kurt Buff To: =?UTF-8?Q?Morgan_Wesstr=C3=B6m?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Apache fails - Solved 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: Wed, 28 Jul 2010 00:00:35 -0000 On Tue, Jul 27, 2010 at 16:14, Morgan Wesstr=C3=B6m wrote: > On 2010-07-27 23:47, Kurt Buff wrote: >> Trying to do the following on a couple of machines: >> >> =C2=A0 =C2=A0 =C2=A0# portupgrade apache-2.2.14_5 >> > >> >> I've grepped through the port and haven't found anything that mentions t= his. >> >> Anyone got a clue for me? >> >> Thanks, >> >> Kurt > > Check /usr/ports/UPDATING. The entry from 20100518. > > Regards > Morgan > I had to pkg_delete both apache22 and apr1, pkgdb -F, then reinstall apache22, but all is well now. Thank you again, Kurt