pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack70



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct  8 11:53:59 UTC 2023

Modified Files:
        pkgsrc/www/ruby-actionpack70: Makefile

Log Message:
www/ruby-actionpack70: change dependency

Switch to depend on www/ruby-rack instead of www/ruby-rack2 since there is
no need to depend on rack < 3.  (It was required for actionpack 6.0.)

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-actionpack70/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-actionpack70/Makefile
diff -u pkgsrc/www/ruby-actionpack70/Makefile:1.7 pkgsrc/www/ruby-actionpack70/Makefile:1.8
--- pkgsrc/www/ruby-actionpack70/Makefile:1.7   Sun Sep 10 14:19:01 2023
+++ pkgsrc/www/ruby-actionpack70/Makefile       Sun Oct  8 11:53:59 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2023/09/10 14:19:01 taca Exp $
+# $NetBSD: Makefile,v 1.8 2023/10/08 11:53:59 taca Exp $
 
 DISTNAME=      actionpack-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +11,7 @@ COMMENT=      Toolkit for building modeling f
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_ACTIONVIEW_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rack2>=2.2.4<3:../../www/ruby-rack2
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.2.4:../../www/ruby-rack
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack-test>=0.6.3:../../www/ruby-rack-test
 # ruby-actionview already depends them.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0<3:../../textproc/ruby-rails-dom-testing



Home | Main Index | Thread Index | Old Index