Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 20:08:52 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3e0e9d790e78 - main - misc/pinfo: Fix build with newer ncurses
Message-ID:  <202305132008.34DK8qvc061271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a

commit 3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a
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:08:39 +0000

    misc/pinfo: Fix build with newer ncurses
    
    - Fix build on FreeBSD 13.2
    
    PR:             271392
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305132008.34DK8qvc061271>