Subject: pkg/34303: [update] sylpheed-claws-dillo-viewer for new sylpheed-claws 2.4.0
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <netbsd@unixfreunde.de>
List: pkgsrc-bugs
Date: 08/27/2006 19:50:00
>Number:         34303
>Category:       pkg
>Synopsis:       [update] sylpheed-claws-dillo-viewer for new sylpheed-claws 2.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 27 19:50:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 24 06:00:32 UTC 2006
	builds@b0.netbsd.org:/home/builds/ab/netbsd-4/i386/200608230000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Fix withspaces
- Switch to gtk2
- Fix dillo depends
- Add libetpan as new depends
- Bump PORTREVISION
- Maintainer is CC'd

Notes: this update is for  34302


>How-To-Repeat:





>Fix:


--- sylpheed-claws-dillo-viewer.diff begins here ---
$NetBSD$

Common subdirectories: sylpheed-claws-dillo-viewer.orig/CVS and sylpheed-claws-dillo-viewer/CVS
diff -p -U 3 sylpheed-claws-dillo-viewer.orig/Makefile sylpheed-claws-dillo-viewer/Makefile
--- sylpheed-claws-dillo-viewer.orig/Makefile	2006-08-27 19:24:44.000000000 +0200
+++ sylpheed-claws-dillo-viewer/Makefile
@@ -4,14 +4,15 @@
 PLUGIN_NAME=	dillo_viewer
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=	1
+PKGREVISION=	2
 MAINTAINER=	cube@NetBSD.org
 COMMENT=	Plugin to allow Sylpheed-claws to render HTML attachments
 
-DEPENDS+=	dillo>=0.7.2:../../www/dillo
+DEPENDS+=	dillo>=0.8.6:../../www/dillo
 
 CONFIGURE_ARGS+=	--enable-dillo-viewer-plugin
 
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mail/libetpan/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
--- sylpheed-claws-dillo-viewer.diff ends here ---