pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ruby-roadie-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  4 05:29:13 UTC 2022

Modified Files:
        pkgsrc/mail/ruby-roadie-rails: Makefile

Log Message:
mail/ruby-roadie-rails: fix typo in RUBY_RAILS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-roadie-rails/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-roadie-rails/Makefile
diff -u pkgsrc/mail/ruby-roadie-rails/Makefile:1.3 pkgsrc/mail/ruby-roadie-rails/Makefile:1.4
--- pkgsrc/mail/ruby-roadie-rails/Makefile:1.3  Thu Sep  1 16:29:35 2022
+++ pkgsrc/mail/ruby-roadie-rails/Makefile      Sun Sep  4 05:29:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/09/01 16:29:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/04 05:29:12 taca Exp $
 
 DISTNAME=      roadie-rails-3.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rails/rails${RUBY_RAILS}/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-roadie>=5.0<
 USE_LANGUAGES= # none
 
 RUBY_VERSIONS_ACCEPTED=        30 31
-RUBY_RAILS_ACCEPTED=   ${RUBY_RAILS_REQDRUBY_RAILS}
+RUBY_RAILS_ACCEPTED=   ${RUBY_RAILS_REQD}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index