Index: head/www/edbrowse/files/patch-src_eb.h =================================================================== --- head/www/edbrowse/files/patch-src_eb.h (revision 554929) +++ head/www/edbrowse/files/patch-src_eb.h (nonexistent) @@ -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? */ Property changes on: head/www/edbrowse/files/patch-src_eb.h ___________________________________________________________________ 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: head/www/edbrowse/files/patch-src_html.c =================================================================== --- head/www/edbrowse/files/patch-src_html.c (revision 554929) +++ head/www/edbrowse/files/patch-src_html.c (nonexistent) @@ -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 - Property changes on: head/www/edbrowse/files/patch-src_html.c ___________________________________________________________________ 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: head/www/edbrowse/Makefile =================================================================== --- head/www/edbrowse/Makefile (revision 554929) +++ head/www/edbrowse/Makefile (revision 554930) @@ -1,48 +1,44 @@ # $FreeBSD$ 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 LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libtidy5.so:www/tidy-html5 \ libduktape.so:lang/duktape-lib USES= cmake:insource compiler:c11 perl5 readline USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= CMB PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz 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 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && \ ${FIND} . \( -name article.wikipedia -or -name "man-edbrowse*" \) -delete && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/www/edbrowse/distinfo =================================================================== --- head/www/edbrowse/distinfo (revision 554929) +++ head/www/edbrowse/distinfo (revision 554930) @@ -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 Index: head/www/edbrowse/pkg-descr =================================================================== --- head/www/edbrowse/pkg-descr (revision 554929) +++ head/www/edbrowse/pkg-descr (revision 554930) @@ -1,12 +1,12 @@ Edbrowse is an editor, a web browser, and a mail client that is 100% text based. The interface is similar to /bin/ed, though there are many more features, such as editing multiple files simultaneously, and rendering html. This program was originally written for blind users, but many sighted users have taken advantage of its unique scripting capabilities, which 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/