pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack61



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

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

Log Message:
www/ruby-actionpack61: 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.4 -r1.5 pkgsrc/www/ruby-actionpack61/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-actionpack61/Makefile
diff -u pkgsrc/www/ruby-actionpack61/Makefile:1.4 pkgsrc/www/ruby-actionpack61/Makefile:1.5
--- pkgsrc/www/ruby-actionpack61/Makefile:1.4   Thu Jan 19 14:31:10 2023
+++ pkgsrc/www/ruby-actionpack61/Makefile       Sun Oct  8 11:52:53 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2023/01/19 14:31:10 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/10/08 11:52:53 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.0:../../www/ruby-rack2
+DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0:../../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