Update p5-Text-Sass to 0.93.
Changes from previous: 0.93 - kicked version number 0.9.3 - downgraded POSIX requirement - RT#72204 0.9.2 - background: url(xxx) no-repeat fix from mk@bluepipe.dk RT#66349 0.9.1 - test fixes - fpu platform differences & RT#63256 0.9 - Function & SCSS support from Bjørn-Olav 0.8 - Flexible indentation fixes, from Bjørn-Olav Retain declaration order, from Bjørn-Olav 0.7 - Better whitespace handling. Very hacky though. A handful of new tests. 0.6 - Better nesting, lots of haphazard debugging; Thanks to tests & queries from Bjørn-Olav Strand
This commit is contained in:
parent
1af6b780e2
commit
4f7fcd4da3
2 changed files with 11 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2011/08/14 15:14:14 obache Exp $
|
# $NetBSD: Makefile,v 1.4 2011/11/17 07:56:35 hiramatsu Exp $
|
||||||
|
|
||||||
DISTNAME= Text-Sass-0.5
|
DISTNAME= Text-Sass-0.93
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 2
|
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||||
|
|
||||||
|
@ -17,7 +16,12 @@ USE_LANGUAGES= # empty
|
||||||
PERL5_PACKLIST= auto/Text-Sass/.packlist
|
PERL5_PACKLIST= auto/Text-Sass/.packlist
|
||||||
PERL5_MODULE_TYPE= Module::Build
|
PERL5_MODULE_TYPE= Module::Build
|
||||||
|
|
||||||
|
REPLACE_PERL+= bin/sass2css.pl
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= p5-Try-Tiny>=0.06:../../devel/p5-Try-Tiny
|
||||||
|
|
||||||
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
||||||
|
DEPENDS+= p5-Convert-Color>=0.05:../../converters/p5-Convert-Color
|
||||||
|
|
||||||
.include "../../lang/perl5/module.mk"
|
.include "../../lang/perl5/module.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.1.1.1 2010/07/09 04:01:34 seb Exp $
|
$NetBSD: distinfo,v 1.2 2011/11/17 07:56:35 hiramatsu Exp $
|
||||||
|
|
||||||
SHA1 (Text-Sass-0.5.tar.gz) = 329ddff6c024122b0b388524bd8e690e8f5a4785
|
SHA1 (Text-Sass-0.93.tar.gz) = b18ac3b8807be68094b5f2606353521a8f5a614c
|
||||||
RMD160 (Text-Sass-0.5.tar.gz) = ca37aab7e73ff3e391e295e4ff191ef6dad77250
|
RMD160 (Text-Sass-0.93.tar.gz) = bb75b6c1ba6145e4fa8e25ce49fa88b13ff7619b
|
||||||
Size (Text-Sass-0.5.tar.gz) = 9633 bytes
|
Size (Text-Sass-0.93.tar.gz) = 18451 bytes
|
||||||
|
|
Loading…
Reference in a new issue