pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-railties42
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 13 16:37:14 UTC 2018
Modified Files:
pkgsrc/devel/ruby-railties42: Makefile distinfo
Log Message:
devel/ruby-railties42: update to 4.2.10
No change except version.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-railties42/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties42/distinfo
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-railties42/Makefile
diff -u pkgsrc/devel/ruby-railties42/Makefile:1.4 pkgsrc/devel/ruby-railties42/Makefile:1.5
--- pkgsrc/devel/ruby-railties42/Makefile:1.4 Wed Jun 21 14:42:55 2017
+++ pkgsrc/devel/ruby-railties42/Makefile Tue Mar 13 16:37:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/21 14:42:55 taca Exp $
+# $NetBSD: Makefile,v 1.5 2018/03/13 16:37:13 taca Exp $
DISTNAME= railties-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION}
@@ -16,14 +16,13 @@ DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.18.1
RUBY_RAILS_SUPPORTED= 42
RUBY_RAILS_STRICT_DEP= yes
RUBYGEM_OPTIONS+= --format-executable
-RUBYGEM_OPTIONS+= --format-executable
-OVERRIDE_GEMSPEC+= rack-ssl>=1.3.2 rdoc>=3.4 \
- :executables rails=rails42 :files bin/rails=bin/rails42
+OVERRIDE_GEMSPEC+= :executables rails=rails${RUBY_RAILS} \
+ :files bin/rails=bin/rails${RUBY_RAILS}
pre-configure:
- ${TEST} -f ${WRKSRC}/bin/rails42 || \
- ${MV} ${WRKSRC}/bin/rails ${WRKSRC}/bin/rails42
- ${CHMOD} ${BINMODE} ${WRKSRC}/bin/rails42
+ ${TEST} -f ${WRKSRC}/bin/rails${RUBY_RAILS} || \
+ ${MV} ${WRKSRC}/bin/rails ${WRKSRC}/bin/rails${RUBY_RAILS}
+ ${CHMOD} ${BINMODE} ${WRKSRC}/bin/rails${RUBY_RAILS}
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-railties42/distinfo
diff -u pkgsrc/devel/ruby-railties42/distinfo:1.1 pkgsrc/devel/ruby-railties42/distinfo:1.2
--- pkgsrc/devel/ruby-railties42/distinfo:1.1 Sat Apr 22 10:17:30 2017
+++ pkgsrc/devel/ruby-railties42/distinfo Tue Mar 13 16:37:13 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/22 10:17:30 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 16:37:13 taca Exp $
-SHA1 (railties-4.2.8.gem) = ec16b696985663f5e67bbeeb9acf331f3eb3892b
-RMD160 (railties-4.2.8.gem) = 6ac919fd6368c6dc1d76d22d83272c964ba4e43d
-SHA512 (railties-4.2.8.gem) = a786d84049dafcf6780cd43649e5a2c0a8779b990dadd389b0d31dc13cc896ecb2f9acadbce744bf836c78aea0256fb91ea647a22c2cc9f1ce9837e4e308e426
-Size (railties-4.2.8.gem) = 128000 bytes
+SHA1 (railties-4.2.10.gem) = 466289fa08733263f8eec06257672adfd905a9ef
+RMD160 (railties-4.2.10.gem) = e1dafd40ca441aea049299c434e62f96dc0eb0d1
+SHA512 (railties-4.2.10.gem) = a0e11a332077417b1bf275308a6519f1bf42b1abb718d57828042bdfcce2afc68b6b4ffe9aaaaae7082efd0d38690aed6810292b85dd66659828124b0a04bcf7
+Size (railties-4.2.10.gem) = 128000 bytes
Home |
Main Index |
Thread Index |
Old Index