View | Details | Raw Unified | Return to bug 248849
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	edbrowse
3
PORTNAME=	edbrowse
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.7.6
5
DISTVERSION=	3.7.6
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	www editors
7
CATEGORIES=	www editors
8
8
9
MAINTAINER=	alfix86@gmail.com
9
MAINTAINER=	alfix86@gmail.com
(-)distinfo (-1 / +1 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1574530062
1
TIMESTAMP = 1598182860
2
SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
2
SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
3
SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783
3
SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783
(-)files/patch-src_eb.h (+11 lines)
Line 0 Link Here
1
--- src/eb.h.orig	2020-08-23 11:39:07 UTC
2
+++ src/eb.h
3
@@ -290,7 +290,7 @@ extern char *sslCerts;		/* ssl certificates to validat
4
 extern int verifyCertificates;	/* is a certificate required for the ssl connection? */
5
 extern int displayLength;	// when printing a line
6
 extern int formatLineLength;	// when formatting html
7
-bool formatOverflow;
8
+extern bool formatOverflow;
9
 extern int webTimeout, mailTimeout;
10
 extern uchar browseLocal;
11
 extern bool sqlPresent;		/* Was edbrowse compiled with SQL built in? */

Return to bug 248849