Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 21:27:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505505 - head/misc/mtail
Message-ID:  <201906302127.x5ULRhvU052409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun 30 21:27:42 2019
New Revision: 505505
URL: https://svnweb.freebsd.org/changeset/ports/505505

Log:
  misc/mtail: Restrict to Python 2.7
  
  PR:		238851
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Modified:
  head/misc/mtail/Makefile   (contents, props changed)

Modified: head/misc/mtail/Makefile
==============================================================================
--- head/misc/mtail/Makefile	Sun Jun 30 21:26:23 2019	(r505504)
+++ head/misc/mtail/Makefile	Sun Jun 30 21:27:42 2019	(r505505)
@@ -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 col
 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



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