View | Details | Raw Unified | Return to bug 78697
Collapse All | Expand All

(-)seahorse/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	seahorse
8
PORTNAME=	seahorse
9
PORTVERSION=	0.7.5
9
PORTVERSION=	0.7.6
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7
12
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7
(-)seahorse/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gnome2/seahorse-0.7.5.tar.bz2) = aa113297dbc5525a4853e73bedb9af45
1
MD5 (gnome2/seahorse-0.7.6.tar.bz2) = b0a0942faabc1dd9367b4bea9cdd9c4a
2
SIZE (gnome2/seahorse-0.7.5.tar.bz2) = 937238
2
SIZE (gnome2/seahorse-0.7.6.tar.bz2) = 1088531
(-)seahorse/files/patch-libseahorse_seahorse-gpg-options.c (-11 lines)
Lines 1-11 Link Here
1
--- libseahorse/seahorse-gpg-options.c.orig	Wed Jan 26 12:11:42 2005
2
+++ libseahorse/seahorse-gpg-options.c	Wed Jan 26 12:11:57 2005
3
@@ -31,7 +31,7 @@
4
 #include "seahorse-gpg-options.h"
5
 
6
 #define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
7
-#define  GPG_VERSION_PREFIX   "1.2."
8
+#define  GPG_VERSION_PREFIX   "1.4."
9
 
10
 static gchar gpg_homedir[MAXPATHLEN];
11
 static gboolean gpg_options_inited = FALSE;
(-)seahorse/files/patch-libseahorse_seahorse-widget.c (-11 lines)
Lines 1-11 Link Here
1
--- libseahorse/seahorse-widget.c.orig	Mon Dec 13 23:49:49 2004
2
+++ libseahorse/seahorse-widget.c	Mon Dec 13 23:49:57 2004
3
@@ -197,7 +197,7 @@
4
 {
5
 	//error check help
6
 	if (g_str_equal (swidget->name, "key-manager"))
7
-		gnome_help_display (PACKAGE, "toc", NULL);
8
+		gnome_help_display (PACKAGE, NULL, NULL);
9
 	else
10
 		gnome_help_display (PACKAGE, swidget->name, NULL);
11
 }
(-)seahorse/pkg-plist (-4 / +4 lines)
Lines 36-52 Link Here
36
share/gnome/seahorse/glade/seahorse-generate-select.glade
36
share/gnome/seahorse/glade/seahorse-generate-select.glade
37
share/gnome/seahorse/glade/seahorse-key-manager.glade
37
share/gnome/seahorse/glade/seahorse-key-manager.glade
38
share/gnome/seahorse/glade/seahorse-key-properties.glade
38
share/gnome/seahorse/glade/seahorse-key-properties.glade
39
share/gnome/seahorse/glade/seahorse-keyserver-results.glade
40
share/gnome/seahorse/glade/seahorse-keyserver-search.glade
39
share/gnome/seahorse/glade/seahorse-multi-encrypt.glade
41
share/gnome/seahorse/glade/seahorse-multi-encrypt.glade
40
share/gnome/seahorse/glade/seahorse-passphrase.glade
42
share/gnome/seahorse/glade/seahorse-passphrase.glade
41
share/gnome/seahorse/glade/seahorse-pgp-preferences.glade
43
share/gnome/seahorse/glade/seahorse-pgp-preferences.glade
42
share/gnome/seahorse/glade/seahorse-preferences.glade
44
share/gnome/seahorse/glade/seahorse-prefs.glade
43
share/gnome/seahorse/glade/seahorse-recipients.glade
45
share/gnome/seahorse/glade/seahorse-recipients.glade
44
share/gnome/seahorse/glade/seahorse-revoke.glade
46
share/gnome/seahorse/glade/seahorse-revoke.glade
45
share/gnome/seahorse/glade/seahorse-sign.glade
47
share/gnome/seahorse/glade/seahorse-sign.glade
46
share/gnome/seahorse/glade/seahorse-signatures.glade
48
share/gnome/seahorse/glade/seahorse-signatures.glade
47
share/mime/application/pgp-encrypted.xml
49
share/gnome/seahorse/glade/seahorse-signer.glade
48
share/mime/application/pgp-keys.xml
49
share/mime/application/pgp-signature.xml
50
share/mime/packages/seahorse.xml
50
share/mime/packages/seahorse.xml
51
share/locale/az/LC_MESSAGES/seahorse.mo
51
share/locale/az/LC_MESSAGES/seahorse.mo
52
share/locale/ca/LC_MESSAGES/seahorse.mo
52
share/locale/ca/LC_MESSAGES/seahorse.mo

Return to bug 78697