diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-08-10 23:28:57 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-08-10 23:28:57 +0800 |
commit | 9be11470d8d286c90c5b09aa769aa28480fd0889 (patch) | |
tree | 13e3b97ca019fdf18041589245e119f8f05bb5cf /mail | |
parent | af0ca1c4de6b0dacd6dd6889e6821651b55e2012 (diff) | |
download | freebsd-ports-gnome-9be11470d8d286c90c5b09aa769aa28480fd0889.tar.gz freebsd-ports-gnome-9be11470d8d286c90c5b09aa769aa28480fd0889.tar.zst freebsd-ports-gnome-9be11470d8d286c90c5b09aa769aa28480fd0889.zip |
- Fix a bug in the Gmail properties code
- Switch back to the traditional Savannah master site, which is now
operational again
Approved by: portmgr (clement)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-notification/Makefile | 6 | ||||
-rw-r--r-- | mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 236b74bd0ae4..c7278aacdeaa 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,10 +7,10 @@ PORTNAME= mail-notification PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 -#MASTER_SITES= ${MASTER_SITE_SAVANNAH} -#MASTER_SITE_SUBDIR= mailnotify -MASTER_SITES= http://www.nongnu.org/mailnotify/downloads/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@FreeBSD.org COMMENT= A mail notification for freedesktop.org-compliant system trays diff --git a/mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c b/mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c new file mode 100644 index 000000000000..1ae37750b18c --- /dev/null +++ b/mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c @@ -0,0 +1,11 @@ +--- src/mn-gmail-mailbox-properties.c.orig Tue Aug 9 22:01:56 2005 ++++ src/mn-gmail-mailbox-properties.c Wed Aug 10 14:29:05 2005 +@@ -180,7 +180,7 @@ + GTK_ENTRY(auth->password_entry), + NULL); + +- g_signal_connect(auth->username_entry, "changed", G_CALLBACK(mn_mailbox_properties_notify_default_name), self); ++ g_signal_connect_swapped(auth->username_entry, "changed", G_CALLBACK(mn_mailbox_properties_notify_default_name), self); + + #line 186 "mn-gmail-mailbox-properties.c" + } |