diff options
author | reed <reed> | 2004-02-07 00:41:02 +0000 |
---|---|---|
committer | reed <reed> | 2004-02-07 00:41:02 +0000 |
commit | 02c326013ee530af1bdf6a7e0aea846c112c12d6 (patch) | |
tree | 3f5a4f54d0de05585d683655ee7242db18ea6181 /www/epiphany | |
parent | 318d8617bd8fecfccde6d3399d6c55646a573489 (diff) | |
download | pkgsrc-02c326013ee530af1bdf6a7e0aea846c112c12d6.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/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/distinfo | 3 | ||||
-rw-r--r-- | www/epiphany/patches/patch-ab | 13 |
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) |