pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  4 07:37:09 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-eet: Makefile
        pkgsrc/devel/ruby-railties42: Makefile

Log Message:
Drop use of RUBY_RDOC_REQD.  Since current all ruby*-base packages
contains rdoc version 4.1.0 or later, there is no reason to require
sepatate devel/ruby-rdoc pacakge.

So, RUBY_RDOC_REQD is already noop, no PKGREVISION bump.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-eet/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties42/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-eet/Makefile
diff -u pkgsrc/devel/ruby-eet/Makefile:1.17 pkgsrc/devel/ruby-eet/Makefile:1.18
--- pkgsrc/devel/ruby-eet/Makefile:1.17 Fri Apr 14 21:35:34 2017
+++ pkgsrc/devel/ruby-eet/Makefile      Thu May  4 07:37:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/04/14 21:35:34 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/04 07:37:09 taca Exp $
 
 DISTNAME=      ruby-eet-0.1.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,6 @@ HOMEPAGE=     http://code-monkey.de/pages/ru
 COMMENT=       Ruby module to read and write EET files
 LICENSE=       mit
 
-RUBY_RDOC_REQD=        2.0.0
 USE_RAKE=      YES
 USE_TOOLS+=    pkg-config
 

Index: pkgsrc/devel/ruby-railties42/Makefile
diff -u pkgsrc/devel/ruby-railties42/Makefile:1.1 pkgsrc/devel/ruby-railties42/Makefile:1.2
--- pkgsrc/devel/ruby-railties42/Makefile:1.1   Sat Apr 22 10:17:30 2017
+++ pkgsrc/devel/ruby-railties42/Makefile       Thu May  4 07:37:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/22 10:17:30 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/04 07:37:09 taca Exp $
 
 DISTNAME=      railties-${RUBY_RAILS_VERSION}
 CATEGORIES=    databases
@@ -14,7 +14,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-thor>=0.18.1
 
 RUBY_RAILS_SUPPORTED=  42
 RUBY_RAILS_STRICT_DEP= yes
-RUBY_RDOC_REQD=                3.4
 USE_RAKE=              RUN
 OVERRIDE_GEMSPEC+=     rack-ssl>=1.3.2 rdoc>=3.4
 



Home | Main Index | Thread Index | Old Index