Bug 264887 - cad/lepton-eda: Update to 1.9.18
Summary: cad/lepton-eda: Update to 1.9.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL: https://github.com/lepton-eda/lepton-...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-25 15:47 UTC by Dmitry Pryakhin
Modified: 2022-06-26 17:14 UTC (History)
1 user (show)

See Also:


Attachments
cad/lepton-eda: Update to 1.9.18 (11.40 KB, patch)
2022-06-25 15:47 UTC, Dmitry Pryakhin
graahnul.grom: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Pryakhin 2022-06-25 15:47:06 UTC
Created attachment 234932 [details]
cad/lepton-eda: Update to 1.9.18

Hello, dear committers!

We are glad to announce a new Lepton EDA release: 1.9.18.
Changelog:
https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1918-20220529

The most notable change is that now we can pre-compile Guile
source files in advance (during the port build).
Using these .go files makes the startup time MUCH shorter.

Best regards,
Dmitry.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-06-26 00:53:51 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-26 00:55:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35f2d92458b62d88c2c4ce5ea6e5d8d32b4796e2

commit 35f2d92458b62d88c2c4ce5ea6e5d8d32b4796e2
Author:     Dmitry Pryakhin <graahnul.grom@gmail.com>
AuthorDate: 2022-06-26 00:51:34 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-06-26 00:54:04 +0000

    cad/lepton-eda: Update to 1.9.18

    Changelog: https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1918-20220529

    PR:     264887

 cad/lepton-eda/Makefile  |  44 ++++++-------
 cad/lepton-eda/distinfo  |   6 +-
 cad/lepton-eda/pkg-plist | 162 +++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 174 insertions(+), 38 deletions(-)
Comment 3 Dmitry Pryakhin 2022-06-26 17:14:26 UTC
(In reply to Neel Chauhan from comment #1)

Thank you, Neel!