pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport42



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 15:09:21 UTC 2019

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

Log Message:
devel/ruby-activesupport42: change dependencies

* Change dependency from devel/ruby-i18n to devel/ruby-i18n12.
* Change dependency from time/ruby-tzinfo to devel/ruby-tzinfo1.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-activesupport42/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-activesupport42/Makefile
diff -u pkgsrc/devel/ruby-activesupport42/Makefile:1.5 pkgsrc/devel/ruby-activesupport42/Makefile:1.6
--- pkgsrc/devel/ruby-activesupport42/Makefile:1.5      Sun Mar 18 14:21:20 2018
+++ pkgsrc/devel/ruby-activesupport42/Makefile  Sun Feb  3 15:09:21 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/03/18 14:21:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/03 15:09:21 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,9 +10,9 @@ HOMEPAGE=      http://www.rubyonrails.org/
 COMMENT=       Toolkit of support libraries (part of Rails 4.2)
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.7:../../devel/ruby-i18n
+DEPENDS+=      ${RUBY_PKGPREFIX}-i18n12>=0.7:../../devel/ruby-i18n12
 DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.3.4:../../misc/ruby-thread_safe
-DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=1.1:../../time/ruby-tzinfo
+DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo1>=1.1:../../time/ruby-tzinfo1
 # minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-minitest>=5.1:../../devel/ruby-minitest
 



Home | Main Index | Thread Index | Old Index