pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-globalid



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  3 17:24:41 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-globalid: Makefile

Log Message:
devel/ruby-globalid: relax rails version

Relax acceptable Ruby on Rails version.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-globalid/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-globalid/Makefile
diff -u pkgsrc/devel/ruby-globalid/Makefile:1.9 pkgsrc/devel/ruby-globalid/Makefile:1.10
--- pkgsrc/devel/ruby-globalid/Makefile:1.9     Sun Feb  3 14:36:06 2019
+++ pkgsrc/devel/ruby-globalid/Makefile Sun Mar  3 17:24:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/02/03 14:36:06 taca Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/03 17:24:41 taca Exp $
 
 DISTNAME=      globalid-0.4.2
 CATEGORIES=    devel
@@ -12,7 +12,7 @@ DEPENDS+=     ${RUBY_ACTIVESUPPORT_DEPENDS}
 
 USE_LANGAGES=  # none
 
-RUBY_RAILS_ACCEPTED=   42
+RUBY_RAILS_ACCEPTED=   # defined
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index