pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack80



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Feb 13 02:12:37 UTC 2026

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

Log Message:
www/ruby-actionpack80: correct wrong DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack80/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-actionpack80/Makefile
diff -u pkgsrc/www/ruby-actionpack80/Makefile:1.4 pkgsrc/www/ruby-actionpack80/Makefile:1.5
--- pkgsrc/www/ruby-actionpack80/Makefile:1.4   Wed Feb 11 08:50:21 2026
+++ pkgsrc/www/ruby-actionpack80/Makefile       Fri Feb 13 02:12:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/02/11 08:50:21 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/13 02:12:37 taca Exp $
 
 DISTNAME=      actionpack-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
@@ -17,7 +17,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rack-test>=0
 # ruby-actionview already depends them.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-rails-dom-testing>=2.2.0<3:../../textproc/ruby-rails-dom-testing
 #DEPENDS+=     ${RUBY_PKGPREFIX}-rails-html-sanitizer>=1.6<2:../../www/ruby-rails-html-sanitizer
-DEPENDS+=      ${RUBY_PKGPREFIX}-useragent>=0.16<../1:../../www/ruby-useragent
+DEPENDS+=      ${RUBY_PKGPREFIX}-useragent>=0.16<1:../../www/ruby-useragent
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index