Remove two unnecessary messages in gnats-pr-edit. Bump PORTREVISION.

This commit is contained in:
Dag-Erling Smørgrav 2002-03-13 14:01:57 +00:00
parent 612575a0d6
commit 593fb9b70f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56000
2 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= gnats
PORTVERSION= 3.113.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnats

View file

@ -1,5 +1,5 @@
--- gnats/gnats-edit-pr.sh.orig Tue Apr 20 23:17:07 1999
+++ gnats/gnats-edit-pr.sh Mon Dec 3 21:36:18 2001
+++ gnats/gnats-edit-pr.sh Wed Mar 13 15:00:35 2002
@@ -124,15 +124,21 @@
*)
@ -71,7 +71,7 @@
# we've got a change
mail_to="$me"
if [ ! -z "$state_change" ]; then
@@ -266,14 +278,48 @@
@@ -266,14 +278,47 @@
echo State-Changed-By: $me >> $change_msg
echo State-Changed-When: $DATE >> $change_msg
echo "State-Changed-Why: " >> $change_msg
@ -104,7 +104,6 @@
+ echo Class-Changed-By: $me >> $change_msg
+ echo Class-Changed-When: $DATE >> $change_msg
+ echo "Class-Changed-Why: " >> $change_msg
+ echo 'Why did the class change? (Ctrl-D to end)'
+ if [ -e $chng_msg ]; then
+ echo "Re-use last message (y/n)?"
+ read yesno
@ -125,10 +124,11 @@
fi
if [ ! -z "$resp_change" ]; then
$debug_print "Doing responsible change."
@@ -282,11 +328,24 @@
@@ -281,12 +326,24 @@
echo Responsible-Changed-By: $me >> $change_msg
echo Responsible-Changed-When: $DATE >> $change_msg
echo "Responsible-Changed-Why: " >> $change_msg
echo 'Why did the responsible person change? (Ctrl-D to end)'
- echo 'Why did the responsible person change? (Ctrl-D to end)'
- cat >> $change_msg
+ if [ -e $chng_msg ]; then
+ echo "Re-use last message (y/n)?"
@ -151,7 +151,7 @@
if [ -n "$to_subm" ]; then mail_to="${reply_to}, ${mail_to}" ; fi
if [ -n "$x_gnats_notify" ]; then mail_to="${x_gnats_notify}, ${mail_to}" ; fi
if [ -n "$to_old" ] ; then mail_to="${mail_to}, `$PR_ADDR ${old_resp}`" ; fi
@@ -303,7 +362,7 @@
@@ -303,7 +360,7 @@
$MAIL_AGENT << __EOF__
To: $mail_to
From: $me
@ -160,7 +160,7 @@
`if [ "$old_synopsis" != "$new_synopsis" ]; then
echo Old Synopsis: "$old_synopsis"
@@ -321,5 +380,9 @@
@@ -321,5 +378,9 @@
# call PR_EDIT on the new file and clean up
$PR_EDIT < $new
$PR_EDIT --unlock $pr_id