Fri May 1 22:27:49 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06
  - Setting license to gnu-gpl-v2

Upstream changes:
0.06  2009-04-07T16:13:05
      - Fixed a pasto in the "Support" section of the documentation.
      - Changed the documention from recommending that the diff output be
        wrapped in <pre> tags to suggesting instead that it be wrapped in an
        element that uses the CSS "white-space: pre". Reported by Pete Gillin
        (RT #24301).


(sno)
diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Diff-HTML/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-Diff-HTML/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-Text-Diff-HTML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Diff-HTML/Makefile 2008/10/19 19:18:56 1.6
+++ pkgsrc/textproc/p5-Text-Diff-HTML/Makefile 2009/05/01 22:27:49 1.7
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:56 he Exp $ 1# $NetBSD: Makefile,v 1.7 2009/05/01 22:27:49 sno Exp $
2 2
3DISTNAME= Text-Diff-HTML-0.05 3DISTNAME= Text-Diff-HTML-0.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5# PKGREVISION= 2 
6PKGREVISION= 1 
7CATEGORIES= perl5 textproc 5CATEGORIES= perl5 textproc
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
 7#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Text-Diff-HTML/ 10HOMEPAGE= http://search.cpan.org/dist/Text-Diff-HTML/
12COMMENT= HTML formatting class for Text::Diff 11COMMENT= HTML formatting class for Text::Diff
 12LICENSE= gnu-gpl-v2 # OR artistic
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Text-Diff>=0.11:../../textproc/p5-Text-Diff 16DEPENDS+= p5-Text-Diff>=0.11:../../textproc/p5-Text-Diff
17DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 17DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
18 18
19PERL5_MODULE_TYPE= Module::Build 19PERL5_MODULE_TYPE= Module::Build
20PERL5_PACKLIST= auto/Text/Diff/HTML/.packlist 20PERL5_PACKLIST= auto/Text/Diff/HTML/.packlist
21 21
22.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/textproc/p5-Text-Diff-HTML/distinfo 2008/07/27 16:35:49 1.2
+++ pkgsrc/textproc/p5-Text-Diff-HTML/distinfo 2009/05/01 22:27:49 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2008/07/27 16:35:49 he Exp $ 1$NetBSD: distinfo,v 1.3 2009/05/01 22:27:49 sno Exp $
2 2
3SHA1 (Text-Diff-HTML-0.05.tar.gz) = 2933f0c0a3549f358080897efadbdbc63729bfe4 3SHA1 (Text-Diff-HTML-0.06.tar.gz) = 5680b06365a8183e32e773ea08dd657af14510a6
4RMD160 (Text-Diff-HTML-0.05.tar.gz) = 06328eda441d13e4f3bbe1655a00af3eeccafbf3 4RMD160 (Text-Diff-HTML-0.06.tar.gz) = 4cc63539b401bb62b1f6bfb820b47169e0d2d4a7
5Size (Text-Diff-HTML-0.05.tar.gz) = 5684 bytes 5Size (Text-Diff-HTML-0.06.tar.gz) = 5859 bytes