Bug 275687 - lang/nll: upgrade to 20231210a
Summary: lang/nll: upgrade to 20231210a
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: Fernando Apesteguía
URL: https://kozos.jp/nlux/download.html
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-11 09:30 UTC by SAKAI Hiroaki
Modified: 2023-12-13 07:54 UTC (History)
1 user (show)

See Also:


Attachments
patch for 20230909a (959 bytes, patch)
2023-12-11 09:30 UTC, SAKAI Hiroaki
kozos: maintainer-approval+
Details | Diff
patch for 20230909a (1.08 KB, patch)
2023-12-12 03:16 UTC, SAKAI Hiroaki
kozos: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SAKAI Hiroaki 2023-12-11 09:30:24 UTC
Created attachment 246970 [details]
patch for 20230909a

patch for 20230909a

update nll to 20231210a:
- Integrated the function and the label to the variable.
- Added IF - ELSE - ENDIF command.
- Buildup of the graphic functions
- Speed up an operation of the fixed number only in the first time
- Added the support of the structure-like operation
- Buildup of the library making method
- Fixed some bugs.

link: https://kozos.jp/nlux/download.html

Port changes:
- no changed
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-12-11 16:32:40 UTC
^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!
Comment 2 SAKAI Hiroaki 2023-12-12 03:16:44 UTC
Created attachment 246999 [details]
patch for 20230909a

Added ChangeLog URL to the WWW field.

-WWW=           https://kozos.jp/nll/
+WWW=           https://kozos.jp/nll/ \
+               https://kozos.jp/nlux/download.html
Comment 3 SAKAI Hiroaki 2023-12-12 03:20:19 UTC
>Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

Added the URL for ChangeLog to WWW field.

>Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.

Yes, I added the flag.
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-12-12 16:35:22 UTC
(In reply to SAKAI Hiroaki from comment #3)
That part was OK. I meant the URL field in the PR in bugzilla, not the WWW field in the port's Makefile :-)
Comment 5 SAKAI Hiroaki 2023-12-13 03:28:56 UTC
Sorry, I confirmed that the URL is updated.
Thanks.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-12-13 07:54:02 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-12-13 07:54:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a4033ace6e5587f4687a0922801ca863786a1ac

commit 8a4033ace6e5587f4687a0922801ca863786a1ac
Author:     SAKAI Hiroaki <kozos@kozos.jp>
AuthorDate: 2023-12-11 16:33:00 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-12-13 07:53:40 +0000

    lang/nll: upgrade to 20231210a

    ChangeLog: https://kozos.jp/nlux/download.html

     * Integrated the function and the label to the variable.
     * Added IF - ELSE - ENDIF command.
     * Buildup of the graphic functions
     * Speed up an operation of the fixed number only in the first time
     * Added the support of the structure-like operation
     * Buildup of the library making method
     * Fixed some bugs.

    PR:             275687
    Reported by:    kozos@kozos.jp (maintainer)

 lang/nll/Makefile | 4 ++--
 lang/nll/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)