aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2023-05-13 20:03:00 +0000
committerJuraj Lutter <otis@FreeBSD.org>2023-05-13 20:08:39 +0000
commit3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a (patch)
tree43228fd032fb9d7cfc82a0fb64863991836fafb2
parent98484a3627eca9a39b899b01cd7d6930c2ea3cb4 (diff)
downloadports-3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a.tar.gz
ports-3e0e9d790e78ab9da05bce1dadd095f9b0c14e3a.zip
misc/pinfo: Fix build with newer ncurses
- Fix build on FreeBSD 13.2 PR: 271392
-rw-r--r--misc/pinfo/Makefile6
-rw-r--r--misc/pinfo/distinfo6
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