svn commit: r461043 - head/mail/claws-mail

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 13:15:37 UTC 2018


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 \


More information about the svn-ports-head mailing list