Bug 263128 - ports-mgmt/portconfig: update to 0.3
Summary: ports-mgmt/portconfig: update to 0.3
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:
Keywords:
Depends on: 263127
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-08 00:39 UTC by Alfonso S. Siciliano
Modified: 2022-04-28 00:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
git diff (3.43 KB, patch)
2022-04-08 00:39 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 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.