From e2027079079e3e6046d33e554751d8ceccc3c416 Mon Sep 17 00:00:00 2001 From: dbaio Date: Tue, 14 Aug 2018 01:12:49 +0000 Subject: sysutils/tdir: Update to 1.73 - Change license permissions License reworked upstream, now `tdir` can be built and distributed in the FreeBSD package cluster. Changing the shebang line does not violate the license. The author gave explicit approval about this in PR 228180. Following the license change, this port can be released again. - It nows supports Python2 and Python3. PR: 228180 Submitted by: Tim Daneliuk (maintainer) --- sysutils/tdir/Makefile | 12 +++--------- sysutils/tdir/distinfo | 5 +++-- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'sysutils/tdir') diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index 4b7a4125f1b7..2b586378233c 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -2,26 +2,20 @@ # $FreeBSD$ PORTNAME= tdir -PORTVERSION= 1.71 -PORTREVISION= 2 +PORTVERSION= 1.73 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tdir/ MAINTAINER= tdir@tundraware.com COMMENT= Advanced file directory display utility -BROKEN= license forbids modification, but the port cannot be used without it -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - LICENSE= TundraWare LICENSE_NAME= TundraWare license LICENSE_FILE= ${WRKSRC}/tdir-license.txt -LICENSE_PERMS= dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept +LICENSE_PERMS= auto-accept dist-mirror no-dist-sell no-pkg-sell pkg-mirror -USES= python:2.7,run shebangfix +USES= python:run shebangfix SHEBANG_FILES= tdir -python_OLD_CMD= "/usr//bin/env python" NO_ARCH= yes PLIST_FILES= bin/tdir \ diff --git a/sysutils/tdir/distinfo b/sysutils/tdir/distinfo index 11a6ef47fe2f..2483bfa9bc4c 100644 --- a/sysutils/tdir/distinfo +++ b/sysutils/tdir/distinfo @@ -1,2 +1,3 @@ -SHA256 (tdir-1.71.tar.gz) = 7c851e3425fdbb63772d162f72f31f2f2c6d91f2854ebb114d9444c097cf6763 -SIZE (tdir-1.71.tar.gz) = 7513 +TIMESTAMP = 1532910266 +SHA256 (tdir-1.73.tar.gz) = 09a1953d62c94166dc6cf8d8cc96dd05b6085e6030a657373d94ee3d6b967d33 +SIZE (tdir-1.73.tar.gz) = 9546 -- cgit