svn commit: r498671 - head/mail/cleanup-maildir
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Apr 11 14:26:16 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list