Bug 212705 - [NEW PORT] www/p5-RT-Extension-Gravatar: RT Extension that displays gravatar images within RT
Summary: [NEW PORT] www/p5-RT-Extension-Gravatar: RT Extension that displays gravatar ...
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:01 UTC by Michael Schout
Modified: 2016-09-16 06:55 UTC (History)
1 user (show)

See Also:


Attachments
shar archive (3.58 KB, text/plain)
2016-09-15 14:01 UTC, Michael Schout
no flags Details
shar archive (3.66 KB, text/plain)
2016-09-15 17:29 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:01:26 UTC
Created attachment 174799 [details]
shar archive

This PR adds a port for the RT Extension RT::Extension::Gravatar.  This extension displays gravatar images within RT.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2016-09-15 16:34:36 UTC
poudriere test builds are showing plist problems:

====> 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/Gravatar
===> 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-Gravatar
Comment 2 Michael Schout 2016-09-15 17:29:34 UTC
Created attachment 174805 [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:49:27 UTC
A commit references this bug:

Author: matthew
Date: Thu Sep 15 20:49:13 UTC 2016
New revision: 422230
URL: https://svnweb.freebsd.org/changeset/ports/422230

Log:
  RT's extension that displays gravatar images within RT

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

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

Changes:
  head/www/Makefile
  head/www/p5-RT-Extension-Gravatar/
  head/www/p5-RT-Extension-Gravatar/Makefile
  head/www/p5-RT-Extension-Gravatar/distinfo
  head/www/p5-RT-Extension-Gravatar/pkg-descr
  head/www/p5-RT-Extension-Gravatar/pkg-plist
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2016-09-16 06:55:20 UTC
Committed, thanks!