pkgsrc/mail/claws-mail/Makefile
nros e352badbad Update Claws-mail and its plugins to version 3.14.0.
New in this release:
~~~~~~~~~~~~~~~~~~~~

* Passwords can now be secured with a Master Passphrase.
  (/Configuration/Preferences/Other/Miscellaneous/)

* Passwords: The password storage method has changed. All passwords
  are now stored in a separate file, (~/.claws-mail/passwordstorerc),
  and use a stronger encryption than previously. Existing passwords
  are moved to the new file automatically, in the old format. The
  new format will be used whenever old passwords are changed or when
  a Master Passphrase is used. All new passwords are saved using the
  new format, irrespective of whether a Master Passphrase is used or
  not. Further information can be found here:
  http://www.claws-mail.org/doc/password_encryption.txt

* Compose window: Removed the outer scrollbar from header area.

* Message view: The HTML to plain text converter now indicates list
  items with a hyphen (-), adds a line break after
    , and indents
      text within blockquotes.

    * Main window: Changed default /View/Show or hide/Menubar shortcut to
      Ctrl+F12.

    * SSL certificates list: Added automatic scrollbar.

    * Address book: Double-clicking datasources now opens the edit
      dialogue.

    * Forwarding: The external editor is now automatically used when
      forwarding as attachment, if the preference is set.

    * Preferences: Automatic mail checking can now be configured in
      hours, minutes and seconds.
      (/Configuration/Preferences/Mail Handling/Receiving)

    * Preferences: The 'next_on_delete' hidden preference now applies to
      trashing or moving, in addition to deleting, a message.

    * Command line: Added -geometry to set geometry for main window.

    * IMAP: Added SASL 'PLAIN' and 'LOGIN' authentication methods for
      accounts. Renamed the old plaintext 'LOGIN' to 'plaintext'.

    * IMAP: The acccount preference, 'Move deleted mails to trash and
      expunge immediately' has been removed.

    * Notification plugin: Added 'Get mail from account...' to the
      SysTray module's menu.

    * Notification plugin: Focus the widget between iconify/deiconify
      events.

    * Tools: Added tools/cm-reparent.pl, which can be used to fix thread
      parenting for two or more messages.

    * Documentation: Updated man page and manual.

    * Translations: Updated: Brazilian Portuguese, Catalan, Czech, Dutch,
    			 Finnish, French, German, Hungarian, Italian,
    			 Slovak, Spanish, Swedish, Traditional
    			 Chinese.
    		Added: Danish, Indonesian, Turkish.
    		Dropped: Lithuanian (unmaintained)

    * Bug fixes:
    	o bug 2518, '"Reply-All" message from NNTP-account does not
    		     contain CC'ed correspondents'
    	o bug 2781, 'Unsanitised Folder Creation'
    	o bug 3028, 'Claws doesn't select html part if attachments
    		     present'
    	o bug 3213, 'Line break in subject of message'
    	o bug 3573, 'Out of bounds read in macro LBREAK_IF_REQUIRED
    		     in codeconv.c'
    	o bug 3581, 'sys:1: Warning: Source ID # was not found when
    		     attempting to remove it'
    	o bug 3603, 'Feeds from Reddit are empty'
    	o bug 3610, 'Heap use after free in
    		     privacy_mimeinfo_check_signature()'
    	o bug 3616, 'segfault setting up new CM in new userid'
    	o bug 3623, 'Client crash on importing duplicated feed'
    	o bug 3629, 'Invalid subject can distort message list view'
    	o bug 3652, 'utils.c:4740:47: warning: ordered comparison of
    		     pointer with integer zero [-Wextra]'
    	o bug 3653, 'Upgrading from Mageia5 default (3.11.1),
    		     3.13.2git tries to load 3.11.1 plugins'
    	o bug 3658, 'Passphrase ignored during keypair generation
    		     with gpg2'
    	o include Reply-To value when using 'reply to all'
    	o inputdialog modality and focus issue
    	o fix Compose account selection when imap folder is selected.
    	o set correct rcdir on Win32
    	o Fix behavior in selecting PGP MIME signature on Windows.
    	o RSSyl: typo in handling feed name ending with a period on
    	  Win32
    	o vCalendar: Handle ical lines longer than 256 bytes
2016-09-03 18:09:32 +00:00

84 lines
2.3 KiB
Makefile

# $NetBSD: Makefile,v 1.77 2016/09/03 18:09:32 nros Exp $
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= share/claws-mail
.include "Makefile.common"
PKGNAME= claws-mail-${CLAWS_VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= X based e-mail and netnews client
CONFLICTS+= sylpheed-claws-[0-9]*
USE_TOOLS+= msgfmt
PKGCONFIG_OVERRIDE+= claws-mail.pc.in
PKG_SYSCONFSUBDIR= claws-mail
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= ac_cv_path_GPGME_CONFIG=no
.include "../../mk/bsd.prefs.mk"
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
.if empty(FACES_IS_INSTALLED)
. include "../../graphics/compface/buildlink3.mk"
.else
. include "../../mail/faces/buildlink3.mk"
.endif
EGDIR= ${PREFIX}/share/examples/claws-mail
CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
PKG_OPTIONS_VAR= PKG_OPTIONS.claws-mail
PKG_SUPPORTED_OPTIONS= claws-mail-jpilot ldap inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mclaws-mail-jpilot)
CONFIGURE_ARGS+= --enable-jpilot
. include "../../comms/pilot-link-libs/buildlink3.mk"
. include "../../comms/jpilot/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --enable-ldap
. include "../../databases/openldap-client/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ldap
.endif
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
INSTALLATION_DIRS+= share/applications
post-install:
${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/claws-mail*.png \
${DESTDIR}${PREFIX}/share/claws-mail
${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop \
${DESTDIR}${PREFIX}/share/applications
.if exists(files/shred.${OPSYS})
${INSTALL_SCRIPT} files/shred.${OPSYS} \
${DESTDIR}${PREFIX}/bin/claws-mail-shred
PLIST_SRC= PLIST
PLIST_SRC+= PLIST.shred
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"