forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruby-jekyll-sass-converter to 1.4.0.
1.4.0 / 2015-12-25 Minor Enhancements Bump Sass to v3.4 and above. (#40) Strip byte order mark from generated compressed Sass/SCSS (#39) Strip BOM by default, but don't add in the @charset by default (#42) Development Fixes Add Jekyll 2 & 3 to test matrix (#41)
- Loading branch information
taca
committed
Jan 3, 2016
1 parent
0bfb778
commit e1417ac
Showing
2 changed files
with
8 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,14 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1 2015/03/13 16:47:01 taca Exp $ | ||
# $NetBSD: Makefile,v 1.2 2016/01/03 08:19:17 taca Exp $ | ||
|
||
DISTNAME= jekyll-sass-converter-1.3.0 | ||
DISTNAME= jekyll-sass-converter-1.4.0 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/jekyll/jekyll-sass-converter | ||
COMMENT= Basic Sass converter for Jekyll | ||
LICENSE= mit | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-sass>=3.2<4:../../www/ruby-sass | ||
DEPENDS+= ${RUBY_PKGPREFIX}-sass>=3.4<4:../../www/ruby-sass | ||
|
||
.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.2 2015/11/04 02:47:35 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2016/01/03 08:19:17 taca Exp $ | ||
|
||
SHA1 (jekyll-sass-converter-1.3.0.gem) = 2bb7f5bd42126fb1b9ef7f67d9af7d86cc25a546 | ||
RMD160 (jekyll-sass-converter-1.3.0.gem) = 03bc87058c21fd770ec0aa2abe7b29df50c84f6b | ||
SHA512 (jekyll-sass-converter-1.3.0.gem) = bc85d9c83b03698e2b231a649f611cd3951e7165a0f7482c7831a34d83283ebea53524127cc538171cb784af30616b8e46c36a5e1118337af6483f6c8e516d90 | ||
Size (jekyll-sass-converter-1.3.0.gem) = 5632 bytes | ||
SHA1 (jekyll-sass-converter-1.4.0.gem) = 33dca5b3d2c463fe51e0ed762b86f4f6101f8d1f | ||
RMD160 (jekyll-sass-converter-1.4.0.gem) = 47ae5dad7b40c44f1500d14d476d3c32f77262ad | ||
SHA512 (jekyll-sass-converter-1.4.0.gem) = cda8b113c433e6ca7fa1a019e63473d6d1adb77f885e1fa09cece8d360772f3985802383bbb24e9e9f7e9ab1728462243249d0e5cf93e95d4b5eb1f3df446ab8 | ||
Size (jekyll-sass-converter-1.4.0.gem) = 5632 bytes |