git: 23cbc6433f3a - 2023Q2 - misc/pinfo: Fix build with newer ncurses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 20:09:42 UTC
The branch 2023Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=23cbc6433f3a513e32ca14ff60d55c4d9a361027 commit 23cbc6433f3a513e32ca14ff60d55c4d9a361027 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-05-13 20:03:00 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-05-13 20:09:30 +0000 misc/pinfo: Fix build with newer ncurses - Fix build on FreeBSD 13.2 PR: 271392 (cherry picked from commit 3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a) --- misc/pinfo/Makefile | 6 +++++- misc/pinfo/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 98b2032caf90..813ff31be176 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,7 +1,11 @@ PORTNAME= pinfo DISTVERSION= 0.6.13 +PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ +PATCHFILES+= 27.patch:-p1 \ + 34.patch:-p1 MAINTAINER= otis@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo index 1f818f6ac018..0eefaefc9d7a 100644 --- a/misc/pinfo/distinfo +++ b/misc/pinfo/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1625145544 +TIMESTAMP = 1684007501 SHA256 (baszoetekouw-pinfo-0.6.13-v0.6.13_GH0.tar.gz) = 9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217 SIZE (baszoetekouw-pinfo-0.6.13-v0.6.13_GH0.tar.gz) = 157103 +SHA256 (27.patch) = 52f54664fef98e48384b103f0c228d61267e2d85f293d44d65982b3e09aa1bf2 +SIZE (27.patch) = 2288 +SHA256 (34.patch) = cb55fecc5499340d621bf2a1ea6c8c96f4b3c523b5baddbd88bce93742f52962 +SIZE (34.patch) = 1900