Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 20:45:09 +0100
From:      olli hauer <ohauer@gmx.de>
To:        freebsd-ports@freebsd.org
Cc:        J David <j.david.lists@gmail.com>
Subject:   Re: pkgng vs random port moves
Message-ID:  <5325FF45.2080106@gmx.de>
In-Reply-To: <CABXB=RQw8eFo6VxFQJbbyTcjDmnkocNP%2Bu7xXx2tFZEnyx8=sg@mail.gmail.com>
References:  <CABXB=RQw8eFo6VxFQJbbyTcjDmnkocNP%2Bu7xXx2tFZEnyx8=sg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-03-16 18:50, J David wrote:
> Is there a best practice for what to do with pkgng when ports
> maintainers randomly rename ports? (E.g. mail/p5-Mail-SpamAssassin
> being moved to mail/spamassassin a few days ago without notice or
> warning or documentation in UPDATING.)
> 
> Prior to pkgng, we used to use pkg_replace for this.  portmaster also
> has an option for it.  But pkgng seems to assume that never happens
> which is (unfortunately) not a valid assumption.
> 
> Thanks for any advice!

Hi David,

run the following command and pkgng will take care of the renamed port.
#> pkg set -o mail/p5-Mail-SpamAssassin:mail/spamassassin

The syntax is similar to the one from portmaster

pkgng: pkg set -o $old:$new
portmaster: portmaster -o $new $old


Unluckily for spamassassin there is only an entry in ports/MOVED an no
instructions in ports/UPDATING.

-- 
Regards,
olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5325FF45.2080106>