mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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)
This commit is contained in:
parent
9ae63ed135
commit
46003d5e4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477127
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user