svn commit: r530888 - head/shells/vshnu
Fernando Apesteguía
fernape at FreeBSD.org
Mon Apr 6 16:31:20 UTC 2020
Author: fernape
Date: Mon Apr 6 16:31:19 2020
New Revision: 530888
URL: https://svnweb.freebsd.org/changeset/ports/530888
Log:
shells/vshnu: update to 1.0500
ChangeLog: https://legacy.cs.indiana.edu/~kinzler/vshnu/vshnu.html
Accumulated changes:
* Add f and F flags to &run
* Add $dotdotdot; Add lazy command evaluation
* Fix &df to always refresh and &diskspace align bug
* Add $getch for initial command key input
* Add %nobag for actions on unassigned bag keys
* Add $disksgvfs for user gvfs mounts in disks list
* Use Getopt::Std; Add -f command line option
* Add -[cCkK] command line options
* Uppercase $vname and $version variables
* Add 2 flag to &run
* Use x option to suppress file coloring as executable
* Fix compatibility for Term::ANSIColor > 3.02
PR: 245376
Submitted by: cpeticus at gmail.com
Modified:
head/shells/vshnu/Makefile
head/shells/vshnu/distinfo
Modified: head/shells/vshnu/Makefile
==============================================================================
--- head/shells/vshnu/Makefile Mon Apr 6 16:27:48 2020 (r530887)
+++ head/shells/vshnu/Makefile Mon Apr 6 16:31:19 2020 (r530888)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= vshnu
-PORTVERSION= 1.0305
-PORTREVISION= 1
+PORTVERSION= 1.0500
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/
Modified: head/shells/vshnu/distinfo
==============================================================================
--- head/shells/vshnu/distinfo Mon Apr 6 16:27:48 2020 (r530887)
+++ head/shells/vshnu/distinfo Mon Apr 6 16:31:19 2020 (r530888)
@@ -1,2 +1,3 @@
-SHA256 (vshnu-1.0305.tgz) = edc009968470fd897856870d6df3f8dc4ef4c424fbeab0abbb5edb060d160881
-SIZE (vshnu-1.0305.tgz) = 80661
+TIMESTAMP = 1586102934
+SHA256 (vshnu-1.0500.tgz) = 01bb2b1d72bdc9ced6019e0a7204e880d5bbc21255cb130781333b682e133143
+SIZE (vshnu-1.0500.tgz) = 98101
More information about the svn-ports-head
mailing list