Bug 212706 - [NEW PORT] www/p5-RT-Extension-QuickAssign: RT Extension that adds owner change links on the ticket display page
Summary: [NEW PORT] www/p5-RT-Extension-QuickAssign: RT Extension that adds owner chan...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 14:03 UTC by Michael Schout
Modified: 2016-09-16 06:55 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (4.08 KB, text/plain)
2016-09-15 14:03 UTC, Michael Schout
no flags Details
shar archive (4.16 KB, text/plain)
2016-09-15 17:30 UTC, Michael Schout
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schout 2016-09-15 14:03:09 UTC
Created attachment 174800 [details]
shar archive

This PR adds a port for the RT Extension RT::Extension::QuickAssign.  This adds "Assign To" links to the ticket display page for unowned tickets so that they can be quickly assigned to users.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2016-09-15 16:45:28 UTC
Poudriere showing plist errors:

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir man/auto/RT/Extension/QuickAssign
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/p5-RT-Extension-QuickAssign
====>> Error: check-plist failures detected
Comment 2 Michael Schout 2016-09-15 17:30:02 UTC
Created attachment 174806 [details]
shar archive

Oops, sorry about that.

Here's a new shar that passes make-plist for me.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-09-15 20:48:25 UTC
A commit references this bug:

Author: matthew
Date: Thu Sep 15 20:48:03 UTC 2016
New revision: 422229
URL: https://svnweb.freebsd.org/changeset/ports/422229

Log:
  RT's extension that adds owner change links on ticket display page.

  WWW: http://search.cpan.org/dist/RT-Extension-QuickAssign/

  PR:		212706
  Submitted by:	Michael Schout <mschout@gkg.net>

Changes:
  head/www/Makefile
  head/www/p5-RT-Extension-QuickAssign/
  head/www/p5-RT-Extension-QuickAssign/Makefile
  head/www/p5-RT-Extension-QuickAssign/distinfo
  head/www/p5-RT-Extension-QuickAssign/files/
  head/www/p5-RT-Extension-QuickAssign/files/patch-inc-Module-Install-RTx.pm
  head/www/p5-RT-Extension-QuickAssign/pkg-descr
  head/www/p5-RT-Extension-QuickAssign/pkg-plist
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2016-09-16 06:55:53 UTC
Committed, thanks!