diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-29 17:58:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-29 17:58:34 +0000 |
commit | dc3ab1f62c0020b555aeaf9a5a7546574f0dad2f (patch) | |
tree | ca5f398e072756cb86c0848fe5fcd5dfc50e8dc3 /mail/claws-mail-pgpmime | |
parent | 82e7fae70ed87340610e59870e2787058ce18294 (diff) | |
download | pkgsrc-dc3ab1f62c0020b555aeaf9a5a7546574f0dad2f.tar.gz |
update to 3.7.7 (and sync plugins)
changes:
-Enable building with GTK+ 2.22
-QuickSearch can now be run from the command line
-Added a hidden option to set a margin in the text area of the
Compose window
-updated manual and man page
-bugfixes
-translation updates
pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
Diffstat (limited to 'mail/claws-mail-pgpmime')
-rw-r--r-- | mail/claws-mail-pgpmime/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/claws-mail-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile index 2effe0e3f00..4691393d9d3 100644 --- a/mail/claws-mail-pgpmime/Makefile +++ b/mail/claws-mail-pgpmime/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2010/11/15 22:57:45 abs Exp $ +# $NetBSD: Makefile,v 1.16 2010/11/29 17:58:37 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir PLUGIN_NAME= pgpmime .include "../../mail/claws-mail/plugins.mk" -PKGREVISION= 3 - -MAINTAINER= smb@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles PGP/MIME signed and/or encrypted mails CONFIGURE_ARGS+= --enable-gpgme |