diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-08-14 09:12:49 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-08-14 09:12:49 +0800 |
commit | e2027079079e3e6046d33e554751d8ceccc3c416 (patch) | |
tree | 9067ea5de8f017d3284dd8892d146244b874cc97 /sysutils | |
parent | 2c7119ec49e526e903762bb249d74b7b8549b5d2 (diff) | |
download | freebsd-ports-gnome-e2027079079e3e6046d33e554751d8ceccc3c416.tar.gz freebsd-ports-gnome-e2027079079e3e6046d33e554751d8ceccc3c416.tar.zst freebsd-ports-gnome-e2027079079e3e6046d33e554751d8ceccc3c416.zip |
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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tdir/Makefile | 12 | ||||
-rw-r--r-- | sysutils/tdir/distinfo | 5 |
2 files changed, 6 insertions, 11 deletions
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 |