pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-actionpack-xml_parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Sep  1 16:42:12 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-actionpack-xml_parser: Makefile

Log Message:
textproc/ruby-actionpack-xml_parser: fix build problem

Fix build problem when RUBY_RAILS's version is specified.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile
diff -u pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.1 pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.2
--- pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.1     Mon May 25 15:17:54 2020
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile Thu Sep  1 16:42:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/25 15:17:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/01 16:42:12 taca Exp $
 
 DISTNAME=      actionpack-xml_parser-2.0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/actionpack/actionpack${RUBY_RAILS}/}
@@ -14,7 +14,7 @@ DEPENDS+=     ${RUBY_RAILTIES_DEPENDS}
 
 USE_LANGUAGES= # none
 
-RUBY_RAILS_ACCEPTED=   # defined
+RUBY_RAILS_ACCEPTED?=  ${RUBY_RAILS}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index