Thu Jul 11 04:52:07 2013 UTC ()
Update to 0.97

Upstream changes:
0.97 - #80831 comma-separated selectors from BGRIMM
       #80927 scss to css for nested includes from BGRIMM

0.96 - #77718 pod encoding bug from ANDK
     - improved URL handling, tests from Dan Markham

0.95 - bugfix for RT#74181 from Andrei Arsenin

0.94 - bugfix for RT#74160 from Andrei Arsenin


(wen)
diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Sass/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-Sass/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Sass/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Sass/Makefile 2013/05/31 12:42:17 1.7
+++ pkgsrc/textproc/p5-Text-Sass/Makefile 2013/07/11 04:52:07 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2013/07/11 04:52:07 wen Exp $
2 2
3DISTNAME= Text-Sass-0.93 3DISTNAME= Text-Sass-0.97
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-Sass/ 9HOMEPAGE= http://search.cpan.org/dist/Text-Sass/
11COMMENT= Perl 5 module implementing Sass 10COMMENT= Perl 5 module implementing Sass
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Text-Sass/.packlist 14PERL5_PACKLIST= auto/Text-Sass/.packlist
16PERL5_MODULE_TYPE= Module::Build 15PERL5_MODULE_TYPE= Module::Build
17 16
18REPLACE_PERL+= bin/sass2css.pl 17REPLACE_PERL+= bin/sass2css.pl

cvs diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-Sass/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Sass/distinfo 2011/11/17 07:56:35 1.2
+++ pkgsrc/textproc/p5-Text-Sass/distinfo 2013/07/11 04:52:07 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2011/11/17 07:56:35 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.3 2013/07/11 04:52:07 wen Exp $
2 2
3SHA1 (Text-Sass-0.93.tar.gz) = b18ac3b8807be68094b5f2606353521a8f5a614c 3SHA1 (Text-Sass-0.97.tar.gz) = ef9fc8793abc4e916fe340a9bfbf3b9365fc08dd
4RMD160 (Text-Sass-0.93.tar.gz) = bb75b6c1ba6145e4fa8e25ce49fa88b13ff7619b 4RMD160 (Text-Sass-0.97.tar.gz) = 4abecc3dc9ee722e3d419344d7c6c816b392ca43
5Size (Text-Sass-0.93.tar.gz) = 18451 bytes 5Size (Text-Sass-0.97.tar.gz) = 20312 bytes