diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-27 23:52:07 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-27 23:52:07 +0000 |
| commit | c4d3bf1df482de7f1c2680dcf3337b21a9c63586 (patch) | |
| tree | 2e5b6743863b2c86eedaa2459e4da25a075e2924 /mail/claws-mail-etpan_privacy/files/patch-update-plugin-api | |
| parent | - Update to 0.7.1 (diff) | |
2007-10-31 www/vtiger4: This version is no longer supported by the developers
2007-12-01 www/xpi-surfkeys: Development has been ceased
2008-02-01 sysutils/eventwatcher: no active development
2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired
2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port
2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port
2008-01-22 benchmarks/tsung: "fails to install"
2007-10-03 games/ggo: developer's focus have moved elsewhere
2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers
Diffstat (limited to 'mail/claws-mail-etpan_privacy/files/patch-update-plugin-api')
| -rw-r--r-- | mail/claws-mail-etpan_privacy/files/patch-update-plugin-api | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api b/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api deleted file mode 100644 index be4b61e5c752..000000000000 --- a/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api +++ /dev/null @@ -1,30 +0,0 @@ -=================================================================== -RCS file: /pack/anoncvs/sylpheedclaws/plugins/etpan-privacy/src/plugin.c,v -retrieving revision 1.1.1.1.2.10 -retrieving revision 1.1.1.1.2.11 -diff -u -r1.1.1.1.2.10 -r1.1.1.1.2.11 ---- src/plugin.c 2006/12/15 19:06:14 1.1.1.1.2.10 -+++ src/plugin.c 2007/06/21 17:12:30 1.1.1.1.2.11 -@@ -46,7 +46,7 @@ - { - int r; - -- if( !check_plugin_version(MAKE_NUMERIC_VERSION(2, 6, 1, 41), -+ if( !check_plugin_version(MAKE_NUMERIC_VERSION(2,9,2,72), - VERSION_NUMERIC, _("etPan! Privacy"), error) ) - return -1; - -@@ -63,11 +63,12 @@ - return 0; - } - --void plugin_done(void) -+gboolean plugin_done(void) - { - etpan_privacy_prefs_done(); - etpan_privacy_done(); - debug_print(_("etPan! - Privacy plugin unloaded\n")); -+ return TRUE; - } - - const gchar *plugin_name(void) |
