diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-07 09:01:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-07 09:01:59 +0000 |
commit | 579f3815a85c1f98f0445d4bf3f9819fcdfe7a6f (patch) | |
tree | a04a2e0415b98dffa4611d2016d1e1541b4591d0 /mail | |
parent | 4e8d63bcc7b096f01564f150bc1c917487aff897 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 8 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 6 | ||||
-rw-r--r-- | mail/claws-mail-notification/files/patch-src_notification_lcdproc.c | 10 |
3 files changed, 17 insertions, 7 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index d6fe20894f93..7ff5f1a07e3c 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,8 +6,7 @@ # PORTNAME= notification -PORTVERSION= 0.11 -PORTREVISION= 2 +PORTVERSION= 0.12 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -25,7 +24,7 @@ USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} + --with-libintl-prefix=${LOCALBASE} PLIST_FILES= lib/claws-mail/plugins/notification_plugin.a \ lib/claws-mail/plugins/notification_plugin.la \ @@ -34,6 +33,7 @@ PLIST_FILES= lib/claws-mail/plugins/notification_plugin.a \ share/locale/cs/LC_MESSAGES/notification_plugin.mo \ share/locale/hu/LC_MESSAGES/notification_plugin.mo \ share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \ - share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo + share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo \ + share/locale/fi/LC_MESSAGES/notification_plugin.mo .include <bsd.port.mk> diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo index 6fc2638c1874..cbb62a9e5760 100644 --- a/mail/claws-mail-notification/distinfo +++ b/mail/claws-mail-notification/distinfo @@ -1,3 +1,3 @@ -MD5 (notification_plugin-0.11.tar.gz) = 65f26984d6a4099061f3131489446f17 -SHA256 (notification_plugin-0.11.tar.gz) = 1e850ea50b4f4f3c919b4c98eb5f26819b5dc3d280d2d718f2d67d6fc8949d3a -SIZE (notification_plugin-0.11.tar.gz) = 436031 +MD5 (notification_plugin-0.12.tar.gz) = 551bc628181c8d2156e080efaaf6578e +SHA256 (notification_plugin-0.12.tar.gz) = 4e1248edc19fa63a7568e3a6fb054fa399f01b86adedd7f2fc07d49a1deee1a0 +SIZE (notification_plugin-0.12.tar.gz) = 460053 diff --git a/mail/claws-mail-notification/files/patch-src_notification_lcdproc.c b/mail/claws-mail-notification/files/patch-src_notification_lcdproc.c new file mode 100644 index 000000000000..c1a47d0d416e --- /dev/null +++ b/mail/claws-mail-notification/files/patch-src_notification_lcdproc.c @@ -0,0 +1,10 @@ +--- src/notification_lcdproc.c.orig 2007-09-07 10:53:20.000000000 +0200 ++++ src/notification_lcdproc.c 2007-09-07 10:53:34.000000000 +0200 +@@ -28,6 +28,7 @@ + #include "gettext.h" + + #include <string.h> ++#include <sys/socket.h> + + #define NOTIFICATION_LCDPROC_BUFFER_SIZE 8192 + |