From owner-svn-ports-all@FreeBSD.ORG Sat Jun 29 02:31:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8629DDF; Sat, 29 Jun 2013 02:31:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C1288113F; Sat, 29 Jun 2013 02:31:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5T2Vpjw093380; Sat, 29 Jun 2013 02:31:51 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5T2Vplt093376; Sat, 29 Jun 2013 02:31:51 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306290231.r5T2Vplt093376@svn.freebsd.org> From: Steve Wills Date: Sat, 29 Jun 2013 02:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322022 - in head/mail: . rubygem-exception_notification X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 02:31:52 -0000 Author: swills Date: Sat Jun 29 02:31:50 2013 New Revision: 322022 URL: http://svnweb.freebsd.org/changeset/ports/322022 Log: Exception notification for Rails apps WWW: http://smartinez87.github.com/exception_notification Added: head/mail/rubygem-exception_notification/ head/mail/rubygem-exception_notification/Makefile (contents, props changed) head/mail/rubygem-exception_notification/distinfo (contents, props changed) head/mail/rubygem-exception_notification/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat Jun 29 02:24:26 2013 (r322021) +++ head/mail/Makefile Sat Jun 29 02:31:50 2013 (r322022) @@ -614,6 +614,7 @@ SUBDIR += ruby-rfilter SUBDIR += ruby-rmail SUBDIR += rubygem-actionmailer + SUBDIR += rubygem-exception_notification SUBDIR += rubygem-larch SUBDIR += rubygem-mail SUBDIR += rubygem-mailfactory Added: head/mail/rubygem-exception_notification/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-exception_notification/Makefile Sat Jun 29 02:31:50 2013 (r322022) @@ -0,0 +1,18 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= exception_notification +PORTVERSION= 3.0.1 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Exception notification for Rails apps + +RUN_DEPENDS= rubygem-actionmailer>=3.0.4:${PORTSDIR}/mail/rubygem-actionmailer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/mail/rubygem-exception_notification/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-exception_notification/distinfo Sat Jun 29 02:31:50 2013 (r322022) @@ -0,0 +1,2 @@ +SHA256 (rubygem/exception_notification-3.0.1.gem) = 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e +SIZE (rubygem/exception_notification-3.0.1.gem) = 99328 Added: head/mail/rubygem-exception_notification/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-exception_notification/pkg-descr Sat Jun 29 02:31:50 2013 (r322022) @@ -0,0 +1,3 @@ +Exception notification for Rails apps + +WWW: http://smartinez87.github.com/exception_notification