Bug 275136 - ports-mgmt/portconfig: Update to 0.6.1
Summary: ports-mgmt/portconfig: Update to 0.6.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: Baptiste Daroussin
URL: https://gitlab.com/alfix/portconfig/-...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-16 20:11 UTC by Alfonso S. Siciliano
Modified: 2023-11-17 19:11 UTC (History)
1 user (show)

See Also:
bapt: maintainer-feedback+


Attachments
git diff (2.10 KB, patch)
2023-11-16 20:11 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2023-11-16 20:11:49 UTC
Created attachment 246357 [details]
git diff

Portconfig update: 0.6 -> 0.6.1.
No functional changes. Only upstream Makefile change to import bug #274429 and to use new bsddialog to avoid #274472 with putty.

Testing:
# portlint -A
# port test
# portfmt -i ./Makefile
# poudriere testport -j 124Ramd64 -p default -i -o ports-mgmt/portconfig
# poudriere testport -j 132Ramd64 -p default -i -o ports-mgmt/portconfig
# poudriere testport -j 140Ramd64 -p default -i -o ports-mgmt/portconfig
# poudriere testport -j 150Camd64 -p default -i -o ports-mgmt/portconfig
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2023-11-17 08:06:16 UTC
LGTM, please push yourself ;)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-17 19:09:59 UTC
A commit in branch main references this bug:

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

commit 5356f979dc5d6f970dfd2da9f5e50236d558c0dd
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2023-11-17 19:05:05 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2023-11-17 19:08:53 +0000

    ports-mgmt/portconfig: Update to 0.6.1

    CHANGED:        https://gitlab.com/alfix/portconfig/-/blob/main/CHANGELOG

    PR:             275136
    Approved by:    bapt

 ports-mgmt/portconfig/Makefile                    |  3 ++-
 ports-mgmt/portconfig/distinfo                    |  6 +++---
 ports-mgmt/portconfig/files/patch-Makefile (gone) | 13 -------------
 ports-mgmt/portconfig/pkg-descr                   |  3 ++-
 4 files changed, 7 insertions(+), 18 deletions(-)
Comment 3 Alfonso S. Siciliano freebsd_committer freebsd_triage 2023-11-17 19:11:34 UTC
Committed.