summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/skipstone/Makefile6
-rw-r--r--www/skipstone/distinfo8
-rw-r--r--www/skipstone/patches/patch-ac9
3 files changed, 11 insertions, 12 deletions
diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile
index 6536442ee26..f36a3341d24 100644
--- a/www/skipstone/Makefile
+++ b/www/skipstone/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2002/01/25 17:44:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/10 10:47:16 jmc Exp $
#
-DISTNAME= skipstone-0.7.8
+DISTNAME= skipstone-0.7.9
CATEGORIES= www
MASTER_SITES= http://www.muhri.net/skipstone/
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.muhri.net/skipstone/
COMMENT= Gtk+ web browser that embeds Mozilla's renderer
-DEPENDS+= mozilla>=0.9.7:../../www/mozilla
+DEPENDS+= mozilla>=0.9.8:../../www/mozilla
USE_GMAKE= yes
diff --git a/www/skipstone/distinfo b/www/skipstone/distinfo
index 49fc07ca5a4..d9a77a68b9d 100644
--- a/www/skipstone/distinfo
+++ b/www/skipstone/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2002/02/08 00:40:34 jmc Exp $
+$NetBSD: distinfo,v 1.5 2002/03/10 10:47:16 jmc Exp $
-SHA1 (skipstone-0.7.8.tar.gz) = 71fd1856746913b352572b4458727b25999c4975
-Size (skipstone-0.7.8.tar.gz) = 357255 bytes
+SHA1 (skipstone-0.7.9.tar.gz) = 962c9539938be0bc2f589913795177c66b42ee61
+Size (skipstone-0.7.9.tar.gz) = 394876 bytes
SHA1 (patch-aa) = 83c8678517d7398111155dfaf4aa4ae2e97a5fbd
SHA1 (patch-ab) = 0ce631832790a2fd2e243c75ddf466aad337ec2e
-SHA1 (patch-ac) = 5df3314d4d2d9f23f64795c4a72a86765b4a6b4d
+SHA1 (patch-ac) = d79acc2997b95d3844501ed0f4e767beac6b90ad
SHA1 (patch-ad) = 0476574e5165030d1a4589ed28c8445444e99384
diff --git a/www/skipstone/patches/patch-ac b/www/skipstone/patches/patch-ac
index a22901be427..6ebca7c7067 100644
--- a/www/skipstone/patches/patch-ac
+++ b/www/skipstone/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.2 2002/01/24 13:47:03 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2002/03/10 10:47:17 jmc Exp $
---- src/skipstone.orig Fri Dec 28 23:27:52 2001
-+++ src/skipstone
+--- src/skipstone.orig Wed Feb 6 07:42:16 2002
++++ src/skipstone Sun Mar 10 10:35:49 2002
@@ -1,29 +1,3 @@
--#!/bin/bash
+ #!/bin/sh
-if test -n "$MOZILLA_FIVE_HOME"; then
- LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
@@ -32,6 +32,5 @@ $NetBSD: patch-ac,v 1.2 2002/01/24 13:47:03 wiz Exp $
-else
- exec skipstone-bin $@
-fi
-+#!/bin/sh
+export MOZILLA_FIVE_HOME=@PREFIX@/lib/mozilla
+exec skipstone-bin $@