Bug 212704 - [NEW PORT] www/p5-RT-Extension-CommandByMail: RT extension that allows you to change ticket metadata via email
Summary: [NEW PORT] www/p5-RT-Extension-CommandByMail: RT extension that allows you to...
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 13:58 UTC by Michael Schout
Modified: 2016-09-15 22:54 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (3.88 KB, text/plain)
2016-09-15 13:58 UTC, Michael Schout
no flags Details
shar archive (4.10 KB, text/plain)
2016-09-15 17:28 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 13:58:16 UTC
Created attachment 174798 [details]
shar archive

This PR adds a port for the RT Extension RT::Extension::CommandByMail.  This allows ticket metadata to be updated via email headers or message content.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2016-09-15 16:02:35 UTC
This is failing poudriere test builds with 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/CommandByMail
Error: Orphaned: @dir %%RTHOME%%/plugins/RT-Extension-CommandByMail/lib/RT/Extension/CommandByMail
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** [check-plist] Error code 1

Stop in /usr/ports/www/p5-RT-Extension-CommandByMail.
====>> Error: check-plist failures detected
Comment 2 Michael Schout 2016-09-15 17:28:54 UTC
Created attachment 174804 [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:47:24 UTC
A commit references this bug:

Author: matthew
Date: Thu Sep 15 20:46:58 UTC 2016
New revision: 422228
URL: https://svnweb.freebsd.org/changeset/ports/422228

Log:
  RT's extension that allows you to change ticket metadata via email.

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

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

Changes:
  head/www/Makefile
  head/www/p5-RT-Extension-CommandByMail/
  head/www/p5-RT-Extension-CommandByMail/Makefile
  head/www/p5-RT-Extension-CommandByMail/distinfo
  head/www/p5-RT-Extension-CommandByMail/pkg-descr
  head/www/p5-RT-Extension-CommandByMail/pkg-plist
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2016-09-15 22:54:18 UTC
Committed, thanks!