Bug 263128

Summary: ports-mgmt/portconfig: update to 0.3
Product: Ports & Packages Reporter: Alfonso S. Siciliano <asiciliano>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Only Me CC: asiciliano
Priority: --- Flags: bugzilla: maintainer-feedback? (bapt)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 263127    
Bug Blocks:    
Attachments:
Description Flags
git diff none

Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-04-08 00:39:50 UTC
Created attachment 233039 [details]
git diff

Update portconfig to 0.3.

Testing

# portlint -A

Then

# vi poudriere/ports/default/Mk/bsd.commands.mk
...
# comment
# DIALOG4PORTS?=         ${LOCALBASE}/bin/dialog4ports
DIALOG4PORTS?=          ${LOCALBASE}/bin/portconfig
...

# poudriere testport -j 140Camd64 -p default -i -o ports-mgmt/portconfig
# cd /usr/ports/www/apache24/
# make config
# exit

Final test (here bsddialog is not in BASE)
# poudriere testport -j 130Ramd64 -p default -i -o ports-mgmt/portconfig
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2022-04-22 08:46:42 UTC
looks good to me, just commit/push it yourself ;)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-22 19:39:44 UTC
A commit in branch main references this bug:

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

commit 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f
Author:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
AuthorDate: 2022-04-22 19:36:19 +0000
Commit:     Alfonso S. Siciliano <asiciliano@FreeBSD.org>
CommitDate: 2022-04-22 19:38:28 +0000

    ports-mgmt/portconfig: Update to 0.3

    PR:             263128
    Approved by:    bapt

 ports-mgmt/portconfig/Makefile             | 17 +++++++++-----
 ports-mgmt/portconfig/distinfo             |  6 ++---
 ports-mgmt/portconfig/files/patch-Makefile | 37 ++++++++----------------------
 3 files changed, 24 insertions(+), 36 deletions(-)
Comment 3 Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-04-28 00:29:31 UTC
Committed.