diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-08 02:34:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-08 02:34:12 +0000 |
commit | 82364f3c97773af52c59402b03fdeec3b2437aee (patch) | |
tree | dd8dd987e8f393a402b2beae01c7cecde3b7f47f /security/seahorse | |
parent | 957a502756f250129574804b37d9a86b0cd8d181 (diff) | |
download | ports-82364f3c97773af52c59402b03fdeec3b2437aee.tar.gz ports-82364f3c97773af52c59402b03fdeec3b2437aee.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 5 | ||||
-rw-r--r-- | security/seahorse/distinfo | 4 | ||||
-rw-r--r-- | security/seahorse/files/patch-agent_seahorse-agent-io.c | 12 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 1 |
4 files changed, 11 insertions, 11 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 24a0959a8c81..0ed306e194df 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -6,11 +6,10 @@ # PORTNAME= seahorse -PORTVERSION= 0.7.9 -PORTREVISION= 2 +PORTVERSION= 0.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 +MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 6ce256acec29..d6761062b3b4 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/seahorse-0.7.9.tar.bz2) = 67158777084e537145ba42d0b5ca199d -SIZE (gnome2/seahorse-0.7.9.tar.bz2) = 1138765 +MD5 (gnome2/seahorse-0.8.tar.bz2) = b8c4878cdcbf57e9885583672934772c +SIZE (gnome2/seahorse-0.8.tar.bz2) = 946453 diff --git a/security/seahorse/files/patch-agent_seahorse-agent-io.c b/security/seahorse/files/patch-agent_seahorse-agent-io.c index 73f68960ed3f..4ecd849405c7 100644 --- a/security/seahorse/files/patch-agent_seahorse-agent-io.c +++ b/security/seahorse/files/patch-agent_seahorse-agent-io.c @@ -1,6 +1,6 @@ ---- agent/seahorse-agent-io.c.orig Fri Jan 28 15:52:18 2005 -+++ agent/seahorse-agent-io.c Fri Jan 28 15:54:19 2005 -@@ -377,12 +377,18 @@ +--- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005 ++++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005 +@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi gsize length; GError *err = NULL; gboolean ret = TRUE; @@ -21,12 +21,12 @@ g_critical ("couldn't read from socket: %s", err->message); g_clear_error (&err); free_conn (cn); -@@ -398,7 +404,7 @@ +@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi g_free (string); } -- if (condition & G_IO_HUP) { -+ else if (condition & G_IO_HUP) { +- if (cn && condition & G_IO_HUP) { ++ else if (cn && condition & G_IO_HUP) { free_conn (cn); ret = FALSE; /* removes watch */ } diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 3bdcce72b2a1..8c1d78624531 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -79,6 +79,7 @@ share/locale/ja/LC_MESSAGES/seahorse.mo share/locale/ml/LC_MESSAGES/seahorse.mo share/locale/ms/LC_MESSAGES/seahorse.mo share/locale/nb/LC_MESSAGES/seahorse.mo +share/locale/ne/LC_MESSAGES/seahorse.mo share/locale/nl/LC_MESSAGES/seahorse.mo share/locale/no/LC_MESSAGES/seahorse.mo share/locale/pa/LC_MESSAGES/seahorse.mo |