Created attachment 227078 [details] "git diff" to update the port - Update 6.06 -> 6.10 Changes: https://metacpan.org/release/JKEENAN/Devel-NYTProf-6.10/source/Changes - "portlint -AC" gives non-relevant warns. - "portclippy Makefile" is happy. - Tested with: 13.0-RELEASE-p3 pkg 1.17.1 poudriere 3.3.6 perl 5.32.1 openssl 1.1.1k ssl=base - built-in perl tests in a clean poudriere jail say: PASS.
Hello, Please use DISTVERSION instead of PORTVERSION: --- Example 2. Using DISTVERSION When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION. PORTNAME= nekoto DISTVERSION= 1.2-4 It will generate a PORTVERSION of 1.2.4. --- https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming Thanks
- 'poudriere testport' ok on all supported FreeBSD versions (amd64 and i386) - 'make test' in poudriere clean envirorement: PASS
Created attachment 227387 [details] patch to update the port A new patch with DISTVERSION.
Port ready to be committed. Waiting for maintainer approval.
(In reply to Nuno Teixeira from comment #4) Forget it... We have maitainer aproval
Approved. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ee81186ed0b585ebbcf8da904b57476825e749 commit b3ee81186ed0b585ebbcf8da904b57476825e749 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2021-08-23 20:42:20 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-08-23 20:42:20 +0000 devel/p5-Devel-NYTProf: Update to 6.10 ChangeLog: https://metacpan.org/release/JKEENAN/Devel-NYTProf-6.10/source/Changes PR: 257736 devel/p5-Devel-NYTProf/Makefile | 5 +++-- devel/p5-Devel-NYTProf/distinfo | 6 +++--- devel/p5-Devel-NYTProf/pkg-plist | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-)
Committed thanks!