summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-02-07 00:41:02 +0000
committerreed <reed@pkgsrc.org>2004-02-07 00:41:02 +0000
commit3212a186b3a1812a5603440549cde41a23b70b25 (patch)
tree3f5a4f54d0de05585d683655ee7242db18ea6181 /www
parent909ff039003636071da21a98b6ee4b4858c9f970 (diff)
downloadpkgsrc-3212a186b3a1812a5603440549cde41a23b70b25.tar.gz
Back out my change for the mkdir() fix. It made it so the
favicons would not be cached and epiphany would hang. Sorry. It hasn't been long so I decreased my PKGREVISION bump. jmmv@ suggested that adding a wrapper around mkdir(2).
Diffstat (limited to 'www')
-rw-r--r--www/epiphany/Makefile4
-rw-r--r--www/epiphany/distinfo3
-rw-r--r--www/epiphany/patches/patch-ab13
3 files changed, 3 insertions, 17 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 60f46f322a9..228908751b5 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/02/06 23:53:21 reed Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/07 00:41:02 reed Exp $
#
DISTNAME= epiphany-1.0.7
-PKGREVISION= 2
+PKGREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.0/}
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index 540d42346e8..87b2ab95a6c 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/02/06 23:53:21 reed Exp $
+$NetBSD: distinfo,v 1.3 2004/02/07 00:41:02 reed Exp $
SHA1 (epiphany-1.0.7.tar.gz) = 8fc6e5cab2acc1013f719bfe1deed0c245b2e1ce
Size (epiphany-1.0.7.tar.gz) = 2908935 bytes
SHA1 (patch-aa) = fd49611defe1885c41d853cadfb49ff8f42892a4
-SHA1 (patch-ab) = 358851634e45c4e8dbe4305b670712a17a2c4d17
diff --git a/www/epiphany/patches/patch-ab b/www/epiphany/patches/patch-ab
deleted file mode 100644
index 2275240ed6a..00000000000
--- a/www/epiphany/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/02/06 23:53:21 reed Exp $
-
---- embed/ephy-favicon-cache.c.orig Fri Feb 6 14:55:43 2004
-+++ embed/ephy-favicon-cache.c Fri Feb 6 14:56:08 2004
-@@ -263,7 +263,7 @@
- NULL);
-
- cache->priv->directory = g_build_filename (ephy_dot_dir (),
-- "favicon_cache/",
-+ "favicon_cache",
- NULL);
-
- if (g_file_test (cache->priv->directory, G_FILE_TEST_IS_DIR) == FALSE)