Bug 263064 - Port Updates: sysutils/handlr: Update to 0.7.1
Summary: Port Updates: sysutils/handlr: Update to 0.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Cy Schubert
URL: https://github.com/Anomalocaridid/han...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-05 15:09 UTC by sec.research.2005
Modified: 2022-04-05 15:32 UTC (History)
1 user (show)

See Also:


Attachments
Patch (47.63 KB, patch)
2022-04-05 15:09 UTC, sec.research.2005
no flags Details | Diff
Poudriere Build Log (255.36 KB, text/plain)
2022-04-05 15:10 UTC, sec.research.2005
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sec.research.2005 2022-04-05 15:09:37 UTC
Created attachment 232971 [details]
Patch

Updated handlr to the most recent version - 0.7.1.
This one allows setting handlers using Regex.
Comment 1 sec.research.2005 2022-04-05 15:10:02 UTC
Created attachment 232972 [details]
Poudriere Build Log
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2022-04-05 15:31:12 UTC
Looks good but I had to alter your commit log message to conform to the standard.

slippy$ git push --push-option=confirm-author
Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 4 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 12.72 KiB | 12.72 MiB/s, done.
Total 7 (delta 5), reused 0 (delta 0), pack-reused 0
remote: 
remote: ================================================================
remote: cy, you are pushing a commit
remote: whose first line does not start with the regular:
remote: 	category/port: subject
remote: or
remote: 	component: subject
remote: 
remote: Please check that you really mean to do this, then use:
remote: 	git push --push-option=confirm-subject
remote: ================================================================
remote: 
To gitrepo.freebsd.org:ports.git
 ! [remote rejected]           main -> main (pre-receive hook declined)
error: failed to push some refs to 'gitrepo.freebsd.org:ports.git'
slippy$
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-05 15:31:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9db0c8760f7af9de4096720b075526f6c9105dc7

commit 9db0c8760f7af9de4096720b075526f6c9105dc7
Author:     Mostly BSD <sec.research.2005@gmail.comaa>
AuthorDate: 2022-04-05 15:04:27 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-05 15:30:10 +0000

    sysutils/handlr: Update to 0.7.1

    PR:             263064

 sysutils/handlr/Makefile  | 197 ++++++++++++------------
 sysutils/handlr/distinfo  | 380 +++++++++++++++++++++++-----------------------
 sysutils/handlr/pkg-descr |   3 +-
 3 files changed, 286 insertions(+), 294 deletions(-)
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2022-04-05 15:32:36 UTC
Thanks for the update.