svn commit: r322022 - in head/mail: . rubygem-exception_notification

Steve Wills swills at FreeBSD.org
Sat Jun 29 02:31:52 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	exception_notification
+PORTVERSION=	3.0.1
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-all mailing list