Bug 163178 - [patch] databases/gnats4: edit-pr crashes trying to edit an existing PR
Summary: [patch] databases/gnats4: edit-pr crashes trying to edit an existing PR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 13:00 UTC by Manolis Kiagias
Modified: 2011-12-12 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (504 bytes, patch)
2011-12-11 13:00 UTC, Manolis Kiagias
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manolis Kiagias freebsd_committer freebsd_triage 2011-12-11 13:00:02 UTC
After installing and configuring the databases/gnats4 port, sumbitting a pr via email and trying to edit it with edit-pr, i.e. edit-pr 1:

/usr/local/bin/edit-pr: 1: Syntax error: Unterminated quoted string
/usr/local/bin/edit-pr: 172: Syntax error: Error in command substitution

Fix: Line 172 is missing a single quote. Apply the following patch

Patch attached with submission follows:
How-To-Repeat: Follow the procedure above
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-11 13:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-12 11:47:30 UTC
vd          2011-12-12 11:47:14 UTC

  FreeBSD ports repository

  Modified files:
    databases/gnats4     Makefile 
  Added files:
    databases/gnats4/files patch-gnats__edit-pr.sh 
  Log:
  Fix a missing ' in gnats/edit-pr.sh
  
  PR:             ports/163178
  Submitted by:   manolis@
  
  Revision  Changes    Path
  1.13      +1 -1      ports/databases/gnats4/Makefile
  1.1       +11 -0     ports/databases/gnats4/files/patch-gnats__edit-pr.sh (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2011-12-12 11:47:48 UTC
State Changed
From-To: open->closed

Committed, thanks!