aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_cutleaves
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2009-08-12 17:50:48 +0000
committerStefan Walter <stefan@FreeBSD.org>2009-08-12 17:50:48 +0000
commit12dbe5623644c339ce40e474688a06eec4c9abdd (patch)
tree2761a80964045cf80732834ef4e128aed053d613 /ports-mgmt/pkg_cutleaves
parentf25ac1f384cd6bc1d00266b29edf54fc8e2d5c6a (diff)
downloadports-12dbe5623644c339ce40e474688a06eec4c9abdd.tar.gz
ports-12dbe5623644c339ce40e474688a06eec4c9abdd.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg_cutleaves')
-rw-r--r--ports-mgmt/pkg_cutleaves/Makefile2
-rw-r--r--ports-mgmt/pkg_cutleaves/files/pkg_cutleaves4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg_cutleaves/Makefile b/ports-mgmt/pkg_cutleaves/Makefile
index 44289fd2610f..3d4cbfdab6f4 100644
--- a/ports-mgmt/pkg_cutleaves/Makefile
+++ b/ports-mgmt/pkg_cutleaves/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pkg_cutleaves
-PORTVERSION= 20080320
+PORTVERSION= 20090810
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves b/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves
index d2193eeeef96..8ba34bef2035 100644
--- a/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves
+++ b/ports-mgmt/pkg_cutleaves/files/pkg_cutleaves
@@ -121,7 +121,7 @@ else {
$again = 'n';
}
# Loop while the user wants to
- ROUND: while($again eq 'y') {
+ ROUND: while($again ne 'n') {
# Always start with an empty list of leaves to cut
my %leavestocut;
# Initialize counter for progress status
@@ -259,7 +259,7 @@ else {
goto AUTOPRUNE;
} # AUTOPRUNE
- print "Go on with new leaf packages ((y)es/[no])? ";
+ print "Go on with new leaf packages ([yes]/no)? ";
# Get first character of input, without leading whitespace
($again) = (lc(<STDIN>) =~ /(\S)/o);
print "\n";