svn commit: r518274 - in head/www/edbrowse: . files

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 23 21:28:38 UTC 2019


Author: tcberner
Date: Sat Nov 23 21:28:37 2019
New Revision: 518274
URL: https://svnweb.freebsd.org/changeset/ports/518274

Log:
  wwww/edbrowse: update to 3.7.6
  
  PR:		242179
  Submitted by:	Alfonso S. Siciliano <alfix86 at gmail.com>  (maintainer)

Added:
  head/www/edbrowse/files/patch-src_html.c   (contents, props changed)
Deleted:
  head/www/edbrowse/files/patch-src-http.c
Modified:
  head/www/edbrowse/Makefile
  head/www/edbrowse/distinfo

Modified: head/www/edbrowse/Makefile
==============================================================================
--- head/www/edbrowse/Makefile	Sat Nov 23 21:08:01 2019	(r518273)
+++ head/www/edbrowse/Makefile	Sat Nov 23 21:28:37 2019	(r518274)
@@ -2,8 +2,7 @@
 
 PORTNAME=	edbrowse
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.7.4
-PORTREVISION=	4
+DISTVERSION=	3.7.6
 CATEGORIES=	www editors
 
 MAINTAINER=	alfix86 at gmail.com
@@ -40,7 +39,7 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc && \
-		${FIND} . \( -name setup.ebrc -or -name "man-edbrowse*" \) -delete  && \
+		${FIND} . \( -name article.wikipedia -or -name "man-edbrowse*" \) -delete  && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/www/edbrowse/distinfo
==============================================================================
--- head/www/edbrowse/distinfo	Sat Nov 23 21:08:01 2019	(r518273)
+++ head/www/edbrowse/distinfo	Sat Nov 23 21:28:37 2019	(r518274)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564525768
-SHA256 (CMB-edbrowse-v3.7.4_GH0.tar.gz) = b79e6417c1170c96ef68968c33d585725f0f2d27859e3fe807c980a9c33ea719
-SIZE (CMB-edbrowse-v3.7.4_GH0.tar.gz) = 765794
+TIMESTAMP = 1574530062
+SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
+SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783

Added: head/www/edbrowse/files/patch-src_html.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/edbrowse/files/patch-src_html.c	Sat Nov 23 21:28:37 2019	(r518274)
@@ -0,0 +1,11 @@
+--- 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
+ 


More information about the svn-ports-all mailing list