diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 07:56:35 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 07:56:35 +0000 |
commit | 4f7fcd4da3e4de333eda6ca092e86d24476c716f (patch) | |
tree | 3400eccbea4558090c12bb92f1395111dab1fb86 /textproc | |
parent | 1af6b780e2da32354a927786b2124fe24a95775f (diff) | |
download | pkgsrc-4f7fcd4da3e4de333eda6ca092e86d24476c716f.tar.gz |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Sass/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Sass/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile index fdfcf3e4c88..969032236ef 100644 --- a/textproc/p5-Text-Sass/Makefile +++ b/textproc/p5-Text-Sass/Makefile @@ -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} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -17,7 +16,12 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text-Sass/.packlist 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-Convert-Color>=0.05:../../converters/p5-Convert-Color .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Sass/distinfo b/textproc/p5-Text-Sass/distinfo index 570616b064f..d17f92f5102 100644 --- a/textproc/p5-Text-Sass/distinfo +++ b/textproc/p5-Text-Sass/distinfo @@ -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 -RMD160 (Text-Sass-0.5.tar.gz) = ca37aab7e73ff3e391e295e4ff191ef6dad77250 -Size (Text-Sass-0.5.tar.gz) = 9633 bytes +SHA1 (Text-Sass-0.93.tar.gz) = b18ac3b8807be68094b5f2606353521a8f5a614c +RMD160 (Text-Sass-0.93.tar.gz) = bb75b6c1ba6145e4fa8e25ce49fa88b13ff7619b +Size (Text-Sass-0.93.tar.gz) = 18451 bytes |