Index: head/mail/claws-mail/Makefile.claws =================================================================== --- head/mail/claws-mail/Makefile.claws (revision 449035) +++ head/mail/claws-mail/Makefile.claws (revision 449036) @@ -1,82 +1,82 @@ # $FreeBSD$ -PORTVERSION= 3.15.0 +PORTVERSION= 3.15.1 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ MAINTAINER= pawel@FreeBSD.org LICENSE= GPLv3 USES+= gettext-runtime gmake iconv libtool pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static CLAWS_PLUGINS= acpi_notifier \ address_keeper \ archive \ att_remover \ attachwarner \ bogofilter \ bsfilter \ clamd \ fancy \ fetchinfo \ gdata \ libravatar \ mailmbox \ managesieve \ newmail \ notification \ pdf_viewer \ perl \ python \ pgpcore \ pgpinline \ pgpmime \ rssyl \ smime \ spam_report \ spamassassin \ tnef_parse \ vcalendar .for p in ${CLAWS_PLUGINS} CONFIGURE_ARGS+= --disable-${p}-plugin .endfor .if defined(CLAWS_PLUGINS_BUILD) DISTNAME= claws-mail-${PORTVERSION} PKGNAMEPREFIX= claws-mail- BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail MASTERDIR= ${.CURDIR}/../../mail/claws-mail DESCR= ${.CURDIR}/pkg-descr FILESDIR= ${.CURDIR}/files PLIST= ${NONEXISTENT} PKGMESSAGE= ${.CURDIR}/pkg-message CONFIGURE_ARGS+= --disable-nls . for p in ${CLAWS_PLUGINS_BUILD} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S|--disable-${p}-plugin||} PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.so . endfor do-build: . for p in ${CLAWS_PLUGINS_BUILD} (cd ${WRKSRC}/src/plugins/${p} && ${MAKE_CMD}) . endfor do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins . for p in ${CLAWS_PLUGINS_BUILD} (cd ${WRKSRC}/src/plugins/${p} && \ ${INSTALL_LIB} .libs/${p:S|spam_|spam|}.so \ ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins) . endfor .endif Index: head/mail/claws-mail/distinfo =================================================================== --- head/mail/claws-mail/distinfo (revision 449035) +++ head/mail/claws-mail/distinfo (revision 449036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490812404 -SHA256 (claws-mail-3.15.0.tar.xz) = 4e4d2d0d43f8ae3d4623408612f5979e9a697ccbc12038b80dd27802e868dc2e -SIZE (claws-mail-3.15.0.tar.xz) = 5665648 +TIMESTAMP = 1504101480 +SHA256 (claws-mail-3.15.1.tar.xz) = 8d093c2f32db863c1141d56e35424c04ee48fe5d6adf4c7f349f647fa3149542 +SIZE (claws-mail-3.15.1.tar.xz) = 5665468 Index: head/mail/claws-mail-fancy/Makefile =================================================================== --- head/mail/claws-mail-fancy/Makefile (revision 449035) +++ head/mail/claws-mail-fancy/Makefile (revision 449036) @@ -1,15 +1,15 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= fancy -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Webkit based HTML renderer plugin for Claws Mail LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \ libwebkitgtk-1.0.so:www/webkit-gtk2 CLAWS_PLUGINS_BUILD= fancy .include "../claws-mail/Makefile.claws" .include Index: head/mail/claws-mail-pdf_viewer/Makefile =================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile (revision 449035) +++ head/mail/claws-mail-pdf_viewer/Makefile (revision 449036) @@ -1,16 +1,16 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PDF and PostScript viewer plugin for Claws Mail LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USES+= ghostscript CLAWS_PLUGINS_BUILD= pdf_viewer .include "../claws-mail/Makefile.claws" .include