svn commit: r378008 - head/Tools/scripts

Mathieu Arnold mat at FreeBSD.org
Tue Jan 27 13:38:02 UTC 2015


Author: mat
Date: Tue Jan 27 13:38:01 2015
New Revision: 378008
URL: https://svnweb.freebsd.org/changeset/ports/378008
QAT: https://qat.redports.org/buildarchive/r378008/

Log:
  Don't add ports/ to the PR line.
  
  Sponsored by:	Absolight

Modified:
  head/Tools/scripts/addport

Modified: head/Tools/scripts/addport
==============================================================================
--- head/Tools/scripts/addport	Tue Jan 27 12:59:34 2015	(r378007)
+++ head/Tools/scripts/addport	Tue Jan 27 13:38:01 2015	(r378008)
@@ -302,7 +302,7 @@ foreach my $thisdir (@dirs) {
 			$tmp = $pkgcomment;
 		}
 		print AUTOFILL $tmp;
-		print AUTOFILL "PR:		ports/$autofill\n" if ($autofill != -1);
+		print AUTOFILL "PR:		$autofill\n" if ($autofill != -1);
 		print AUTOFILL "Submitted by:	$maintainer" if ($maintainer && $autofill != -1);
 		close(AUTOFILL);
 		print "Okay, a commit log message was automatically generated for you.\n";


More information about the svn-ports-all mailing list