From owner-svn-ports-head@freebsd.org Mon Apr 17 14:07:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B334D42666; Mon, 17 Apr 2017 14:07:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D5EE136; Mon, 17 Apr 2017 14:07:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HE7msl032649; Mon, 17 Apr 2017 14:07:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HE7l9b032638; Mon, 17 Apr 2017 14:07:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201704171407.v3HE7l9b032638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 17 Apr 2017 14:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438695 - in head/mail: claws-mail claws-mail-pdf_viewer claws-mail-pgp claws-mail-tnef claws-mail-vcalendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 14:07:49 -0000 Author: pawel Date: Mon Apr 17 14:07:47 2017 New Revision: 438695 URL: https://svnweb.freebsd.org/changeset/ports/438695 Log: - 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 Modified: head/mail/claws-mail-pdf_viewer/Makefile head/mail/claws-mail-pgp/Makefile head/mail/claws-mail-tnef/Makefile head/mail/claws-mail-vcalendar/Makefile head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/pkg-plist Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail-pdf_viewer/Makefile Mon Apr 17 14:07:47 2017 (r438695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail-pgp/Makefile Mon Apr 17 14:07:47 2017 (r438695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail Modified: head/mail/claws-mail-tnef/Makefile ============================================================================== --- head/mail/claws-mail-tnef/Makefile Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail-tnef/Makefile Mon Apr 17 14:07:47 2017 (r438695) @@ -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" Modified: head/mail/claws-mail-vcalendar/Makefile ============================================================================== --- head/mail/claws-mail-vcalendar/Makefile Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail-vcalendar/Makefile Mon Apr 17 14:07:47 2017 (r438695) @@ -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" Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail/Makefile Mon Apr 17 14:07:47 2017 (r438695) @@ -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: .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} Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail/Makefile.claws Mon Apr 17 14:07:47 2017 (r438695) @@ -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/ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail/distinfo Mon Apr 17 14:07:47 2017 (r438695) @@ -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 Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Mon Apr 17 13:19:59 2017 (r438694) +++ head/mail/claws-mail/pkg-plist Mon Apr 17 14:07:47 2017 (r438695) @@ -176,7 +176,6 @@ include/claws-mail/plugins/claws-mail/gt 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