diff options
author | pawel <pawel@FreeBSD.org> | 2011-08-30 01:15:09 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-08-30 01:15:09 +0800 |
commit | afc1d6895a9abb33ade74e55a856f624ebe2595e (patch) | |
tree | 9a0898df80e57f8e8234ebb93260379c520c0f01 /mail/claws-mail-newmail | |
parent | 054c7bef0712f30f7be257bce872d212ec093300 (diff) | |
download | freebsd-ports-gnome-afc1d6895a9abb33ade74e55a856f624ebe2595e.tar.gz freebsd-ports-gnome-afc1d6895a9abb33ade74e55a856f624ebe2595e.tar.zst freebsd-ports-gnome-afc1d6895a9abb33ade74e55a856f624ebe2595e.zip |
- update to 3.7.10 release
- fix portlint warnings
- bump plugins with no new distfiles
Approved by: miwi,wen (mentors implicit)
Diffstat (limited to 'mail/claws-mail-newmail')
-rw-r--r-- | mail/claws-mail-newmail/Makefile | 8 | ||||
-rw-r--r-- | mail/claws-mail-newmail/files/patch-src_newmail.c | 10 |
2 files changed, 4 insertions, 14 deletions
diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index 72e771ee7612..f0a9be84c4cc 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= newmail PORTVERSION= 0.0.15 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,11 +15,11 @@ PKGNAMEPREFIX= claws-mail- MAINTAINER= pawel@FreeBSD.org COMMENT= Message header summary logging plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail - LICENSE= GPLv3 +BUILD_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail + USE_GMAKE= yes USE_AUTOTOOLS= autoconf MAKE_JOBS_SAFE= yes diff --git a/mail/claws-mail-newmail/files/patch-src_newmail.c b/mail/claws-mail-newmail/files/patch-src_newmail.c deleted file mode 100644 index ff117a88b7f6..000000000000 --- a/mail/claws-mail-newmail/files/patch-src_newmail.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/newmail.c.orig 2008-10-04 19:08:42.000000000 +0200 -+++ src/newmail.c 2008-10-04 19:08:52.000000000 +0200 -@@ -25,6 +25,7 @@ - - #include <glib.h> - #include <glib/gi18n.h> -+#include <inttypes.h> - - #include "version.h" - #include "claws.h" |