Re: fixing up port dependencies properly

2010-02-03 Thread b. f.
On 2/3/10, b. f. wrote: > John W wrote: > -o , or portupgrade -o, which will succeed in the simplest cases. You > could also do it manually, by using sed(1) to substitute every > occurrence of the old PKGNAME with the new PKGNAME in the @pkgdep > lines in /var/db/pkg/*/+COMMENTS, and likewise fo

Re: fixing up port dependencies properly

2010-02-03 Thread b. f.
John W wrote: >I updated my ports tree with csup, and tried to run 'portmaster -na'. >It gave me this: > >===>>> The mail/p5-Email-Simple-Creator port has been deleted: >Folded into p5-Email-Simple package > >Ok, that makes sense. But what do I do to fix it? >It seems I need to replace dependen

Re: fixing up port dependencies

2010-02-02 Thread Jerry
On Mon, 1 Feb 2010 21:35:58 -0800 John W articulated: > Is the most correct solution just to wait until all maintainers of > ports which depend on p5-Email-Simple-Creator each update their > makefiles to depend on p5-Email-Simple, instead? (Though that doesn't > help in the short term :) > > I'm

fixing up port dependencies

2010-02-01 Thread John W
Hello all, I'm going through a round of port upgrades and came upon a dependency issue. I could probably muscle through and make it work, but I'd like to know what people see as a "correct" solution to this problem. I'm still in the process of grokking the nitty-gritty bits of ports. Here's the i