Date: Sat, 29 Jun 2013 02:31:51 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201306290231.r5T2Vplt093376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <swills@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306290231.r5T2Vplt093376>