Date: Tue, 6 Feb 2018 13:15:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461043 - head/mail/claws-mail Message-ID: <201802061315.w16DFaiC064139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 6 13:15:36 2018 New Revision: 461043 URL: https://svnweb.freebsd.org/changeset/ports/461043 Log: - Fix shebangs properly, add missing python dependency Approved by: portmgr blanket Modified: head/mail/claws-mail/Makefile Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Tue Feb 6 13:12:48 2018 (r461042) +++ head/mail/claws-mail/Makefile Tue Feb 6 13:15:36 2018 (r461043) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail +PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client @@ -18,9 +19,8 @@ RUN_DEPENDS= mime-support>0:misc/mime-support USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 -USES= cpe desktop-file-utils pathfix shebangfix ssl +USES= cpe desktop-file-utils pathfix python:2.7,run 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061315.w16DFaiC064139>