2008-01-05 12:04:21 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2008/01/05 11:04:21 rillig Exp $
|
2007-08-03 04:34:35 +02:00
|
|
|
#
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
|
|
|
|
|
|
DISTNAME= claws-mail-pgp-${CLAWS_VERSION}
|
|
|
|
CATEGORIES= mail security
|
2008-01-05 12:04:21 +01:00
|
|
|
MASTER_SITES= # none
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
|
|
COMMENT= Metapackage for the PGP plug-in for Claws-mail
|
|
|
|
|
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 22:16:50 +02:00
|
|
|
DEPENDS+= claws-mail-pgpcore-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpcore
|
|
|
|
DEPENDS+= claws-mail-pgpmime-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpmime
|
|
|
|
DEPENDS+= claws-mail-pgpinline-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpinline
|
2007-08-03 04:34:35 +02:00
|
|
|
|
2008-01-05 12:04:21 +01:00
|
|
|
META_PACKAGE= yes
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|