Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 09:42:34 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533002 - head/mail/claws-mail
Message-ID:  <202004260942.03Q9gY6C045147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Sun Apr 26 09:42:34 2020
New Revision: 533002
URL: https://svnweb.freebsd.org/changeset/ports/533002

Log:
  mail/claws-mail: Allow all Python 3 versions.
  
  PR:		245921
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)

Modified:
  head/mail/claws-mail/Makefile

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Sun Apr 26 09:32:50 2020	(r533001)
+++ head/mail/claws-mail/Makefile	Sun Apr 26 09:42:34 2020	(r533002)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	claws-mail
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	mail news
 
 COMMENT=	Lightweight and featureful GTK+ based e-mail and news client
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	mime-support>0:misc/mime-support
 
 USES=		autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
-		gettext-tools gnome pathfix pkgconfig python:3.6 shebangfix ssl xorg
+		gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix ssl xorg
 USE_XORG=	ice sm
 USE_GNOME=	cairo gtk20 librsvg2
 SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004260942.03Q9gY6C045147>