Date: Sun, 1 Dec 2013 21:16:46 +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: r335440 - head/Tools/scripts Message-ID: <201312012116.rB1LGknw010735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Dec 1 21:16:45 2013 New Revision: 335440 URL: http://svnweb.freebsd.org/changeset/ports/335440 Log: Adjust a bit towards the new world of SVN in terms of directory structure and output for the user. Approved by: maintainer (edwin) Modified: head/Tools/scripts/bump_revision.pl Modified: head/Tools/scripts/bump_revision.pl ============================================================================== --- head/Tools/scripts/bump_revision.pl Sun Dec 1 21:06:11 2013 (r335439) +++ head/Tools/scripts/bump_revision.pl Sun Dec 1 21:16:45 2013 (r335440) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312012116.rB1LGknw010735>