svn commit: r461599 - head/sysutils/tren
Antoine Brodin
antoine at FreeBSD.org
Mon Feb 12 15:52:35 UTC 2018
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
More information about the svn-ports-all
mailing list