diff options
-rw-r--r-- | www/liferea/Makefile | 4 | ||||
-rw-r--r-- | www/liferea/distinfo | 9 | ||||
-rw-r--r-- | www/liferea/patches/patch-aa | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 2010cbdd66e..003608aa6d9 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2006/07/24 20:36:39 drochner Exp $ +# $NetBSD: Makefile,v 1.44 2006/08/03 17:51:55 drochner Exp $ -DISTNAME= liferea-1.0.18 +DISTNAME= liferea-1.0.19 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} diff --git a/www/liferea/distinfo b/www/liferea/distinfo index 76667404381..6a9028c73be 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.26 2006/07/24 20:36:39 drochner Exp $ +$NetBSD: distinfo,v 1.27 2006/08/03 17:51:55 drochner Exp $ -SHA1 (liferea-1.0.18.tar.gz) = 068789e9bb119a2b18310245e091aba677f39b73 -RMD160 (liferea-1.0.18.tar.gz) = b4030b89b48c518e187543511207880fa50a81f2 -Size (liferea-1.0.18.tar.gz) = 1577664 bytes -SHA1 (patch-aa) = 9e906b345d9b00c8e0bfbeb8424244b5cad2ceca +SHA1 (liferea-1.0.19.tar.gz) = 50f8481a1cf8bee5dd8f11f88663f43ee3959c12 +RMD160 (liferea-1.0.19.tar.gz) = 56fa241cd27a577feeae761ef79f9b6980df58d0 +Size (liferea-1.0.19.tar.gz) = 1578161 bytes diff --git a/www/liferea/patches/patch-aa b/www/liferea/patches/patch-aa deleted file mode 100644 index cc20925b3bd..00000000000 --- a/www/liferea/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2006/07/24 20:36:39 drochner Exp $ - ---- src/callbacks.c.orig 2006-07-22 16:22:03.000000000 +0200 -+++ src/callbacks.c -@@ -139,7 +139,7 @@ void ui_init(int mainwindowState) { - g_print("DBUS disabled by user request..."); - } - #else -- debug0("Compiled without DBUS support."); -+ debug0(DEBUG_GUI, "Compiled without DBUS support."); - #endif - - /* setup one minute timer for automatic updating, and try updating now */ |