tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Updating both Perl and Perl Modules from a binary repository



On Thu, Apr 19, 2012 at 02:15:30PM +0200, Edgar Fuß wrote:
> Suppose I have a machine where both perl 5.12 and p5-Foo and p5-Bar are 
> installed and the installed version of p5-{Foo,Bar} depends on perl>=5.12 and 
> perl<5.14.
> Furthermore, suppose I have a binary repository with perl 5.14 and 
> p5-{Foo,Bar}, which now depend on perl>=5.14 and perl<5.16.
> 
> Is there a way to call pkg_add such that both perl and p5-{Foo,Bar} get 
> updated? The only workaround I found is to pkg_delete p5-*, then pkg_add perl 
> and then pkg_add p5-Foo p5-Bar.

What does "pkg_add -u perl p5-Foo p5-Bar" say?
 Thomas


Home | Main Index | Thread Index | Old Index