- Update to 3.15.0 Claws Mail release
- Fix python shebangs - claws-mail-tnef now requires external ytnef - claws-mail-vcalendar marked as IGNORE for now, needs newer libical Release notes: http://claws-mail.org/news.php
This commit is contained in:
parent
475639c704
commit
69e5057b57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438695
8 changed files with 13 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pdf_viewer
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= PDF and PostScript viewer plugin for Claws Mail
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgp
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= PGP plugins for Claws Mail
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ PORTREVISION= 0
|
|||
|
||||
COMMENT= TNEF attachment format parser plugin for Claws Mail
|
||||
|
||||
LIB_DEPENDS= libytnef.so:converters/ytnef
|
||||
|
||||
CLAWS_PLUGINS_BUILD= tnef_parse
|
||||
|
||||
.include "../claws-mail/Makefile.claws"
|
||||
|
|
|
@ -6,6 +6,8 @@ PORTREVISION= 0
|
|||
|
||||
COMMENT= vCalendar plugin for Claws Mail
|
||||
|
||||
IGNORE= Needs libical >= 2.0
|
||||
|
||||
CLAWS_PLUGINS_BUILD= vcalendar
|
||||
|
||||
.include "../claws-mail/Makefile.claws"
|
||||
|
|
|
@ -17,9 +17,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
|||
RUN_DEPENDS= mime-support>0:misc/mime-support
|
||||
|
||||
USE_XORG= ice sm
|
||||
USE_GNOME= cairo gtk20
|
||||
USE_GNOME= cairo gtk20 librsvg2
|
||||
USES= cpe desktop-file-utils execinfo pathfix shebangfix ssl
|
||||
SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail
|
||||
python_CMD= ${LOCALBASE}/bin/python2
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
|
||||
|
@ -65,10 +66,7 @@ THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes
|
|||
.include "Makefile.claws"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g ; s|/usr/share|${LOCALBASE}/share|g' \
|
||||
${WRKSRC}/src/procmime.c
|
||||
@${REINPLACE_CMD} -e "/(GPGME_LIBS)/d" \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} 's|-dirty||' ${WRKSRC}/version
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 3.14.1
|
||||
PORTVERSION= 3.15.0
|
||||
CATEGORIES?= mail
|
||||
MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478983895
|
||||
SHA256 (claws-mail-3.14.1.tar.xz) = b79a1dc04f0b3d1f693e84d7fa7282f140fb5280179281445a8b954ce423c335
|
||||
SIZE (claws-mail-3.14.1.tar.xz) = 5812444
|
||||
TIMESTAMP = 1490812404
|
||||
SHA256 (claws-mail-3.15.0.tar.xz) = 4e4d2d0d43f8ae3d4623408612f5979e9a697ccbc12038b80dd27802e868dc2e
|
||||
SIZE (claws-mail-3.15.0.tar.xz) = 5665648
|
||||
|
|
|
@ -176,7 +176,6 @@ include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-utils.h
|
|||
include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-x11-listener.h
|
||||
include/claws-mail/plugins/claws-mail/gtkhotkey/gtkhotkey.h
|
||||
include/claws-mail/plugins/claws-mail/gtkhotkey/tomboykeybinder.h
|
||||
include/claws-mail/plugins/claws-mail/ical.h
|
||||
include/claws-mail/plugins/pgpcore/autocompletion.h
|
||||
include/claws-mail/plugins/pgpcore/passphrase.h
|
||||
include/claws-mail/plugins/pgpcore/pgp_utils.h
|
||||
|
|
Loading…
Reference in a new issue