svn commit: r350364 - head/Tools/scripts
Gerald Pfeifer
gerald at FreeBSD.org
Sun Apr 6 15:11:09 UTC 2014
Author: gerald
Date: Sun Apr 6 15:11:09 2014
New Revision: 350364
URL: http://svnweb.freebsd.org/changeset/ports/350364
QAT: https://qat.redports.org/buildarchive/r350364/
Log:
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)
Modified:
head/Tools/scripts/bump_revision.pl
Modified: head/Tools/scripts/bump_revision.pl
==============================================================================
--- head/Tools/scripts/bump_revision.pl Sun Apr 6 14:28:28 2014 (r350363)
+++ head/Tools/scripts/bump_revision.pl Sun Apr 6 15:11:09 2014 (r350364)
@@ -3,7 +3,7 @@
# $FreeBSD$
#
-# MAINTAINER= edwin at freebsd.org
+# MAINTAINER= gerald at 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
+}
More information about the svn-ports-head
mailing list