pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport51



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  3 15:11:01 UTC 2019

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

Log Message:
devel/ruby-activesupport51: change dependency to ruby-tzinfo1

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport51/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-activesupport51/Makefile
diff -u pkgsrc/devel/ruby-activesupport51/Makefile:1.1 pkgsrc/devel/ruby-activesupport51/Makefile:1.2
--- pkgsrc/devel/ruby-activesupport51/Makefile:1.1      Wed Mar 21 09:39:58 2018
+++ pkgsrc/devel/ruby-activesupport51/Makefile  Sun Feb  3 15:11:01 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/03/21 09:39:58 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/03 15:11:01 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -11,7 +12,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.7:../../devel/ruby-i18n
 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