On Mon, May 08, 2023 at 03:31:34PM +0200, Johannes Thyssen Tishman wrote:
> > I followed your advice and compared p5-Graph-Easy with the output of
> > portgen as well. The follwing was still missing:
> >
> > BUILD_DEPENDS = devel/p5-Module-Build>=0.36
> > CONFIGURE_STYLE = modbuild
CONFIGURE_STYLE modbuild automatically adds a BUILD_DEPENDS =
devel/p5-Module-Build. But having an explicit devel/p5-Module-Build>=0.36
does not hurt.
> > > RUN_DEPENDS = math/p5-Graph-Easy>=0.63 \
The directories already in RUN_DEPENDS are not necessary in PLIST.
So make update-plist removes ${P5SITE}/Graph/ ${P5SITE}/Graph/Easy/
from p5-Graph-Easy-As_svg/pkg/PLIST. Always run make update-plist
after changing RUN_DEPENDS.
> > Added. Is there an easier way to check for test deps than with 'make
> > test-depends'?
I just run pkggen and do a manual check in the distrib source code
on top of that.
> > Thanks for the feedback. Updated ports attached.
With PLIST fixed, OK bluhm@