| Summary: | devel/bsddialog: Update 1.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alfonso S. Siciliano <asiciliano> | ||||
| Component: | Individual Port(s) | Assignee: | Alfonso S. Siciliano <asiciliano> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | fernape | ||||
| Priority: | --- | Flags: | asiciliano:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://gitlab.com/alfix/bsddialog/-/blob/main/CHANGELOG | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 272977 | ||||||
| Attachments: |
|
||||||
Maintainer informed via mail ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval Attachment -> Details -> maintainer-approval [+] I'll come back after build testing this. And formally approve the commit. LGTM! LGTM, just push yourself A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7967851800802ff3ff58bd452df159b24c5a47b1 commit 7967851800802ff3ff58bd452df159b24c5a47b1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-10-10 11:46:23 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-10-10 11:58:31 +0000 bsddialog: update bsddialog to 1.0 & portconfig to 0.6 PR: 272975 272975 Submitted by: asiciliano devel/bsddialog/Makefile | 10 ++++++---- devel/bsddialog/distinfo | 6 +++--- devel/bsddialog/files/patch-Makefile (gone) | 11 ----------- devel/bsddialog/pkg-plist | 2 +- ports-mgmt/portconfig/Makefile | 3 +-- ports-mgmt/portconfig/distinfo | 6 +++--- 6 files changed, 14 insertions(+), 24 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7967851800802ff3ff58bd452df159b24c5a47b1 commit 7967851800802ff3ff58bd452df159b24c5a47b1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-10-10 11:46:23 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-10-10 11:58:31 +0000 bsddialog: update bsddialog to 1.0 & portconfig to 0.6 PR: 272975 272975 Submitted by: asiciliano devel/bsddialog/Makefile | 10 ++++++---- devel/bsddialog/distinfo | 6 +++--- devel/bsddialog/files/patch-Makefile (gone) | 11 ----------- devel/bsddialog/pkg-plist | 2 +- ports-mgmt/portconfig/Makefile | 3 +-- ports-mgmt/portconfig/distinfo | 6 +++--- 6 files changed, 14 insertions(+), 24 deletions(-) |
Created attachment 243884 [details] diff generated by: git diff > ../`make -VPKGNAME`.diff Update bsddialog to 1.0 add: MAKE_ARGS= -DNORPATH (upstream changes to delete port patch). delete: files/patch-Makefile. delete: GL_TAGNAME (equal to PORTVERSION). Testing # portlint -A # port test # portfmt -i ./Makefile # poudriere testport -j 132Ramd64 -p default -i -o devel/bsddialog # poudriere testport -j 140Camd64 -p default -i -o devel/bsddialog # bsddialog --version Version: 0.4 # /usr/local/bin/bsddialog --version Version: 1.0 # exit All right.