aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-12-01 21:16:45 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-12-01 21:16:45 +0000
commit7108cdf6d50b43090bda8d0441391892339f477a (patch)
treec89f4c9cdfcda53d2e6119b3710abe83f2a25ca5 /Tools
parent5fbf611a7fcc58ca891e6abd396a57dff8fe2c1a (diff)
downloadports-7108cdf6d50b43090bda8d0441391892339f477a.tar.gz
ports-7108cdf6d50b43090bda8d0441391892339f477a.zip
Adjust a bit towards the new world of SVN in terms of directory
structure and output for the user. Approved by: maintainer (edwin)
Notes
Notes: svn path=/head/; revision=335440
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/bump_revision.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tools/scripts/bump_revision.pl b/Tools/scripts/bump_revision.pl
index 901b3f1755f5..33601a932321 100755
--- a/Tools/scripts/bump_revision.pl
+++ b/Tools/scripts/bump_revision.pl
@@ -191,7 +191,7 @@ unless ($opt_n) {
foreach my $p (keys(%DEPPORTS)) {
print "- Updating Makefile of $p\n";
next if $opt_c;
- bumpMakefile "ports/$p";
+ bumpMakefile "$p";
}
}
@@ -199,12 +199,12 @@ unless ($opt_n) {
# Commit the changes. Not automated.
#
print <<EOF;
-All portrevisions have been updated. You are nearly done, only one thing
-remains: The commiting in the ports tree. This program is not going to do
+All PORTREVISIONs have been updated. You are nearly done, only one thing
+remains: The committing to the ports tree. This program is not going to do
that for you, you have to do it manually.
-\$ cd $TMPDIR/ports
-\$ cvs commit
+\$ cd $TMPDIR
+\$ svn commit
-Then, remove the temp directory.
+Then, remove the temp directory ($TMPDIR).
EOF