Summary: | databases/p5-Redis-Fast: update to 0.28 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tomohiro Hosaka <bokutin> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape | ||||
Priority: | --- | Keywords: | buildisok | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tomohiro Hosaka
2020-11-02 08:24:55 UTC
Created attachment 219297 [details]
svn diff
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/210476156 There seems to be a bug left in 0.28. I'm sorry, but it would be helpful if you could suspend the version upgrade of ports until it was resolved. Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks! Hi Tomohiro, I had a look and I think it is a false positive from portlint. The port needs gmake to build the hiredis dependency but then it uses modbuild to build itself. If we do USES=gmake, gmake will be tried to build the port and that is not what we want. We want it to build with modbuild. I think we are good to go as it is. Thank you for your reply. Someone directly emailed me that 0.28 still had a bug, but details are unknown. It works fine in the production environment I'm using. It's been over 50 days since then, and it seems that there are no problems with issues such as issues on github, so I think it's okay to release it. Committed, Thanks! A commit references this bug: Author: fernape Date: Tue Dec 29 18:09:59 UTC 2020 New revision: 559600 URL: https://svnweb.freebsd.org/changeset/ports/559600 Log: databases/p5-Redis-Fast: update to 0.28 PR: 250796 Submitted by: bokutin@bokut.in (maintainer) Changes: head/databases/p5-Redis-Fast/Makefile head/databases/p5-Redis-Fast/distinfo head/databases/p5-Redis-Fast/files/ |