From owner-svn-ports-head@freebsd.org Wed Sep 16 19:10:18 2015 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 046DD9CD7C1; Wed, 16 Sep 2015 19:10:18 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CFBB71808; Wed, 16 Sep 2015 19:10:17 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GJAHcn043796; Wed, 16 Sep 2015 19:10:17 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GJAHs0043794; Wed, 16 Sep 2015 19:10:17 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201509161910.t8GJAHs0043794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 16 Sep 2015 19:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397076 - in head/mail: claws-mail claws-mail-perl 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.20 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: Wed, 16 Sep 2015 19:10:18 -0000 Author: pawel Date: Wed Sep 16 19:10:16 2015 New Revision: 397076 URL: https://svnweb.freebsd.org/changeset/ports/397076 Log: - Fix shebangs in additional scripts [1] - Don't install desktop file second time PR: 203132 [1] (based on) Submitted by: amdmi3 [1] Modified: head/mail/claws-mail-perl/Makefile head/mail/claws-mail/Makefile Modified: head/mail/claws-mail-perl/Makefile ============================================================================== --- head/mail/claws-mail-perl/Makefile Wed Sep 16 17:49:03 2015 (r397075) +++ head/mail/claws-mail-perl/Makefile Wed Sep 16 19:10:16 2015 (r397076) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= perl -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Perl filtering plugin for Claws Mail -USES+= perl5 +USES+= perl5 shebangfix +SHEBANG_FILES= src/plugins/perl/tools/matcherrc2perlfilter.pl PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl @@ -15,7 +16,7 @@ CLAWS_PLUGINS_BUILD= perl post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail ${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \ - ${STAGEDIR}${PREFIX}/share/claws-mail/ + ${STAGEDIR}${PREFIX}/share/claws-mail .include "../claws-mail/Makefile.claws" .include Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Wed Sep 16 17:49:03 2015 (r397075) +++ head/mail/claws-mail/Makefile Wed Sep 16 19:10:16 2015 (r397076) @@ -3,6 +3,7 @@ PORTNAME= claws-mail CATEGORIES= mail news ipv6 +PORTREVISION= 1 COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -13,7 +14,7 @@ RUN_DEPENDS= mime-support>0:${PORTSDIR}/ USE_GNOME= gtk20 USES= cpe desktop-file-utils execinfo pathfix shebangfix -SHEBANG_FILES= tools/*.pl tools/tb2claws-mail +SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail INSTALLS_ICONS= yes OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \ @@ -79,6 +80,5 @@ post-install: tbird2claws.py textviewer.pl textviewer.sh \ thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \ ${STAGEDIR}${DATADIR}) - ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${STAGEDIR}${DESKTOPDIR} .include