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:           Wed Feb 11 07:49:58 UTC 2026

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

Log Message:
textproc/ruby-actionpack-xml_parser: remove Rails version from PKGNAME

* remove Rails version from PKGNAME
* Remove dependency to Rails related pacakge assuming this pacakge is
  used by ruby-redmine pacakges.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.5
--- pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.4     Sat Dec 14 11:15:07 2024
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile Wed Feb 11 07:49:58 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/12/14 11:15:07 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/11 07:49:58 taca Exp $
 
 DISTNAME=      actionpack-xml_parser-2.0.1
-PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/actionpack/actionpack${RUBY_RAILS}/}
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,12 +8,16 @@ HOMEPAGE=     http://www.rubyonrails.org/
 COMMENT=       XML parameters parser for Action Pack (removed from core in Rails 4.0)
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
-DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
 
-USE_LANGUAGES= # none
+# This pacakge is assumed to used by redmine51, redmine60 and redmine61.
+# To shared by multiple rails, omit dependency here.
+#DEPENDS+=     ${RUBY_ACTIONPACK_DEPENDS}
+#DEPENDS+=     ${RUBY_RAILTIES_DEPENDS}
+#RUBY_RAILS_ACCEPTED=  61 72
+
+CONFLICTS+=    ${RUBY_PKGPREFIX}-actionpack[67][0-2]-xml_parser-[0-9]*
 
-RUBY_RAILS_ACCEPTED=   61 72
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index