Bug 246489 - www/nift: Update to 2.3.9
Summary: www/nift: Update to 2.3.9
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://github.com/nifty-site-manager...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-05-15 16:59 UTC by Mohammad S. Babaei
Modified: 2020-05-18 08:20 UTC (History)
1 user (show)

See Also:


Attachments
www/nift-2.3.8 to 2.3.9 patch file (3.34 KB, patch)
2020-05-15 16:59 UTC, Mohammad S. Babaei
info: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mohammad S. Babaei 2020-05-15 16:59:34 UTC
Created attachment 214531 [details]
www/nift-2.3.8 to 2.3.9 patch file

2.3.9 Release Notes:

    added exprtk_disable_caseinsensitivity for ExprTk
    merged PR from Mamadou fixing support for compiling with Lua 5.2 and 5.1
    added !mf option to definitions
    added in types std::vector<double> and std::vector<string>
    added in std::vector. fns at, erase, pop_back, push_back, set, size (also member fns)
    added in stream. fns close, open (also member fns)
    added in exprtk.compile, exprtk.eval, exprtk.load and exprtk.str fns for f++/n++
    added in exprtk_compile, exprtk_eval, exprtk_load and exprtk_str fns for Lua
    added in to_string fn for ExprTk
    fixed so that fn name/options/params are parsed with f++ always
    fixed various bugs
    made various improvements
Comment 1 Automation User 2020-05-15 17:10:04 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/146512770
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-18 08:19:20 UTC
A commit references this bug:

Author: fernape
Date: Mon May 18 08:18:33 UTC 2020
New revision: 535728
URL: https://svnweb.freebsd.org/changeset/ports/535728

Log:
  www/nift: Update to 2.3.9

  From ChangeLog (https://github.com/nifty-site-manager/nsm/releases/tag/v2.3.9):

   * added exprtk_disable_caseinsensitivity for ExprTk
   * merged PR from Mamadou fixing support for compiling with Lua 5.2
     and 5.1
   * added !mf option to definitions
   * added in types std::vector<double> and std::vector<string>
   * added in std::vector. fns at, erase, pop_back, push_back, set, size
     (also member fns)
   * added in stream. fns close, open (also member fns)
   * added in exprtk.compile, exprtk.eval, exprtk.load and exprtk.str fns
     for f++/n++
   * added in exprtk_compile, exprtk_eval, exprtk_load and exprtk_str fns
     for Lua
   * added in to_string fn for ExprTk
   * fixed so that fn name/options/params are parsed with f++ always
   * fixed various bugs
   * made various improvements

  PR:	246489
  Submitted by:	info@babaei.net (maintainer)

Changes:
  head/www/nift/Makefile
  head/www/nift/distinfo
  head/www/nift/files/patch-Makefile
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2020-05-18 08:20:54 UTC
Committed,

Thanks