pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  8 22:09:48 UTC 2018

Modified Files:
        pkgsrc/www/ruby-rack-protection: Makefile
        pkgsrc/www/ruby-url_mount: Makefile

Log Message:
www: allow use of ruby25


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-rack-protection/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-url_mount/Makefile

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

Modified files:

Index: pkgsrc/www/ruby-rack-protection/Makefile
diff -u pkgsrc/www/ruby-rack-protection/Makefile:1.11 pkgsrc/www/ruby-rack-protection/Makefile:1.12
--- pkgsrc/www/ruby-rack-protection/Makefile:1.11       Sun Jul 30 22:32:28 2017
+++ pkgsrc/www/ruby-rack-protection/Makefile    Mon Jan  8 22:09:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/07/30 22:32:28 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/01/08 22:09:48 taca Exp $
 
 DISTNAME=      rack-protection-2.0.0
 CATEGORIES=    www
@@ -10,7 +10,5 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
 
-RUBY_VERSIONS_ACCEPTED=        23 22 24
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-url_mount/Makefile
diff -u pkgsrc/www/ruby-url_mount/Makefile:1.4 pkgsrc/www/ruby-url_mount/Makefile:1.5
--- pkgsrc/www/ruby-url_mount/Makefile:1.4      Sun Jul 30 22:32:28 2017
+++ pkgsrc/www/ruby-url_mount/Makefile  Mon Jan  8 22:09:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:28 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/08 22:09:48 taca Exp $
 
 DISTNAME=      url_mount-0.2.1
 CATEGORIES=    www
@@ -10,7 +10,5 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-rack>=0:../../www/ruby-rack
 
-RUBY_VERSIONS_ACCEPTED=        23 22 24
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index