forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
taca
committed
Jun 7, 2020
1 parent
2896496
commit 638e3fc
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |