diff options
author | chris <chris> | 2005-03-06 16:45:47 +0000 |
---|---|---|
committer | chris <chris> | 2005-03-06 16:45:47 +0000 |
commit | e0fb079016575d0c84561d98de1654f4275c7f4d (patch) | |
tree | 6ab3b2f1f209d65cf7f3ea019c2c35c11cfcb406 /mail/sylpheed-claws-trayicon | |
parent | 6802b587db0f44ea4d579d20a339ec594bd3932c (diff) | |
download | pkgsrc-e0fb079016575d0c84561d98de1654f4275c7f4d.tar.gz |
Fix pr pkg/29168.
Update sylpheed-claws to 1.0.1. Taking the patch to use autoconf to regen
the configure script, rather than having to keep patch-ab uptodate.
Also remove PKGREVSION from plugins, they should be able to just ride the
main sylpheed-claws updates.
I also suspect that pgpmime should be converted to a plugin, rather than
being part of the main sylpheed package. (it would remove a dependancy on
gpgme) However it seems to install header files, which would complicate
making it a plugin package.
Also fix pkglint warning about MESSAGE.plugins, the = line was only 74,
not 75 chars in length.
Diffstat (limited to 'mail/sylpheed-claws-trayicon')
-rw-r--r-- | mail/sylpheed-claws-trayicon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sylpheed-claws-trayicon/Makefile b/mail/sylpheed-claws-trayicon/Makefile index cf575c16794..155cf15fa9a 100644 --- a/mail/sylpheed-claws-trayicon/Makefile +++ b/mail/sylpheed-claws-trayicon/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/06 16:45:47 chris Exp $ # PLUGIN_NAME= trayicon .include "../../mail/sylpheed-claws/plugins.mk" -PKGREVISION= 4 - MAINTAINER= cube@NetBSD.org COMMENT= Plugin to make Sylpheed-claws display an icon in the system tray |