Date: Thu, 26 Jul 2012 06:39:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301548 - head Message-ID: <201207260639.q6Q6dsPh047904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jul 26 06:39:54 2012 New Revision: 301548 URL: http://svn.freebsd.org/changeset/ports/301548 Log: Swap portupgrade/portmaster arguments Reported by: jgh Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jul 26 06:36:51 2012 (r301547) +++ head/UPDATING Thu Jul 26 06:39:54 2012 (r301548) @@ -11,9 +11,9 @@ you update your ports collection, before devel/pkg-config has been replaced by devel/pkgconf - # portmaster -o devel/pkg-config devel/pkgconf + # portmaster -o devel/pkgconf devel/pkg-config or - # portupgrade -o devel/pkg-config devel/pkgconf + # portupgrade -o devel/pkgconf devel/pkg-config 20120725: AFFECTS: users of chinese/fcitx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207260639.q6Q6dsPh047904>