Bug 203583

Summary: [new port] mail/rubygem-mail_room
Product: Ports & Packages Reporter: Michael Fausten <ports>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People CC: ports
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 203619    
Attachments:
Description Flags
rubygem-mail_room shar file none

Description Michael Fausten 2015-10-06 12:00:12 UTC
Created attachment 161759 [details]
rubygem-mail_room shar file

This port will be needed as a runtime dependency for the new www/gitlab 8 port, 
which Torsten Zühlsdorff is currently creating. 
Before sending this PR, he tested the new version against this dependency.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-23 18:33:13 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Nov 23 18:32:59 UTC 2015
New revision: 402309
URL: https://svnweb.freebsd.org/changeset/ports/402309

Log:
  - Add rubygem-mail_room 0.5.2
  - While I'm here:
    - Add LICENSE_FILE
    - Add NO_ARCH
    - Fix PLIST_FILES

  mail_room is a configuration based process that will idle on IMAP connections
  and execute a delivery method when a new message is received.
  Examples of delivery methods include:

  POST to a delivery URL (Postback)
  Queue a job to Sidekiq or Que for later processing (Sidekiq or Que)
  Log the message or open with LetterOpener (Logger or LetterOpener)

  WWW: https://github.com/tpitale/mail_room

  PR:		203583
  Submitted by:	Michael Fausten <ports@michael-fausten.de>

Changes:
  head/mail/Makefile
  head/mail/rubygem-mail_room/
  head/mail/rubygem-mail_room/Makefile
  head/mail/rubygem-mail_room/distinfo
  head/mail/rubygem-mail_room/pkg-descr
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-23 18:47:05 UTC
New port added. Thanks!