mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/claws-mail: upgrade to 3.19.1 and 4.1.1.
PR: ports/273090 Approved by: maintainer
This commit is contained in:
parent
355374a1f6
commit
01c420e177
7 changed files with 7 additions and 26 deletions
|
@ -1,5 +1,4 @@
|
||||||
PORTNAME= clamd
|
PORTNAME= clamd
|
||||||
PORTREVISION= 1
|
|
||||||
|
|
||||||
COMMENT= ClamAV based antivirus plugin for Claws Mail
|
COMMENT= ClamAV based antivirus plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugins.php
|
WWW= https://www.claws-mail.org/plugins.php
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PORTNAME= pdf_viewer
|
PORTNAME= pdf_viewer
|
||||||
PORTREVISION= 10
|
|
||||||
|
|
||||||
COMMENT= PDF and PostScript viewer plugin for Claws Mail
|
COMMENT= PDF and PostScript viewer plugin for Claws Mail
|
||||||
WWW= https://www.claws-mail.org/plugin.php?plugin=pdf_viewer
|
WWW= https://www.claws-mail.org/plugin.php?plugin=pdf_viewer
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PORTNAME= claws-mail
|
PORTNAME= claws-mail
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= mail news
|
CATEGORIES= mail news
|
||||||
|
|
||||||
COMMENT= Lightweight and featureful GTK+ based e-mail and news client
|
COMMENT= Lightweight and featureful GTK+ based e-mail and news client
|
||||||
|
|
|
@ -13,10 +13,6 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static
|
||||||
.include "${.CURDIR}/../claws-mail/Makefile.ver"
|
.include "${.CURDIR}/../claws-mail/Makefile.ver"
|
||||||
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
|
.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins"
|
||||||
|
|
||||||
.if ${MASTER_OPTIONS:MGTK2}
|
|
||||||
EXTRA_PATCHES+= ${.CURDIR}/../claws-mail/files/extra-patch-configure.ac
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.for p in ${CLAWS_PLUGINS}
|
.for p in ${CLAWS_PLUGINS}
|
||||||
CONFIGURE_ARGS+= --disable-${p}-plugin
|
CONFIGURE_ARGS+= --disable-${p}-plugin
|
||||||
.endfor
|
.endfor
|
||||||
|
|
|
@ -3,8 +3,8 @@ MASTER_OPTIONS!= ${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MASTER_OPTIONS:MGTK2}
|
.if ${MASTER_OPTIONS:MGTK2}
|
||||||
PORTVERSION= 3.19.0
|
PORTVERSION= 3.19.1
|
||||||
.endif
|
.endif
|
||||||
.if ${MASTER_OPTIONS:MGTK3}
|
.if ${MASTER_OPTIONS:MGTK3}
|
||||||
PORTVERSION= 4.1.0
|
PORTVERSION= 4.1.1
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
TIMESTAMP = 1667251029
|
TIMESTAMP = 1691825727
|
||||||
SHA256 (claws-mail-3.19.0.tar.xz) = 0d0c757a9975da1f97bf5309cd051c18ad6c765fefe9319276aa3a9e48229fa2
|
SHA256 (claws-mail-3.19.1.tar.xz) = ac57fa557cf15c62e5f8fad247585fc609f0a696f6da54ed42cc000b6c6d6813
|
||||||
SIZE (claws-mail-3.19.0.tar.xz) = 6543188
|
SIZE (claws-mail-3.19.1.tar.xz) = 6580844
|
||||||
TIMESTAMP = 1667290477
|
SHA256 (claws-mail-4.1.1.tar.xz) = b189e700c1896f5e0deb0b76d4bfa820eb7ac1935ee10aa9afbada3cf53a0344
|
||||||
SHA256 (claws-mail-4.1.0.tar.xz) = 0e1a9ca0db8d2a9e058ae30cdc7fc919779214ec3c56ee0c8a7f88cc23817a8e
|
SIZE (claws-mail-4.1.1.tar.xz) = 6523688
|
||||||
SIZE (claws-mail-4.1.0.tar.xz) = 6471604
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- configure.ac.orig 2022-10-31 21:17:54 UTC
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -2116,7 +2116,7 @@ AM_CONDITIONAL(BUILD_DILLO_PLUGIN, test x"$enable_dil
|
|
||||||
AM_CONDITIONAL(BUILD_FANCY_PLUGIN, test x"$enable_fancy_plugin" != xno)
|
|
||||||
AM_CONDITIONAL(BUILD_FETCHINFO_PLUGIN, test x"$enable_fetchinfo_plugin" != xno)
|
|
||||||
AM_CONDITIONAL(BUILD_GDATA_PLUGIN, test x"$enable_gdata_plugin" != xno)
|
|
||||||
-AM_CONDITIONAL(BUILD_KEYWORD_WARNER_PLUGIN, test x"$enable_keywordwarner_plugin" != xno)
|
|
||||||
+AM_CONDITIONAL(BUILD_KEYWORD_WARNER_PLUGIN, test x"$enable_keyword_warner_plugin" != xno)
|
|
||||||
AM_CONDITIONAL(BUILD_LIBRAVATAR_PLUGIN, test x"$enable_libravatar_plugin" != xno)
|
|
||||||
AM_CONDITIONAL(BUILD_LITEHTML_VIEWER_PLUGIN, test x"$enable_litehtml_viewer_plugin" != xno)
|
|
||||||
AM_CONDITIONAL(BUILD_MAILMBOX_PLUGIN, test x"$enable_mailmbox_plugin" != xno)
|
|
Loading…
Add table
Reference in a new issue