mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +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:
parent
5fbf611a7f
commit
7108cdf6d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335440
@ -191,7 +191,7 @@ unless ($opt_n) {
|
|||||||
foreach my $p (keys(%DEPPORTS)) {
|
foreach my $p (keys(%DEPPORTS)) {
|
||||||
print "- Updating Makefile of $p\n";
|
print "- Updating Makefile of $p\n";
|
||||||
next if $opt_c;
|
next if $opt_c;
|
||||||
bumpMakefile "ports/$p";
|
bumpMakefile "$p";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -199,12 +199,12 @@ unless ($opt_n) {
|
|||||||
# Commit the changes. Not automated.
|
# Commit the changes. Not automated.
|
||||||
#
|
#
|
||||||
print <<EOF;
|
print <<EOF;
|
||||||
All portrevisions have been updated. You are nearly done, only one thing
|
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
|
remains: The committing to the ports tree. This program is not going to do
|
||||||
that for you, you have to do it manually.
|
that for you, you have to do it manually.
|
||||||
|
|
||||||
\$ cd $TMPDIR/ports
|
\$ cd $TMPDIR
|
||||||
\$ cvs commit
|
\$ svn commit
|
||||||
|
|
||||||
Then, remove the temp directory.
|
Then, remove the temp directory ($TMPDIR).
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user