From owner-freebsd-questions@FreeBSD.ORG Mon May 14 08:16:48 2012 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 B23BA106566B for ; Mon, 14 May 2012 08:16:48 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBC88FC0C for ; Mon, 14 May 2012 08:16:48 +0000 (UTC) Received: by yenl8 with SMTP id l8so5101703yen.13 for ; Mon, 14 May 2012 01:16:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rwFHXxOVAwUwVht4FafEa4zzPIJje3lSYumYqeDL070=; b=HQfnzz8nv8AB/4q56gjUO5JrLq3Lp7if4XVsADu4x1Q+1iVaUJGQ4RPGai3Uj4EcYo HRyE5RlbmTCffhfSf+ZT88Rbr32UdkfEtaW96EugJjNyA8roATCdXZ0zBltMhRkGR9GL 5fvmo8N9hDLok4u4N6cHpcJqFbMnNlzD+mdW1q2QE8ZY0lmpVd9rvzziQcDNPWU0EeIU IBk7I46FeILt9aeInxb6IJlWrBc82T4Kz2GtLHQaAhHbiYeE6wE+U4uE6JR6Aznerk+R 0N5yH8BhrOt33szreMNvggRmyB3z4ztnYQFiFt2bHTHpdzlOGEBOp0mkKmwi+EqOnUbG 4mLQ== MIME-Version: 1.0 Received: by 10.50.181.232 with SMTP id dz8mr3723003igc.72.1336983407633; Mon, 14 May 2012 01:16:47 -0700 (PDT) Received: by 10.42.246.9 with HTTP; Mon, 14 May 2012 01:16:47 -0700 (PDT) Date: Mon, 14 May 2012 10:16:47 +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: p5-XML-SAX and portupgrade 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: Mon, 14 May 2012 08:16:48 -0000 There is an update of p5-XML-SAX in the ports, /usr/ports/UPDATING says: 20120512: AFFECTS: users of textproc/p5-XML-SAX AUTHOR: crees@FreeBSD.org p5-XML-SAX (X-S) was split into p5-XML-SAX-Base (X-S-B) and p5-XML-SAX for version 0.99. Since X-S-B now installs some files formerly installed by X-S the package for X-S must be deinstalled before updating X-S. # pkg_delete -fx p5-XML-SAX # portmaster textproc/p5-XML-SAX (users of pkgng can substitute pkg_delete with pkg delete) But what is the instruction for users of portupgrade ?