aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-12 03:22:50 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-12 03:22:50 +0000
commit28b11d9e378c9f446862a000dea3025e55437be4 (patch)
tree26dd6862fa6e9c506f9d4c5c93c74dac3a794175
parentc1d995bb3169ecfb49087a8e6fff34ef9c00009b (diff)
downloadports-28b11d9e378c9f446862a000dea3025e55437be4.tar.gz
ports-28b11d9e378c9f446862a000dea3025e55437be4.zip
- Update to version 3.7.7
- Fix COMMENT, GC no longer useful patches - Chase redirection in the WWW line PR: 250955 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=554930
-rw-r--r--www/edbrowse/Makefile8
-rw-r--r--www/edbrowse/distinfo6
-rw-r--r--www/edbrowse/files/patch-src_eb.h11
-rw-r--r--www/edbrowse/files/patch-src_html.c11
-rw-r--r--www/edbrowse/pkg-descr2
5 files changed, 6 insertions, 32 deletions
diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile
index 48c48fe4f296..2a692494e161 100644
--- a/www/edbrowse/Makefile
+++ b/www/edbrowse/Makefile
@@ -2,12 +2,11 @@
PORTNAME= edbrowse
DISTVERSIONPREFIX= v
-DISTVERSION= 3.7.6
-PORTREVISION= 5
+DISTVERSION= 3.7.7
CATEGORIES= www editors
MAINTAINER= alfix86@gmail.com
-COMMENT= Line-oriented Web browser and text editor
+COMMENT= Line-oriented web browser and text editor
LICENSE= GPLv2
@@ -29,9 +28,6 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e 's|set(TIDY_NAMES tidy)|set(TIDY_NAMES tidy5)|g' ${WRKSRC}/CMakeModules/FindTidy.cmake
-
do-install:
${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
${INSTALL_PROGRAM} ${WRKSRC}/edbrowse ${STAGEDIR}${PREFIX}/bin
diff --git a/www/edbrowse/distinfo b/www/edbrowse/distinfo
index 8582d62ed787..562936aefaf1 100644
--- a/www/edbrowse/distinfo
+++ b/www/edbrowse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598182860
-SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
-SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783
+TIMESTAMP = 1604765984
+SHA256 (CMB-edbrowse-v3.7.7_GH0.tar.gz) = bc015decc022d90f482a7f1028e9a56aa84f17406879f9aa1060e1dc175ed00f
+SIZE (CMB-edbrowse-v3.7.7_GH0.tar.gz) = 835830
diff --git a/www/edbrowse/files/patch-src_eb.h b/www/edbrowse/files/patch-src_eb.h
deleted file mode 100644
index 024173f513de..000000000000
--- a/www/edbrowse/files/patch-src_eb.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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? */
diff --git a/www/edbrowse/files/patch-src_html.c b/www/edbrowse/files/patch-src_html.c
deleted file mode 100644
index 19f6c423b686..000000000000
--- a/www/edbrowse/files/patch-src_html.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/html.c.orig 2019-11-23 18:00:49 UTC
-+++ src/html.c
-@@ -14,7 +14,7 @@ extern int gettimeofday(struct timeval *tp, void *tzp)
-
- // OSX has no pthread_tryjoin_np, so we can't do our
- // asynchronous timers under OSX, which is really no great loss.
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- #define pthread_tryjoin_np pthread_join
- #endif
-
diff --git a/www/edbrowse/pkg-descr b/www/edbrowse/pkg-descr
index b227ea7ca202..2f8e7dd5a2d6 100644
--- a/www/edbrowse/pkg-descr
+++ b/www/edbrowse/pkg-descr
@@ -9,4 +9,4 @@ can be found nowhere else. A batch job, or cron job, can access web
pages on the internet, submit forms, and send email, with no human
intervention whatsoever.
-WWW: http://the-brannons.com/edbrowse/
+WWW: http://edbrowse.org/