Index: Makefile =================================================================== --- Makefile (revision 490359) +++ Makefile (working copy) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= lnav -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= sysutils MAINTAINER= tom@hur.st Index: distinfo =================================================================== --- distinfo (revision 490359) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497410260 -SHA256 (tstack-lnav-v0.8.2_GH0.tar.gz) = 50afb1dec659d6169ba7f6f16642e53cc680eade6f460d73a180f9e9470d6016 -SIZE (tstack-lnav-v0.8.2_GH0.tar.gz) = 930155 +TIMESTAMP = 1547589952 +SHA256 (tstack-lnav-v0.8.4_GH0.tar.gz) = 17cf1692f914c8cf2191040365ef481c32d4faf054f7c89e5c573aef7b988d2a +SIZE (tstack-lnav-v0.8.4_GH0.tar.gz) = 1073367 Index: files/patch-src_extension-functions.cc =================================================================== --- files/patch-src_extension-functions.cc (revision 490359) +++ files/patch-src_extension-functions.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/extension-functions.cc.orig 2017-04-19 14:17:53 UTC -+++ src/extension-functions.cc -@@ -269,7 +269,7 @@ static const int xtra_utf8_bits[] = { - ** masking the character with utf8_mask[N] must produce a non-zero - ** result. Otherwise, we have an (illegal) overlong encoding. - */ --static const long utf_mask[] = { -+static const unsigned long utf_mask[] = { - 0x00000000, - 0xffffff80, - 0xfffff800, Property changes on: files/patch-src_extension-functions.cc ___________________________________________________________________ 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: files/patch-src_logfile.cc =================================================================== --- files/patch-src_logfile.cc (revision 490359) +++ files/patch-src_logfile.cc (nonexistent) @@ -1,16 +0,0 @@ ---- src/logfile.cc.orig 2017-05-23 18:53:47 UTC -+++ src/logfile.cc -@@ -92,10 +92,10 @@ throw (error) - - loo.loo_fd.close_on_exec(); - -- log_info("Creating logfile: fd=%d; size=%d; mtime=%d; filename=%s", -+ log_info("Creating logfile: fd=%d; size=%" PRId64 "; mtime=%" PRId64 "; filename=%s", - (int) loo.loo_fd, -- this->lf_stat.st_size, -- this->lf_stat.st_mtime, -+ (long long) this->lf_stat.st_size, -+ (long long) this->lf_stat.st_mtime, - filename.c_str()); - - this->lf_valid_filename = true; Property changes on: files/patch-src_logfile.cc ___________________________________________________________________ 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