Hi ports --

A new version of Dillo was released yesterday. Here's the diff to update.
Some changelog notes:
Some HTML5 elements are now supported.
Improved embedding support.
Better downscaling of images.
Background image support.
And a bunch of bug fixes.

Also: rolling in a separate diff from brad@ allowing threaded DNS.

Works well on amd64 and macppc.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/dillo/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile	30 Jan 2014 01:28:13 -0000	1.46
+++ Makefile	10 Apr 2014 13:42:04 -0000
@@ -2,14 +2,13 @@
 
 COMMENT =		fast and light graphical web browser
 
-DISTNAME =		dillo-3.0.3
+DISTNAME =		dillo-3.0.4
 CATEGORIES =		www
 
 MAINTAINER =		Brian Callahan <bcal...@openbsd.org>
 HOMEPAGE =		http://www.dillo.org/
-REVISION =		0
 
-# GPLv3
+# GPLv3+
 PERMIT_PACKAGE_CDROM =	Yes
 
 WANTLIB += X11 Xau Xdmcp Xext Xft Xinerama c
@@ -33,7 +32,6 @@ RUN_DEPENDS =	devel/desktop-file-utils \
 USE_GMAKE =		Yes
 CONFIGURE_STYLE =	gnu
 CONFIGURE_ARGS =	--enable-ipv6 \
-			--disable-threaded-dns \
 			--enable-ssl
 CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
 			LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/dillo/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo	19 Apr 2013 14:33:51 -0000	1.17
+++ distinfo	10 Apr 2014 13:42:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (dillo-3.0.3.tar.bz2) = SCQcqW1ML0v4Pr60DHQcmQ+rDWsPe5dmpkI05IEAjdI=
-SIZE (dillo-3.0.3.tar.bz2) = 685824
+SHA256 (dillo-3.0.4.tar.bz2) = 7iurJQEN0nsYuoAlnfbrj2tUn1r1llOcCO7QtwMi3zk=
+SIZE (dillo-3.0.4.tar.bz2) = 738826
Index: patches/patch-dillorc
===================================================================
RCS file: /cvs/ports/www/dillo/patches/patch-dillorc,v
retrieving revision 1.5
diff -u -p -r1.5 patch-dillorc
--- patches/patch-dillorc	30 Jan 2014 01:28:13 -0000	1.5
+++ patches/patch-dillorc	10 Apr 2014 13:42:04 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-dillorc,v 1.5 2014/01/30 01:28:13 bcallah Exp $
---- dillorc.orig	Thu Apr  4 13:20:10 2013
-+++ dillorc	Thu Apr 18 12:25:04 2013
-@@ -46,7 +46,7 @@
+--- dillorc.orig	Wed Apr  9 13:39:59 2014
++++ dillorc	Thu Apr 10 09:34:20 2014
+@@ -51,7 +51,7 @@
  # "fc-list : family | cut -d ',' -f 2 | sort").
  #font_serif="DejaVu Serif"
  #font_sans_serif="DejaVu Sans"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/dillo/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST	30 Jan 2014 01:28:13 -0000	1.14
+++ pkg/PLIST	10 Apr 2014 13:42:04 -0000
@@ -26,6 +26,7 @@ lib/dillo/dpi/vsource/
 @man man/man1/dillo.1
 share/applications/dillo.desktop
 share/doc/dillo/
+share/doc/dillo/CCCwork.txt
 share/doc/dillo/Cache.txt
 share/doc/dillo/Cookies.txt
 share/doc/dillo/Dillo.txt

Reply via email to