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

Gleb Popov arrowd at FreeBSD.org
Sun Apr 26 09:42:34 UTC 2020


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 at 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


More information about the svn-ports-all mailing list