pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May  4 06:11:46 UTC 2026

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

Log Message:
Drop support for rails61.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-with_advisory_lock53/Makefile
cvs rdiff -u -r1.5 -r1.6 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/databases/ruby-with_advisory_lock53/Makefile
diff -u pkgsrc/databases/ruby-with_advisory_lock53/Makefile:1.2 pkgsrc/databases/ruby-with_advisory_lock53/Makefile:1.3
--- pkgsrc/databases/ruby-with_advisory_lock53/Makefile:1.2     Wed Apr  8 14:29:33 2026
+++ pkgsrc/databases/ruby-with_advisory_lock53/Makefile Mon May  4 06:11:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/04/08 14:29:33 taca Exp $
+# $NetBSD: Makefile,v 1.3 2026/05/04 06:11:46 taca Exp $
 
 DISTNAME=      with_advisory_lock-5.3.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-/53-/}
@@ -15,7 +15,7 @@ RUBY_VERSIONS_ACCEPTED=       33 34
 # To shared by multiple rails, omit dependency here.
 #DEPENDS+=     ${RUBY_ACTIVERECORD_DEPENDS}
 #
-#RUBY_RAILS_ACCEPTED=  61 72
+#RUBY_RAILS_ACCEPTED=  72
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile
diff -u pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.5 pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.6
--- pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile:1.5     Wed Feb 11 07:49:58 2026
+++ pkgsrc/textproc/ruby-actionpack-xml_parser/Makefile Mon May  4 06:11:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/02/11 07:49:58 taca Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/04 06:11:46 taca Exp $
 
 DISTNAME=      actionpack-xml_parser-2.0.1
 CATEGORIES=    textproc
@@ -13,7 +13,7 @@ LICENSE=      mit
 # To shared by multiple rails, omit dependency here.
 #DEPENDS+=     ${RUBY_ACTIONPACK_DEPENDS}
 #DEPENDS+=     ${RUBY_RAILTIES_DEPENDS}
-#RUBY_RAILS_ACCEPTED=  61 72
+#RUBY_RAILS_ACCEPTED=  72
 
 CONFLICTS+=    ${RUBY_PKGPREFIX}-actionpack[67][0-2]-xml_parser-[0-9]*
 



Home | Main Index | Thread Index | Old Index