aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2019-07-01 05:27:42 +0800
committerswills <swills@FreeBSD.org>2019-07-01 05:27:42 +0800
commit24c29b3c96b1c5d3bcdc7674c5502847fc30199e (patch)
tree7a29ce458fb71c73fff1deb574854fecc489fa42 /misc
parentbafce6a493c6b3b04d9321ef408197e4233bc9d4 (diff)
downloadfreebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.tar.gz
freebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.tar.zst
freebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.zip
misc/mtail: Restrict to Python 2.7
PR: 238851 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r--misc/mtail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile
index 032a9eb69568..621c30041ab1 100644
--- a/misc/mtail/Makefile
+++ b/misc/mtail/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mtail
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://matt.immute.net/src/mtail/
@@ -12,7 +13,8 @@ COMMENT= Small tail workalike that performs output coloring
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:run shebangfix tar:tgz
+USES= python:2.7,run shebangfix tar:tgz
+
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes
> * Update to KDE 3.4.1lofi2005-06-262-4/+2 * Update to KDE 3.4lofi2005-03-212-24/+3 * Fix kde3-i18n ports.lofi2004-12-161-2/+2 * Update to KDE 3.3.2lofi2004-12-143-21/+55 * Update to KDE 3.3lofi2004-08-311-1/+1 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-102-2/+1 * Fix MASTER_SITE_SUBDIRlofi2004-02-061-1/+1 * Update to KDE 3.2.0lofi2004-02-053-6/+7 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2