OSDN Git Service

Version 3.0.5+toward_3.0.6_20140531053505
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 30 May 2014 20:37:48 +0000 (05:37 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Fri, 30 May 2014 20:37:48 +0000 (05:37 +0900)
[BUG FIX] The short help lacked descriptions on need command.

modified:   README
modified:   bin/portsreinstall
modified:   lib/libusage.sh
modified:   man/portsreinstall.8

README
bin/portsreinstall
lib/libusage.sh
man/portsreinstall.8

diff --git a/README b/README
index 30276a8..22d7de4 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 3.0.6, May 30, 2014
+  Version 3.0.6, May 31, 2014
  Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 ================================================================================
 
index 18b72fa..59fc5fc 100755 (executable)
@@ -15,7 +15,7 @@ APPNAME=`basename "$0"`
 # MYVERSION=3.0.6
 # COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+)$'
 # Template for development versions
-MYVERSION=3.0.5+toward_3.0.6_20140530170941
+MYVERSION=3.0.5+toward_3.0.6_20140531053505
 COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+\+toward_3\.0\.[0-9]+_[0-9]+|3\.0\.[0-9]+)$'
 MYPREFIX=`dirname "\`dirname \"$0\"\`" | sed 's|/bin$||'`
 MYPREFIX=${MYPREFIX:-/usr/local}
index 46ea79b..c47fc9e 100644 (file)
@@ -60,6 +60,7 @@ USAGE: ${APPNAME} [OPTIONS] [--] [command]
           | clean [normal] | clean force | reset [all] | reset keepopts
           | ok add globs... | ok del globs...
           | taboo add globs... | taboo del globs...
+          | need add globs... | need del globs...
           | noneed add globs... | noneed del globs...
           | reselect leaves | reselect obsolete
           | save [dir] | load path | glob globs... | options
index e3d68e0..2afac27 100644 (file)
@@ -2,7 +2,7 @@
 .\" ports reinstall installation guide
 .\" Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 .\" ==================================================================================
-.TH PORTSREINSTALL 8 "30 May 2014" "FreeBSD" "FreeBSD System Manager's Manual"
+.TH PORTSREINSTALL 8 "31 May 2014" "FreeBSD" "FreeBSD System Manager's Manual"
 .SH NAME
 portsreinstall \- ports upgrading utility for massive forced reinstallation
 .SH SYNOPSIS
@@ -912,11 +912,13 @@ Configuration file of \fBportupgrade\fR(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
-3.0.6 (30 May 2014)
+3.0.6 (31 May 2014)
 .RS
 [BUG FIX] Command \fBprepare\fR was possibly aborted at a port any of whose requirements or dependents is obsolete.
 .PP
 [BUG FIX] It silently failed to launch if the ports tree is missing or broken.
+.PP
+[BUG FIX] The short help lacked descriptions on \fBneed\fR command.
 .RE
 .TP
 3.0.5 (14 December 2013)