Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 14:26:15 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498671 - head/mail/cleanup-maildir
Message-ID:  <201904111426.x3BEQF5L018304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Apr 11 14:26:15 2019
New Revision: 498671
URL: https://svnweb.freebsd.org/changeset/ports/498671

Log:
  This port does not (yet) work with python3.

Modified:
  head/mail/cleanup-maildir/Makefile

Modified: head/mail/cleanup-maildir/Makefile
==============================================================================
--- head/mail/cleanup-maildir/Makefile	Thu Apr 11 14:05:11 2019	(r498670)
+++ head/mail/cleanup-maildir/Makefile	Thu Apr 11 14:26:15 2019	(r498671)
@@ -4,6 +4,7 @@
 PORTNAME=	cleanup-maildir
 PORTVERSION=	0.1.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	mail python
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -11,8 +12,9 @@ COMMENT=	Script for cleaning up mails in Maildir folde
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:graphics/py-graph-core@${PY_FLAVOR}
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 USE_GITHUB=	yes
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 



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