pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailer42 mail/ruby-actionmailer42: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/619e3fac234f
branches:  trunk
changeset: 368785:619e3fac234f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 06:47:04 2017 +0000

description:
mail/ruby-actionmailer42: improve dependency

* There is no need to restrict dependency of ruby-mail <2.6.
* ruby-rails-dom-testing is indirectly depended by ruby-actionview.

Bump PKGREVISION.

diffstat:

 mail/ruby-actionmailer42/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7ebc4cd2fc61 -r 619e3fac234f mail/ruby-actionmailer42/Makefile
--- a/mail/ruby-actionmailer42/Makefile Mon Sep 18 06:44:06 2017 +0000
+++ b/mail/ruby-actionmailer42/Makefile Mon Sep 18 06:47:04 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:12:20 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/18 06:47:04 taca Exp $
 
 DISTNAME=      actionmailer-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionmailer${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    mail devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,8 +12,9 @@
 
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONVIEW_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-mail25>=2.5.4<2.6:../../mail/ruby-mail25
-DEPENDS+=      ${RUBY_PKGPREFIX}-rails-dom-testing>=1.0.5:../../textproc/ruby-rails-dom-testing
+DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.5.4:../../mail/ruby-mail
+# ruby-actionview already depends it.
+#DEPENDS+=     ${RUBY_PKGPREFIX}-rails-dom-testing>=1.0.5:../../textproc/ruby-rails-dom-testing
 
 RUBY_RAILS_SUPPORTED=  42
 RUBY_RAILS_STRICT_DEP= yes



Home | Main Index | Thread Index | Old Index