On Mon, Jan 27, 2020 at 08:08:57AM +0000, wen heping wrote: > Thank your OK, afresh1@ ! > But I can not fetch the distfile without the CPAN_AUTHOR line here.
I apologize for being unclear, I didn't mean to remove it completely, just move it away from where portgen guessed (wrongly) that it should be and instead to where it makes more sense, by the DISTNAME. Plus, removing the comment from portgen telling you it gave up on placing the line in a better place. Perhaps a diff will help. --- Makefile.orig Wed Jan 29 19:17:40 2020 +++ Makefile Wed Jan 29 19:17:49 2020 @@ -3,6 +3,7 @@ COMMENT = explain tools for Perl's Test2 framework DISTNAME = Test2-Tools-Explain-0.02 +CPAN_AUTHOR = PETDANCE CATEGORIES = devel @@ -15,6 +16,4 @@ PKG_ARCH = * -# Lines below not in the template -CPAN_AUTHOR = PETDANCE .include <bsd.port.mk> > > wen > ________________________________ > 发件人: Andrew Hewus Fresh <[email protected]> > 发送时间: 2020年1月27日 4:39 > 收件人: wen heping <[email protected]> > 抄送: [email protected] <[email protected]> > 主题: Re: [NEW] devel/p5-Test2-Tools-Explain > > On Tue, Dec 31, 2019 at 01:19:06AM +0000, wen heping wrote: > > Hi, ports@: > > > > Here is a patch to create devel/p5-Test2-Tools-Explain, which > > is required by the future update of devel/p5-Moo. > > It build well and pass all tests on amd64-current system. > > > > > > Regards, > > wen > > Please move CPAN_AUTHOR up near the DISTNAME and remove the extra > portgen provided comment. > > with that, OK afresh1@ > -- andrew - http://afresh1.com The power!!!! The nightmares!!!! The strange medication!!!!!!!!
