View | Details | Raw Unified | Return to bug 195930
Collapse All | Expand All

(-)addport (-1 / +1 lines)
Lines 302-308 Link Here
302
			$tmp = $pkgcomment;
302
			$tmp = $pkgcomment;
303
		}
303
		}
304
		print AUTOFILL $tmp;
304
		print AUTOFILL $tmp;
305
		print AUTOFILL "PR:		ports/$autofill\n" if ($autofill != -1);
305
		print AUTOFILL "PR:		$autofill\n" if ($autofill != -1);
306
		print AUTOFILL "Submitted by:	$maintainer" if ($maintainer && $autofill != -1);
306
		print AUTOFILL "Submitted by:	$maintainer" if ($maintainer && $autofill != -1);
307
		close(AUTOFILL);
307
		close(AUTOFILL);
308
		print "Okay, a commit log message was automatically generated for you.\n";
308
		print "Okay, a commit log message was automatically generated for you.\n";

Return to bug 195930