pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/ruby-actionmailer42
Module Name: pkgsrc
Committed By: taca
Date: Mon Sep 18 06:47:04 UTC 2017
Modified Files:
pkgsrc/mail/ruby-actionmailer42: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/ruby-actionmailer42/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/ruby-actionmailer42/Makefile
diff -u pkgsrc/mail/ruby-actionmailer42/Makefile:1.2 pkgsrc/mail/ruby-actionmailer42/Makefile:1.3
--- pkgsrc/mail/ruby-actionmailer42/Makefile:1.2 Wed Jun 21 13:12:20 2017
+++ pkgsrc/mail/ruby-actionmailer42/Makefile Mon Sep 18 06:47:04 2017
@@ -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 @@ LICENSE= mit
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