svn commit: r506476 - head/Tools/scripts
Matthias Andree
mandree at FreeBSD.org
Fri Jul 12 16:40:16 UTC 2019
Author: mandree
Date: Fri Jul 12 16:40:14 2019
New Revision: 506476
URL: https://svnweb.freebsd.org/changeset/ports/506476
Log:
Fix typos/grammar.
Thanks for the review, Mark.
Reported by: linimon@
Modified:
head/Tools/scripts/bump_revision.pl
Modified: head/Tools/scripts/bump_revision.pl
==============================================================================
--- head/Tools/scripts/bump_revision.pl Fri Jul 12 16:37:03 2019 (r506475)
+++ head/Tools/scripts/bump_revision.pl Fri Jul 12 16:40:14 2019 (r506476)
@@ -14,8 +14,8 @@
# about the envionment, for security reasons, and is considered
# good Perl practice.
#
-# You must use either the -l (shaLlow, avoid grandparent dependencies,
-# slower) or -g option (include grandparend dependencies) option.
+# You can use either the -l (shaLlow, avoid grandparent dependencies,
+# slower) or -g option (include grandparent dependencies) option.
#
# MAINTAINER= mandree at FreeBSD.org
#
@@ -176,7 +176,7 @@ my %DEPPORTS = ();
foreach my $PORT (@ARGV) {
#
- # See if the port does really exists.
+ # See if the port really exists.
# If specified as category/portname, that should be enough.
# If specified as portname, check all categories for existence or duplicates.
#
More information about the svn-ports-head
mailing list