Index: Makefile =================================================================== --- Makefile (revision 545817) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= edbrowse DISTVERSIONPREFIX= v DISTVERSION= 3.7.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www editors MAINTAINER= alfix86@gmail.com Index: distinfo =================================================================== --- distinfo (revision 545817) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574530062 +TIMESTAMP = 1598182860 SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783 Index: files/patch-src_eb.h =================================================================== --- files/patch-src_eb.h (nonexistent) +++ files/patch-src_eb.h (working copy) @@ -0,0 +1,11 @@ +--- src/eb.h.orig 2020-08-23 11:39:07 UTC ++++ src/eb.h +@@ -290,7 +290,7 @@ extern char *sslCerts; /* ssl certificates to validat + extern int verifyCertificates; /* is a certificate required for the ssl connection? */ + extern int displayLength; // when printing a line + extern int formatLineLength; // when formatting html +-bool formatOverflow; ++extern bool formatOverflow; + extern int webTimeout, mailTimeout; + extern uchar browseLocal; + extern bool sqlPresent; /* Was edbrowse compiled with SQL built in? */ Property changes on: files/patch-src_eb.h ___________________________________________________________________ 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