Attached are two minor updates for both dillo and fltk2. The dillo patch
adds wget as a run depend, since it uses it to display ftp:// and to
download. Also, I enabled bitstream as the default font since it comes
with X11 and removes startup warnings. The fltk2 update just brings it
to the latest 6483 revision. Thanks.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/dillo/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile    21 Oct 2008 07:14:20 -0000      1.28
+++ Makefile    2 Nov 2008 22:41:01 -0000
@@ -3,7 +3,7 @@
 COMMENT=               fast and light graphical web browser
 
 DISTNAME=              dillo-2.0
-PKGNAME=               ${DISTNAME}p0
+PKGNAME=               ${DISTNAME}p1
 CATEGORIES=            www
 
 HOMEPAGE=              http://www.dillo.org/
@@ -25,6 +25,7 @@
 
 EXTRACT_SUFX=  .tar.bz2
 
+RUN_DEPENDS=   ::net/wget
 BUILD_DEPENDS= ::x11/fltk2
 LIB_DEPENDS=    jpeg.>=62::graphics/jpeg \
                 png.>=2::graphics/png
Index: patches/patch-dillorc
===================================================================
RCS file: patches/patch-dillorc
diff -N patches/patch-dillorc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-dillorc       2 Nov 2008 22:41:01 -0000
@@ -0,0 +1,19 @@
+$OpenBSD$
+--- dillorc.orig       Sun Nov  2 17:32:10 2008
++++ dillorc    Sun Nov  2 17:32:57 2008
+@@ -39,13 +39,13 @@
+ # vw_fontname="new century schoolbook"
+ # vw_fontname="helvetica"
+ # vw_fontname="times"
+-# vw_fontname="Bitstream vera Serif"
++vw_fontname="Bitstream vera Serif"
+ # vw_fontname="arial"
+ #vw_fontname="DejaVu Sans"
+ 
+ # Fontname for fixed width rendering (mainly text quoted with <pre>)
+ # fw_fontname=courier
+-# fw_fontname="Bitstream Vera Sans Mono"
++fw_fontname="Bitstream Vera Sans Mono"
+ # fw_fontname="Andale Mono"
+ #fw_fontname="DejaVu Sans Mono"
+ 
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/fltk2/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    19 Oct 2008 07:34:45 -0000      1.1.1.1
+++ Makefile    2 Nov 2008 22:28:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      fast light toolkit
 
-V=             6403
+V=             6483
 DISTNAME =     fltk-2.0.x-r${V}
 PKGNAME =      fltk2-2.0r${V}
 CATEGORIES =   x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/fltk2/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    19 Oct 2008 07:34:45 -0000      1.1.1.1
+++ distinfo    2 Nov 2008 22:28:19 -0000
@@ -1,5 +1,5 @@
-MD5 (fltk-2.0.x-r6403.tar.gz) = 1Z6ofzpWbIfFvv2+BcRXRg==
-RMD160 (fltk-2.0.x-r6403.tar.gz) = EuH49E54AlwVQgktvC5ZkhvCD/Y=
-SHA1 (fltk-2.0.x-r6403.tar.gz) = 4js0iwSKjYRD3uDOtToEUax8/xk=
-SHA256 (fltk-2.0.x-r6403.tar.gz) = FUePfZKOdyNE8Vl7D/pp8y0Ru+EsHR/xnz6FHOHRaoI=
-SIZE (fltk-2.0.x-r6403.tar.gz) = 3033405
+MD5 (fltk-2.0.x-r6483.tar.gz) = mQiUXDj4vCzYSBTKcIgWlA==
+RMD160 (fltk-2.0.x-r6483.tar.gz) = /heotLVkSyTqSLYHzZME5bOS2IQ=
+SHA1 (fltk-2.0.x-r6483.tar.gz) = /3Ol5BIP4Vk/wYziOypuClr7EF4=
+SHA256 (fltk-2.0.x-r6483.tar.gz) = JG5acq+OrxBfRSYFVI9JdNfEovxB6kiZcDK98fvnY5o=
+SIZE (fltk-2.0.x-r6483.tar.gz) = 3033495

Reply via email to