Date: Mon, 12 Feb 2018 15:52:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461599 - head/sysutils/tren Message-ID: <201802121552.w1CFqZXm018455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Feb 12 15:52:35 2018 New Revision: 461599 URL: https://svnweb.freebsd.org/changeset/ports/461599 Log: Remove dependency on the python2 metaport Modified: head/sysutils/tren/Makefile Modified: head/sysutils/tren/Makefile ============================================================================== --- head/sysutils/tren/Makefile Mon Feb 12 15:49:39 2018 (r461598) +++ head/sysutils/tren/Makefile Mon Feb 12 15:52:35 2018 (r461599) @@ -3,7 +3,7 @@ PORTNAME= tren PORTVERSION= 1.242 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= http://www.tundraware.com/Software/tren/ @@ -15,7 +15,7 @@ LICENSE_NAME= Tren license LICENSE_FILE= ${WRKSRC}/tren-license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept -USES= python:2,run shebangfix +USES= python:2.7,run shebangfix SHEBANG_FILES= tren.py PLIST_FILES= bin/tren.py man/man1/tren.1.gz PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121552.w1CFqZXm018455>