Created attachment 209845 [details] patch to update two ports - Update of 2 ports sharing the same distribution: 2.5.5 --> 3.2.0 - Changes: https://github.com/openxpki/openxpki/compare/v2.5.5...v3.2.0 - "portlint -AC" gives non-relevant warnings. - "rclint -v files/openxpki.in" gives non-relevant warnings. - Tested with: 12.1-RELEASE-p1 amd64 poudriere 3.3.2_1 perl 5.30.1 pkg 1.12.0 ssl=base - Some of the buil-in perl tests in a clean jail of poudriere fail. This is an issue of the tests themselves, and upstream is working on this. It does not prevent software from working fine. - During build, non-relevannt warns are issued about possible redundant use of modules from perl core.
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/102139173
Moin moin Could you fix the plist sorting? mfg Tobias
Hi Tobias, The submitted pkg-plist had been definitely sorted as follows: sort pkg-plist > pkg-plist.1 && mv pkg-plist.1 pkg-plist As you mentioned this issue, I have just double-checked it. Also, I failed to find any indications about pkg-plist sorting in the Porter's Handbook. Please give me reading directions or teach me, what else I can do about this sorting. Regards, Sergei
Could it be that the behavior of sort has changed recently, and now it places lines like bin/.... _after_ lines, which begin with special symbols?
(In reply to Sergei Vyshenski from comment #3) Moin moin generally they are sorted by expanded file name so "bin/*" should come before "%%DATADIR%%/*" which expands to 'share/*'. The sort command sorts by the effective string value, not the expansion :) mfg Tobias
Created attachment 210879 [details] patch to update two ports Sorted by makeplist. Tested with poudriere as before. Sorry for delay: my poudriere farm had been broken.
Thanks for sorting things out =)
Committed. Thanks.
A commit references this bug: Author: tcberner Date: Mon Jan 20 18:38:59 UTC 2020 New revision: 523639 URL: https://svnweb.freebsd.org/changeset/ports/523639 Log: security/p5-openxpki, security/p5-openxpki-i18n: Update to 3.2.0 https://github.com/openxpki/openxpki/compare/v2.5.5...v3.2.0 PR: 242558 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Changes: head/security/p5-openxpki/Makefile head/security/p5-openxpki/distinfo head/security/p5-openxpki/pkg-plist head/security/p5-openxpki-i18n/Makefile head/security/p5-openxpki-i18n/distinfo