pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-coffeescript



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun  7 15:33:24 UTC 2020

Modified Files:
        pkgsrc/www/ruby-jekyll-coffeescript: Makefile distinfo

Log Message:
www/ruby-jekyll-coffeescript: update to 2.0.0

Update ruby-jekyll-coffeescript to 2.0.0.

2.0 / 2019-09-06

Major Enhancements

* Require Ruby 2.4 or greater (#38)
* Require Jekyll 4.0

1.2.2 / 2019-03-24

Bug Fixes

* Revert jekyll to be just a development_dependency for v1.x.x series.

1.2.1 / 2019-03-23

Bug Fixes

* Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#33)

1.2.0 / 2019-03-22

Development Fixes

* Drop support for Ruby < 2.4
* Allow Jekyll v4 (still alpha)
* Style: Target Ruby 2.4 (#31)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-jekyll-coffeescript/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-jekyll-coffeescript/distinfo

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-jekyll-coffeescript/Makefile
diff -u pkgsrc/www/ruby-jekyll-coffeescript/Makefile:1.3 pkgsrc/www/ruby-jekyll-coffeescript/Makefile:1.4
--- pkgsrc/www/ruby-jekyll-coffeescript/Makefile:1.3    Tue Mar 13 17:46:30 2018
+++ pkgsrc/www/ruby-jekyll-coffeescript/Makefile        Sun Jun  7 15:33:23 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/03/13 17:46:30 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/07 15:33:23 taca Exp $
 
-DISTNAME=      jekyll-coffeescript-1.1.1
+DISTNAME=      jekyll-coffeescript-2.0.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,9 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-coffee-script>=2.2<3:../../lang/ruby-coffee-script
 
-OVERRIDE_GEMSPEC+=     coffee-script-source>=1.11.1
+USE_LANGUAGES= # none
+
+OVERRIDE_GEMSPEC+=     coffee-script-source>=1.12
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-jekyll-coffeescript/distinfo
diff -u pkgsrc/www/ruby-jekyll-coffeescript/distinfo:1.4 pkgsrc/www/ruby-jekyll-coffeescript/distinfo:1.5
--- pkgsrc/www/ruby-jekyll-coffeescript/distinfo:1.4    Tue Mar 13 17:46:30 2018
+++ pkgsrc/www/ruby-jekyll-coffeescript/distinfo        Sun Jun  7 15:33:23 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/03/13 17:46:30 taca Exp $
+$NetBSD: distinfo,v 1.5 2020/06/07 15:33:23 taca Exp $
 
-SHA1 (jekyll-coffeescript-1.1.1.gem) = 942c945270e8e40d803d60c95c70433dd79ece1e
-RMD160 (jekyll-coffeescript-1.1.1.gem) = 48a1c535db816f114faf602bf90e4a94c5f0b451
-SHA512 (jekyll-coffeescript-1.1.1.gem) = 6e6f7c21b01a840c30b668b68da2d0ce657bbc6f6394502c32b93f0a2d8881ce50066dc1f8a34496101db24e97da3ea857ae02f8d983b2cbea90a104a4be8ccf
-Size (jekyll-coffeescript-1.1.1.gem) = 4608 bytes
+SHA1 (jekyll-coffeescript-2.0.0.gem) = 4053c798675007f91c4eda05c4840476deeb7c90
+RMD160 (jekyll-coffeescript-2.0.0.gem) = 0b37904f2277ac5ab3d5cfab5422a6852ab29e1b
+SHA512 (jekyll-coffeescript-2.0.0.gem) = 11e81b24dc1f85ace0ee15fad93a3a33defd72e152cdcb6aec8fedb8992e5dbdbafa8ee9ce7339cb9b10b19c04c72a25bd3d46685d99b762a218205a3f3c9fa0
+Size (jekyll-coffeescript-2.0.0.gem) = 4608 bytes



Home | Main Index | Thread Index | Old Index