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:           Wed Feb 11 08:50:21 UTC 2026

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

Log Message:
www/ruby-actionpack80: add dependency

www/ruby-actionpack80 require ruby-useragent.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/ruby-actionpack80/Makefile:1.4
--- pkgsrc/www/ruby-actionpack80/Makefile:1.3   Tue May 27 16:13:45 2025
+++ pkgsrc/www/ruby-actionpack80/Makefile       Wed Feb 11 08:50:21 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2025/05/27 16:13:45 taca Exp $
+# $NetBSD: Makefile,v 1.4 2026/02/11 08:50:21 taca Exp $
 
 DISTNAME=      actionpack-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +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
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index