View | Details | Raw Unified | Return to bug 275236 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/claws-mail-fancy/Makefile (+19 lines)
Added Link Here
1
# Created by: Pawel Pekala <c0rn@o2.pl>
2
3
PORTNAME=	fancy
4
5
COMMENT=	Webkit based HTML renderer plugin for Claws Mail
6
7
.include "../claws-mail/Makefile.ver"
8
9
.if ${MASTER_OPTIONS:MGTK2}
10
BROKEN=	does not build for GTK2 version
11
.endif
12
.if ${MASTER_OPTIONS:MGTK3}
13
LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3
14
.endif
15
16
CLAWS_PLUGINS_BUILD=	${PORTNAME}
17
18
.include "${.CURDIR}/../claws-mail/Makefile.claws"
19
.include <bsd.port.mk>
(-)b/mail/claws-mail-fancy/pkg-descr (+3 lines)
Added Link Here
1
This plugin renders HTML e-mail using the WebKit library.
2
3
WWW: https://www.claws-mail.org/plugins.php
(-)b/mail/claws-mail-gdata/Makefile (-3 / +1 lines)
Lines 3-11 PORTNAME= gdata Link Here
3
COMMENT=	Plugin providing Google Contacts in the Tab-address completion
3
COMMENT=	Plugin providing Google Contacts in the Tab-address completion
4
WWW=		https://www.claws-mail.org/plugin.php?plugin=gdata
4
WWW=		https://www.claws-mail.org/plugin.php?plugin=gdata
5
5
6
LIB_DEPENDS=	libgdata.so:devel/libgdata
6
BROKEN=	temporarily removed from Claws Mail build
7
8
CLAWS_PLUGINS_BUILD=	${PORTNAME}
9
7
10
.include "../claws-mail/Makefile.claws"
8
.include "../claws-mail/Makefile.claws"
11
.include <bsd.port.mk>
9
.include <bsd.port.mk>
(-)b/mail/claws-mail-litehtml_viewer/Makefile (-10 / +1 lines)
Lines 3-18 PORTNAME= litehtml_viewer Link Here
3
COMMENT=	Viewer plugin for HTML emails, using the litehtml library
3
COMMENT=	Viewer plugin for HTML emails, using the litehtml library
4
WWW=		https://www.claws-mail.org/plugins.php
4
WWW=		https://www.claws-mail.org/plugins.php
5
5
6
USES+=		compiler:c++11-lang gnome
6
BROKEN=	requires newer libgumbo, not yet ported
7
USE_GNOME=	cairo glib20
8
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
9
		libgumbo.so:devel/gumbo \
10
		libcurl.so:ftp/curl
11
12
CLAWS_PLUGINS_BUILD=	${PORTNAME}
13
14
post-configure:
15
	@${RM} ${WRKSRC}/version
16
7
17
.include "../claws-mail/Makefile.claws"
8
.include "../claws-mail/Makefile.claws"
18
.include <bsd.port.mk>
9
.include <bsd.port.mk>
(-)b/mail/claws-mail-plugins/Makefile (+3 lines)
Lines 15-22 CLAWS_PLUGINS+= pgp Link Here
15
15
16
.for _addon in ${CLAWS_PLUGINS:O}
16
.for _addon in ${CLAWS_PLUGINS:O}
17
. if exists(../claws-mail-${_addon})
17
. if exists(../claws-mail-${_addon})
18
_BROKEN!=	${MAKE} -C ../claws-mail-${_addon} -V BROKEN
19
.  if ${_BROKEN} == ""
18
OPTIONS_DEFINE+=	${_addon:tu}
20
OPTIONS_DEFINE+=	${_addon:tu}
19
${_addon:tu}_DESC!=	${MAKE} -C ../claws-mail-${_addon} -V COMMENT
21
${_addon:tu}_DESC!=	${MAKE} -C ../claws-mail-${_addon} -V COMMENT
22
.  endif
20
. endif
23
. endif
21
.endfor
24
.endfor
22
25
(-)b/mail/claws-mail/Makefile.ver (-2 / +2 lines)
Lines 3-10 MASTER_OPTIONS!= ${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS Link Here
3
.endif
3
.endif
4
4
5
.if ${MASTER_OPTIONS:MGTK2}
5
.if ${MASTER_OPTIONS:MGTK2}
6
PORTVERSION=	3.19.1
6
PORTVERSION=	3.20.0
7
.endif
7
.endif
8
.if ${MASTER_OPTIONS:MGTK3}
8
.if ${MASTER_OPTIONS:MGTK3}
9
PORTVERSION=	4.1.1
9
PORTVERSION=	4.2.0
10
.endif
10
.endif
(-)b/mail/claws-mail/distinfo (-5 / +6 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1691825727
1
TIMESTAMP = 1700554558
2
SHA256 (claws-mail-3.19.1.tar.xz) = ac57fa557cf15c62e5f8fad247585fc609f0a696f6da54ed42cc000b6c6d6813
2
SHA256 (claws-mail-3.20.0.tar.xz) = 1f2f3d2b2ca39c0c860c7afc5490c790936afbb50cf31debdb2beda728c8d6e5
3
SIZE (claws-mail-3.19.1.tar.xz) = 6580844
3
SIZE (claws-mail-3.20.0.tar.xz) = 6687376
4
SHA256 (claws-mail-4.1.1.tar.xz) = b189e700c1896f5e0deb0b76d4bfa820eb7ac1935ee10aa9afbada3cf53a0344
4
TIMESTAMP = 1700554614
5
SIZE (claws-mail-4.1.1.tar.xz) = 6523688
5
SHA256 (claws-mail-4.2.0.tar.xz) = 7c8ab1732d74197df06d61a6b7ebc7c580ecf6e92eb1ef6ae5b0107533f1af07
6
SIZE (claws-mail-4.2.0.tar.xz) = 6674872

Return to bug 275236