Bug 246326

Summary: sysutils/fselect: Update to 0.6.10
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jhspetersson/fselect/releases/0.6.10
Attachments:
Description Flags
fselect-0.6.10.diff
lcook: maintainer-approval+
fselect-0.6.10.log none

Description Lewis Cook freebsd_committer freebsd_triage 2020-05-09 10:54:03 UTC
Created attachment 214305 [details]
fselect-0.6.10.diff

Amended:
 * Bumped DISTVERSION to 0.6.10 and updated distinfo.
 * Updated CARGO_CRATES dependency list.

Changelog:
 * https://github.com/jhspetersson/fselect/releases/0.6.10

Tested:
 * portlint: OK (looks fine).
 * testport: OK (poudriere: 3.3.4).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-05-09 10:54:22 UTC
Created attachment 214306 [details]
fselect-0.6.10.log

Poudriere testport log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-11 05:58:41 UTC
A commit references this bug:

Author: fernape
Date: Mon May 11 05:58:37 UTC 2020
New revision: 534882
URL: https://svnweb.freebsd.org/changeset/ports/534882

Log:
  sysutils/fselect: Update to 0.6.10

  ChangeLog: https://github.com/jhspetersson/fselect/releases/0.6.10

   * NOT keyword (e.g., where name not like '%.tmp')
   * added .d to the list of source file extensions
   * alternate form !~= of notrx operator
   * TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
   * .dockerignore support
   * dockerignore, gitignore, and hgignore boolean config parameters with default
     options for search within any roots, if not specified otherwise

  PR:	246326
  Submitted by:	vulcan@wired.sh (maintainer)

Changes:
  head/sysutils/fselect/Makefile
  head/sysutils/fselect/distinfo
Comment 3 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-05-11 05:59:25 UTC
Committed,

Thanks!