Bug 280912 - sysutils/mprocs: Update to 0.7.1
Summary: sysutils/mprocs: 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 Only Me
Assignee: Zsolt Udvari
URL: https://github.com/pvolok/mprocs/blob...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-18 17:57 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-08-21 11:03 UTC (History)
1 user (show)

See Also:


Attachments
mprocs-0.7.1.patch (72.79 KB, patch)
2024-08-18 17:57 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-08-18 17:57:30 UTC
Created attachment 252893 [details]
mprocs-0.7.1.patch

Description:

ChangeLog: https://github.com/pvolok/mprocs/blob/v0.7.1/CHANGELOG.md

* Not using upx anymore.
* Disable xterm modifyOtherKeys in iTerm2.

QA:

* portlint:
  - Makefile: "LIB_DEPENDS" has to appear earlier.
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-21 11:02:38 UTC
A commit in branch main references this bug:

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

commit e9a8eb4305f793ab88bfcfcffee869a39376e0df
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-08-21 11:00:08 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-21 11:01:31 +0000

    sysutils/mprocs: update to 0.7.1

    Changelog: https://github.com/pvolok/mprocs/blob/v0.7.1/CHANGELOG.md

    PR:             280912
    Approved by:    submitter is maintainer

 sysutils/mprocs/Makefile        |   3 +-
 sysutils/mprocs/Makefile.crates | 294 +++++++++++++++-----
 sysutils/mprocs/distinfo        | 590 ++++++++++++++++++++++++++++++----------
 3 files changed, 665 insertions(+), 222 deletions(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-21 11:03:31 UTC
Committed, thanks!