Index: head/sysutils/hstr/Makefile =================================================================== --- head/sysutils/hstr/Makefile (revision 458978) +++ head/sysutils/hstr/Makefile (revision 458979) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= hstr -DISTVERSION= 1.23 +DISTVERSION= 1.24 CATEGORIES= sysutils MAINTAINER= monsieurp@gentoo.org COMMENT= Bash and Zsh shell history suggest box LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf ncurses readline USE_GITHUB= yes GH_ACCOUNT= dvorka GNU_CONFIGURE= yes PLIST_FILES= bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz .include Index: head/sysutils/hstr/distinfo =================================================================== --- head/sysutils/hstr/distinfo (revision 458978) +++ head/sysutils/hstr/distinfo (revision 458979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511211427 -SHA256 (dvorka-hstr-1.23_GH0.tar.gz) = f435b4fce473e966fe52d3c27ca9074df0925a236b01517ece022607b889af33 -SIZE (dvorka-hstr-1.23_GH0.tar.gz) = 47239 +TIMESTAMP = 1515885705 +SHA256 (dvorka-hstr-1.24_GH0.tar.gz) = 6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441 +SIZE (dvorka-hstr-1.24_GH0.tar.gz) = 47523 Index: head/sysutils/hstr/files/patch-src_include_hstr__curses.h =================================================================== --- head/sysutils/hstr/files/patch-src_include_hstr__curses.h (revision 458978) +++ head/sysutils/hstr/files/patch-src_include_hstr__curses.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/include/hstr_curses.h.orig 2017-09-30 10:01:44 UTC -+++ src/include/hstr_curses.h -@@ -21,6 +21,8 @@ - - #ifdef __APPLE__ - #include -+#elif defined(__FreeBSD__) -+#include - #else - #include - #endif Property changes on: head/sysutils/hstr/files/patch-src_include_hstr__curses.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/hstr/files/patch-src-hstr.c =================================================================== --- head/sysutils/hstr/files/patch-src-hstr.c (revision 458978) +++ head/sysutils/hstr/files/patch-src-hstr.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/hstr.c.orig 2017-09-30 10:01:44 UTC -+++ src/hstr.c -@@ -22,6 +22,8 @@ - #include - #ifdef __APPLE__ - #include -+#elif defined(__FreeBSD__) -+#include - #else - #include - #endif Property changes on: head/sysutils/hstr/files/patch-src-hstr.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property