Index: head/biology/libgtextutils/Makefile =================================================================== --- head/biology/libgtextutils/Makefile (revision 465903) +++ head/biology/libgtextutils/Makefile (revision 465904) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= libgtextutils -PORTVERSION= 0.7 +DISTVERSION= 0.7 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= Gordon's text utilities LICENSE= AGPLv3 USES= autoreconf libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= agordon INSTALL_TARGET= install-strip .include Index: head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp =================================================================== --- head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp (nonexistent) +++ head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp (revision 465904) @@ -0,0 +1,11 @@ +--- src/gtextutils/text_line_reader.cpp.orig 2018-03-29 13:31:53 UTC ++++ src/gtextutils/text_line_reader.cpp +@@ -44,6 +44,7 @@ bool TextLineReader::next_line() + if (input_stream.eof()) + return false; + +- return input_stream ; ++ // Fix based on the only code change since 0.7 ++ return input_stream.good() ; + } + Property changes on: head/biology/libgtextutils/files/patch-src_gtextutils_text__line__reader.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property