1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Adjust a bit towards the new world of SVN in terms of directory

structure and output for the user.

Approved by:	maintainer (edwin)
This commit is contained in:
Gerald Pfeifer 2013-12-01 21:16:45 +00:00
parent 5fbf611a7f
commit 7108cdf6d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335440

View File

@ -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