Summary: | security/p5-openxpki, security/p5-openxpki-i18n: Update to 3.2.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergei Vyshenski <svysh.fbsd> | ||||||
Component: | Individual Port(s) | Assignee: | Tobias C. Berner <tcberner> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | svysh.fbsd, tcberner | ||||||
Priority: | --- | Keywords: | buildisok, patch | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/openxpki/openxpki | ||||||||
Attachments: |
|
Description
Sergei Vyshenski
2019-12-10 22:22:41 UTC
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 |