diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-29 17:15:09 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-08-29 17:15:09 +0000 |
commit | 6d6d4dd41aa933130dd3c7fd78ece57164a71047 (patch) | |
tree | 281d1480d6b8393f15c0bee5624ff89ef645be7e /mail/claws-mail | |
parent | a02509c1cc9afb977337e9ec58ba814458064147 (diff) |
Notes
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 - |