pkgsrc/mail/claws-mail-dillo-viewer/Makefile
smb 4560341e89 Update claws-mail to 3.0.2:
* Bug fixes:
        o bug 1320, 'Memory leak caused by gtk_container_get_children'
        o bug 1321, 'access before allocation when scanning for uris'
        o bug 1324, 'Corrupted IMAP cache'
        o bug 1327, 'segfault when replying to a non-existent news
                     message'
        o bug 1329, 'error in quicksearch.c'
        o bug 1334, 'user defined mail incorporation script not run'
        o bug 1336, 'Segfault if empty space before search-string'
        o bug 1337, 'Crash on removing uncached emails'
        o Prevent unquoted mime boundaries, by always using a /
        o Remove unnecessary error when cancelling export to mbox.
        o MAEMO: make all Folder Properties pages visible
        o MAEMO: fix overlapping buttons in Edit Accounts page

Also update the version dependencies of all plug-ins.  The reality
of the numbering for standard plug-ins was different than had been
assumed, and the actual published dependencies were more complex tha
was captured by the previous structure.
2007-10-23 20:16:50 +00:00

20 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/10/23 20:16:52 smb Exp $
#
PLUGIN_NAME= dillo_viewer
PLUG_VER= 3.0.1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Plugin to use the Dillo web browser for html rendering
PKGREVISION= 2
CONFIGURE_ARGS+= --enable-dillo_viewer-plugin
DEPENDS+= claws-mail>=3.0.1:../../mail/claws-mail
DEPENDS+= dillo>=0.8.6nb2:../../www/dillo
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"