Only show the final instructions on how to do the actual commit when

doing the real job, not for a dry run.  Tweak those instructions a bit.

Assume maintainership.

Approved by:	edwin (maintainer)
This commit is contained in:
Gerald Pfeifer 2014-04-06 15:11:09 +00:00
parent 5f6fd6a6ca
commit 0318479619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350364

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
# MAINTAINER= edwin@freebsd.org
# MAINTAINER= gerald@FreeBSD.org
#
use Getopt::Std;
@ -198,13 +198,15 @@ unless ($opt_n) {
#
# Commit the changes. Not automated.
#
print <<EOF;
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.
unless ($opt_c) {
print <<EOF;
All PORTREVISIONs have been updated. You are nearly done, only one
thing remains: Committing to the ports tree. This program is not
going to do that for you, you have to do it manually.
\$ cd $TMPDIR
\$ svn commit
Then, remove the temp directory ($TMPDIR).
EOF
}