summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-08-10 15:28:57 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-08-10 15:28:57 +0000
commit0499b9b03ae0cd7058679f87ca5ae90981a47740 (patch)
treef7759a36e9c2b61ce25a448df6c2312007e23ba1 /mail
parent- Rename USER and GROUP variables to PHPUA_USER and PHPUA_GROUP to avoid (diff)
- 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)
Notes
Notes: svn path=/head/; revision=140833
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile6
-rw-r--r--mail/mail-notification/files/patch-src_mn-gmail-mailbox-properties.c11
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"
+ }