diff options
author | drochner <drochner> | 2004-08-27 12:40:37 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-08-27 12:40:37 +0000 |
commit | e24c54a21331b3d3411a357be1e20aa49a4f8334 (patch) | |
tree | e7b10ac39d60f5ef9345cd6a45961a4dd424559a /www | |
parent | c18b4ffd1a77ead067998d2a877d41c0505e9662 (diff) | |
download | pkgsrc-e24c54a21331b3d3411a357be1e20aa49a4f8334.tar.gz |
update to 0.8.2
changes;
Except from the usual bug-fixes and improvements, some new features snuck
in. One nifty feature is the save and open file dialogs remembering the
last directory opened. Also, a "start_page" option in the preferences so
that you may override the splash screen.
Diffstat (limited to 'www')
-rw-r--r-- | www/dillo/Makefile | 4 | ||||
-rw-r--r-- | www/dillo/distinfo | 8 | ||||
-rw-r--r-- | www/dillo/patches/patch-ab | 16 |
3 files changed, 14 insertions, 14 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 01bd22c7a93..82409be304d 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/05/26 08:06:56 adam Exp $ +# $NetBSD: Makefile,v 1.20 2004/08/27 12:40:37 drochner Exp $ -DISTNAME= dillo-0.8.1 +DISTNAME= dillo-0.8.2 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/dillo/distinfo b/www/dillo/distinfo index 4645ead8032..db838d14269 100644 --- a/www/dillo/distinfo +++ b/www/dillo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2004/05/26 08:06:56 adam Exp $ +$NetBSD: distinfo,v 1.18 2004/08/27 12:40:37 drochner Exp $ -SHA1 (dillo-0.8.1.tar.bz2) = 1a75de677f9c88365ee28e4f5a0bbebba31cc7d9 -Size (dillo-0.8.1.tar.bz2) = 400697 bytes -SHA1 (patch-ab) = b170b651773c226604df0bc645fe43865fb8985f +SHA1 (dillo-0.8.2.tar.bz2) = 1c87e11da9d94a57db0cfadfef5a702193a57d9e +Size (dillo-0.8.2.tar.bz2) = 409961 bytes +SHA1 (patch-ab) = d2390011569b2c40f18a267980e7c6eec1685c78 diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab index 0b049d7f399..91de9f7dd72 100644 --- a/www/dillo/patches/patch-ab +++ b/www/dillo/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.10 2004/05/26 08:06:56 adam Exp $ +$NetBSD: patch-ab,v 1.11 2004/08/27 12:40:37 drochner Exp $ ---- Makefile.in.orig 2004-05-13 20:51:56.000000000 +0000 +--- Makefile.in.orig 2004-07-06 19:01:19.000000000 +0200 +++ Makefile.in -@@ -138,7 +138,7 @@ SUBDIRS = doc src dpid dpi - +@@ -175,7 +175,7 @@ target_os = @target_os@ + target_vendor = @target_vendor@ + SUBDIRS = doc src dpid dpi EXTRA_DIST = ChangeLog.old dillorc install-dpi-local - -sysconf_DATA = dillorc +sysconf_DATA = - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + |