Friday, September 27, 2019

Re: [update] www/edbrowse to 3.7.5.1

On Fri, 27 Sep 2019 at 09:07:00 +0200, Solene Rapenne wrote:
> On Thu, Sep 26, 2019 at 08:48:53PM -0600, Aaron Bieber wrote:
> > Hola!
> >
> > Here is a trivial diff to bring edbrowse up to the latest version.
> >
> > Changelog here: https://github.com/CMB/edbrowse/blob/master/CHANGES#L26-L74
> > (Note, there is no release files for 3.7.6)
> >
> > OK?
> >
> > --
> > PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE
> >
>
> Hello
>
> I see no diff :)
>

Used too much invisible ink on that last one! ;D

diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile
index cbd90f185b6..5b828ac3a2a 100644
--- a/www/edbrowse/Makefile
+++ b/www/edbrowse/Makefile
@@ -2,7 +2,7 @@

COMMENT = command-line editor and web browser

-DISTNAME = edbrowse-3.7.4
+DISTNAME = edbrowse-3.7.5.1

CATEGORIES = www

@@ -13,7 +13,7 @@ HOMEPAGE = http://edbrowse.org/
# GPL
PERMIT_PACKAGE = Yes

-WANTLIB += c curl duktape m pcre readline tidy
+WANTLIB += c curl duktape m pcre pthread readline tidy

MASTER_SITES = https://deftly.net/dist/

diff --git a/www/edbrowse/distinfo b/www/edbrowse/distinfo
index 9c18ff0b9b0..00fc5d80926 100644
--- a/www/edbrowse/distinfo
+++ b/www/edbrowse/distinfo
@@ -1,2 +1,2 @@
-SHA256 (edbrowse-3.7.4.tar.gz) = t55kF8EXDJbvaJaMM9WFcl8PLSeFnj/oB8mAqcM+pxk=
-SIZE (edbrowse-3.7.4.tar.gz) = 765794
+SHA256 (edbrowse-3.7.5.1.tar.gz) = CW65BR+c3kz3HIM/pD9gL7PbQK8FbR+rmKFxGr9Cyro=
+SIZE (edbrowse-3.7.5.1.tar.gz) = 790742
diff --git a/www/edbrowse/patches/patch-src_http_c b/www/edbrowse/patches/patch-src_http_c
deleted file mode 100644
index d5a85c37b2a..00000000000
--- a/www/edbrowse/patches/patch-src_http_c
+++ /dev/null
@@ -1,13 +0,0 @@
-$OpenBSD: patch-src_http_c,v 1.1.1.1 2019/05/13 22:11:20 abieber Exp $
-
-Index: src/http.c
---- src/http.c.orig
-+++ src/http.c
-@@ -1554,7 +1554,6 @@ void ebcurl_setError(CURLcode curlret, const char *url
- (*fn) (MSG_Timeout);
- break;
-
-- case CURLE_PEER_FAILED_VERIFICATION:
- case CURLE_SSL_CACERT:
- (*fn) (MSG_NoCertify, host);
- break;

--
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

No comments:

Post a Comment