diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 5 | ||||
-rw-r--r-- | x11/yelp/distinfo | 6 | ||||
-rw-r--r-- | x11/yelp/files/patch-src_yelp-document.c | 16 |
3 files changed, 5 insertions, 22 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index e038a60b1..1640f37d8 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,12 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.127 2008/09/02 11:00:11 kwm Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.128 2008/09/12 00:30:18 marcus Exp $ # PORTNAME= yelp -PORTVERSION= 2.23.91 -PORTREVISION= 1 +PORTVERSION= 2.24.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index d92ce33bb..95bed6317 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/yelp-2.23.91.tar.bz2) = 32d4edbb5401e0745ecbdc2ac1101082 -SHA256 (gnome2/yelp-2.23.91.tar.bz2) = b228400009f734d0e9889fb27daa1cbe3ae5ac3fda604aaff4898b374406ff66 -SIZE (gnome2/yelp-2.23.91.tar.bz2) = 986591 +MD5 (gnome2/yelp-2.24.0.tar.bz2) = 15eb2f538d970600c1e0a461f7d88b55 +SHA256 (gnome2/yelp-2.24.0.tar.bz2) = 7566177d23c3cac7725981f2d04de22923499318a067044158cff17f43957a0a +SIZE (gnome2/yelp-2.24.0.tar.bz2) = 1023876 diff --git a/x11/yelp/files/patch-src_yelp-document.c b/x11/yelp/files/patch-src_yelp-document.c deleted file mode 100644 index a3dd9289d..000000000 --- a/x11/yelp/files/patch-src_yelp-document.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/yelp-document.c.orig 2008-09-11 20:20:59.000000000 -0400 -+++ src/yelp-document.c 2008-09-11 20:20:40.000000000 -0400 -@@ -748,6 +749,13 @@ request_idle_final (YelpDocument *docume - priv = document->priv; - - g_mutex_lock (priv->mutex); -+ -+ if (priv->reqs_pending == NULL) { -+ /* -+ Time to bail as we shouldn't be here anyway. -+ */ -+ return FALSE; -+ } - - for (cur = priv->reqs_pending; cur; cur = cur->next) { - request = cur->data; |