Bug 271738

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 Flags
Update the port to 0.1.3 asomers: maintainer-approval+

Description Alan Somers freebsd_committer freebsd_triage 2023-05-30 21:51:30 UTC

    
Comment 1 Alan Somers freebsd_committer freebsd_triage 2023-05-30 21:52:53 UTC
Created attachment 242507 [details]
Update the port to 0.1.3

I'm the maintainer, but I need ports approval to commit.
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2023-05-30 22:31:35 UTC
LGTM.
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2023-06-01 10:44:46 UTC
Hello asomers,

Sugestion:
You could use a Makefile.crates to put cargo crates list so we can have a cleaner Makefile.

Cheers
Comment 4 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2023-06-02 06:58:49 UTC
^Triage: reporter is committer, assign accordingly.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-06-05 22:34:28 UTC
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(-)
Comment 6 Alan Somers freebsd_committer freebsd_triage 2023-06-05 22:35:51 UTC
Thanks for the review.  And BTW I took eduardo's suggestion to use a Makefile.crates file.