diff options
author | ale <ale@FreeBSD.org> | 2004-01-23 15:28:54 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-23 15:28:54 +0800 |
commit | 2a618cf076fe171f35718c60e200af032c9441c8 (patch) | |
tree | 18b42c91e72dd55c291da1c09f6212fa86a5ff73 /Tools | |
parent | a10c1c0600945cc8d6244c1761d7efa3b634fcfd (diff) | |
download | freebsd-ports-gnome-2a618cf076fe171f35718c60e200af032c9441c8.tar.gz freebsd-ports-gnome-2a618cf076fe171f35718c60e200af032c9441c8.tar.zst freebsd-ports-gnome-2a618cf076fe171f35718c60e200af032c9441c8.zip |
- Fix synopsis
- Add 'ports/' PR category to commit log
Approved by: will
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/addport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index ec627f2a5537..e1a06c417695 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -259,7 +259,7 @@ foreach my $thisdir (@dirs) { $tmp = $tmp2; } print AUTOFILL $tmp; - print AUTOFILL "PR: $autofill\n" if ($autofill != -1); + print AUTOFILL "PR: ports/$autofill\n" if ($autofill != -1); print AUTOFILL "Submitted by: $orig" if ($autofill != -1); close(AUTOFILL); print "Okay, a commit log message was automatically generated for you.\n"; @@ -382,7 +382,7 @@ print <<EOF; authors: <will\@FreeBSD.org>, <mharo\@FreeBSD.org> SYNOPSIS - $0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-s distdir] + $0 [-c commitfile] [-h host] [-l PR number] [-s distdir] [-u user] [-afgimnt] -d directory Where "directory" contains the comma-delimited list |