aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2013-12-02 05:16:45 +0800
committergerald <gerald@FreeBSD.org>2013-12-02 05:16:45 +0800
commit8ea0233cea2e9d665d475869a1a309c71c8011b9 (patch)
treec89f4c9cdfcda53d2e6119b3710abe83f2a25ca5 /Tools
parent01edacf891510bee74ff1538b1d7f4e7b8b15694 (diff)
downloadfreebsd-ports-gnome-8ea0233cea2e9d665d475869a1a309c71c8011b9.tar.gz
freebsd-ports-gnome-8ea0233cea2e9d665d475869a1a309c71c8011b9.tar.zst
freebsd-ports-gnome-8ea0233cea2e9d665d475869a1a309c71c8011b9.zip
Adjust a bit towards the new world of SVN in terms of directory
structure and output for the user. Approved by: maintainer (edwin)
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