diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 98b2032caf90..813ff31be176 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,42 +1,46 @@ 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 WWW= https://github.com/baszoetekouw/pinfo LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gettext-tools libtool localbase makeinfo ncurses USE_GITHUB= yes GH_ACCOUNT= baszoetekouw GH_TAGNAME= v${DISTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-curses=${NCURSESBASE} INFO= pinfo PLIST_FILES= bin/pinfo \ etc/pinforc \ man/man1/pinfo.1.gz OPTIONS_DEFINE= NLS READLINE OPTIONS_DEFAULT= READLINE READLINE_USES= readline READLINE_CONFIGURE_WITH= readline .include .if ${PORT_OPTIONS:MNLS} USES+= gettext-runtime .for lang in cs de eu ja nl pl pt_BR ro ru sv vi PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/pinfo.mo .endfor .else CONFIGURE_ARGS+= --disable-nls .endif .include 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