Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 15:11:09 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350364 - head/Tools/scripts
Message-ID:  <201404061511.s36FB96Y041056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061511.s36FB96Y041056>