svn commit: r505505 - head/misc/mtail

Steve Wills swills at FreeBSD.org
Sun Jun 30 21:27:44 UTC 2019


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


More information about the svn-ports-all mailing list