Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 01:12:49 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477127 - head/sysutils/tdir
Message-ID:  <201808140112.w7E1Cnoc012167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Aug 14 01:12:49 2018
New Revision: 477127
URL: https://svnweb.freebsd.org/changeset/ports/477127

Log:
  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 <tdir@tundraware.com> (maintainer)

Modified:
  head/sysutils/tdir/Makefile
  head/sysutils/tdir/distinfo

Modified: head/sysutils/tdir/Makefile
==============================================================================
--- head/sysutils/tdir/Makefile	Tue Aug 14 01:09:33 2018	(r477126)
+++ head/sysutils/tdir/Makefile	Tue Aug 14 01:12:49 2018	(r477127)
@@ -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 \

Modified: head/sysutils/tdir/distinfo
==============================================================================
--- head/sysutils/tdir/distinfo	Tue Aug 14 01:09:33 2018	(r477126)
+++ head/sysutils/tdir/distinfo	Tue Aug 14 01:12:49 2018	(r477127)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808140112.w7E1Cnoc012167>