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 | |
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')
-rw-r--r-- | mail/claws-mail/Makefile | 7 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-src-wizard.c | 19 |
3 files changed, 5 insertions, 25 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index b2b89c4c9e07..1bcc18c43618 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -6,14 +6,15 @@ # PORTNAME= claws-mail -PORTVERSION= 3.7.9 -PORTREVISION= 2 +PORTVERSION= 3.7.10 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= A lightweight and very featureful GTK+ based e-mail and news client +LICENSE= GPLv3 + LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ cairo:${PORTSDIR}/graphics/cairo \ expat:${PORTSDIR}/textproc/expat2 \ @@ -26,8 +27,6 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= sylpheed-claws -LICENSE= GPLv3 - USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index 5cb3b4c0e180..d9d6f79b4b83 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.7.9.tar.bz2) = b3a5d91e25dd0230c21be4163c275869377d220843b57137f97e0ecb4ef776c3 -SIZE (claws-mail-3.7.9.tar.bz2) = 7086757 +SHA256 (claws-mail-3.7.10.tar.bz2) = 5c4119630e4b0b3d1486f3d96ef847a48c1389ef6426d6b5d6e6545413721638 +SIZE (claws-mail-3.7.10.tar.bz2) = 7165265 diff --git a/mail/claws-mail/files/patch-src-wizard.c b/mail/claws-mail/files/patch-src-wizard.c deleted file mode 100644 index 2e2c957c5e4f..000000000000 --- a/mail/claws-mail/files/patch-src-wizard.c +++ /dev/null @@ -1,19 +0,0 @@ -Index: src/wizard.c -=================================================================== -RCS file: //claws/src/Attic/wizard.c,v -retrieving revision 1.1.2.83 -retrieving revision 1.1.2.84 -diff -u -r1.1.2.83 -r1.1.2.84 ---- src/wizard.c 2 Mar 2011 21:23:38 -0000 1.1.2.83 -+++ src/wizard.c 3 Jul 2011 17:24:06 -0000 1.1.2.84 -@@ -1253,8 +1253,8 @@ - GtkWidget *hbox; - GtkWidget *hbox_spc; - GtkWidget *smtp_auth_table; --#ifdef USE_GNUTLS - GtkWidget *label; -+#ifdef USE_GNUTLS - GtkWidget *button; - GtkWidget *smtp_cert_table; - #endif - |