Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 09:56:24 +0100
From:      Alexandre <axelbsd@ymail.com>
To:        David Wolfskill <david@catwhisker.org>, varga.michal@gmail.com
Cc:        FreeBSD Ports Mailing List <ports@freebsd.org>
Subject:   Re: Portmaster 3.1 upgrade
Message-ID:  <AANLkTikAFUwf90Z3SALEi9FnY8-Z-tyxm=vDKpRXOx9z@mail.gmail.com>
In-Reply-To: <20101031172254.GC1506@albert.catwhisker.org>
References:  <AANLkTimKKVeR_EsoDQv_3r%2B8hdh%2Ba9K_bAxWx4qi_cgW@mail.gmail.com> <20101031172254.GC1506@albert.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 31, 2010 at 6:22 PM, David Wolfskill <david@catwhisker.org>wrote:

> On Sun, Oct 31, 2010 at 05:57:52PM +0100, Alexandre wrote:
> > Hi,
> >
> > I read in /usr/ports/UPGRADING the instructions to properly upgrade
> > PORTMASTER 3.1.
> > It is written to do :
> >
> > # pkg_delete -f portmaster*
> >
> > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean
> >
> > But when I type the first one, I got the message :
> > pkg_delete: No match.
> >
> > Portmaster is installed :
> > #pkg_info | grep portmaster
> > portmaster-3.0      Manage your ports without external databases or
> > languages
> >
> > I know that I can uninstall and reinstall portmaster using # pkg_delete
> > portmaster-3.0 and the second command mentionned #make install clean
> > I just write this message because this instruction is written in
> > /usr/ports/UPDATING
>
> Change the pkg_delete invocation from:
>
> # pkg_delete -f portmaster*
>
> to:
>
> # pkg_delete -f 'portmaster*'
>
> so the shell will leave the wildcard alone.
>
> Peace,
> david
> --
> David H. Wolfskill                              david@catwhisker.org
> Depriving a girl or boy of an opportunity for education is evil.
>
> See http://www.catwhisker.org/~david/publickey.gpg<http://www.catwhisker.org/%7Edavid/publickey.gpg>for my public key.
>
Thanks to all !
# pkg_delete -f 'portmaster*' works for me. I have also use this command to
upgrade to portmaster v3.2 as suggested by Doug Barton.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikAFUwf90Z3SALEi9FnY8-Z-tyxm=vDKpRXOx9z>