| Summary: | sysutils/gstat-rs: update to 0.1.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Somers <asomers> | ||||
| Component: | Individual Port(s) | Assignee: | Alan Somers <asomers> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | eduardo, fernape, matthew | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alan Somers
2023-05-30 21:51:30 UTC
Created attachment 242507 [details]
Update the port to 0.1.3
I'm the maintainer, but I need ports approval to commit.
LGTM. Hello asomers, Sugestion: You could use a Makefile.crates to put cargo crates list so we can have a cleaner Makefile. Cheers ^Triage: reporter is committer, assign accordingly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cecb8a2eccb161934d552f5c589da723f7d0a215 commit cecb8a2eccb161934d552f5c589da723f7d0a215 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2023-05-30 21:50:17 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2023-06-05 22:32:52 +0000 sysutils/gstat-rs: update to 0.1.3 This version fixes a visual layout bug. Approved by: matthew (ports) PR: 271738 sysutils/gstat-rs/Makefile | 76 +--------- sysutils/gstat-rs/Makefile.crates (new) | 95 ++++++++++++ sysutils/gstat-rs/distinfo | 246 +++++++++++++++++++------------- 3 files changed, 241 insertions(+), 176 deletions(-) Thanks for the review. And BTW I took eduardo's suggestion to use a Makefile.crates file. |