Date: Sun, 7 Jun 2015 20:42:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388776 - head/mail/rubygem-exception_notification Message-ID: <201506072042.t57Kgg2L094034@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 7 20:42:41 2015 New Revision: 388776 URL: https://svnweb.freebsd.org/changeset/ports/388776 Log: - Update to 4.1.0 - Update RUN_DEPENDS: use Rails 4 - Add NO_ARCH - Update WWW Changes: https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc Modified: head/mail/rubygem-exception_notification/Makefile head/mail/rubygem-exception_notification/distinfo head/mail/rubygem-exception_notification/pkg-descr Modified: head/mail/rubygem-exception_notification/Makefile ============================================================================== --- head/mail/rubygem-exception_notification/Makefile Sun Jun 7 20:42:37 2015 (r388775) +++ head/mail/rubygem-exception_notification/Makefile Sun Jun 7 20:42:41 2015 (r388776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exception_notification -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.0 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -11,9 +11,10 @@ COMMENT= Exception notification for Rail LICENSE= MIT -RUN_DEPENDS= rubygem-actionmailer>=3.0.4:${PORTSDIR}/mail/rubygem-actionmailer \ - rubygem-activesupport>=3.0.4:${PORTSDIR}/devel/rubygem-activesupport +RUN_DEPENDS= rubygem-actionmailer4>=4.0.0:${PORTSDIR}/mail/rubygem-actionmailer4 \ + rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/mail/rubygem-exception_notification/distinfo ============================================================================== --- head/mail/rubygem-exception_notification/distinfo Sun Jun 7 20:42:37 2015 (r388775) +++ head/mail/rubygem-exception_notification/distinfo Sun Jun 7 20:42:41 2015 (r388776) @@ -1,2 +1,2 @@ -SHA256 (rubygem/exception_notification-4.0.1.gem) = e00fc5bc14b77d496ea325c05dcfb468008caf499837a77d570fa9fbd0d4515a -SIZE (rubygem/exception_notification-4.0.1.gem) = 108544 +SHA256 (rubygem/exception_notification-4.1.0.gem) = 457376fe18f2feb2607c686ec36d4b813723bb48776004de325a5787ddd3f2be +SIZE (rubygem/exception_notification-4.1.0.gem) = 113152 Modified: head/mail/rubygem-exception_notification/pkg-descr ============================================================================== --- head/mail/rubygem-exception_notification/pkg-descr Sun Jun 7 20:42:37 2015 (r388775) +++ head/mail/rubygem-exception_notification/pkg-descr Sun Jun 7 20:42:41 2015 (r388776) @@ -1,3 +1,3 @@ Exception notification for Rails apps -WWW: http://smartinez87.github.com/exception_notification +WWW: http://smartinez87.github.io/exception_notification/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506072042.t57Kgg2L094034>