From owner-svn-ports-head@freebsd.org Mon Feb 12 15:52:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B846EF02C59; Mon, 12 Feb 2018 15:52:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0447B9A4; Mon, 12 Feb 2018 15:52:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5905E14029; Mon, 12 Feb 2018 15:52:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CFqZAA018456; Mon, 12 Feb 2018 15:52:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CFqZXm018455; Mon, 12 Feb 2018 15:52:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802121552.w1CFqZXm018455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 12 Feb 2018 15:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461599 - head/sysutils/tren X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/sysutils/tren X-SVN-Commit-Revision: 461599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 15:52:35 -0000 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