diff options
author | sno <sno@pkgsrc.org> | 2009-05-01 22:27:49 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-01 22:27:49 +0000 |
commit | 3134a7008c7df7d1dcc8f07421c6b76cc43335f9 (patch) | |
tree | f584a6436a2034714bf3d090e0d49d6676066a80 /textproc | |
parent | 4dff123d5e61d76116aa2733220f822b6146d8c0 (diff) | |
download | pkgsrc-3134a7008c7df7d1dcc8f07421c6b76cc43335f9.tar.gz |
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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Diff-HTML/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-HTML/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Text-Diff-HTML/Makefile b/textproc/p5-Text-Diff-HTML/Makefile index 8860d34e180..a0a05d9c30f 100644 --- a/textproc/p5-Text-Diff-HTML/Makefile +++ b/textproc/p5-Text-Diff-HTML/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:56 he Exp $ +# $NetBSD: Makefile,v 1.7 2009/05/01 22:27:49 sno Exp $ -DISTNAME= Text-Diff-HTML-0.05 +DISTNAME= Text-Diff-HTML-0.06 PKGNAME= p5-${DISTNAME} -# PKGREVISION= 2 -PKGREVISION= 1 CATEGORIES= perl5 textproc -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Diff-HTML/ COMMENT= HTML formatting class for Text::Diff +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-Text-Diff-HTML/distinfo b/textproc/p5-Text-Diff-HTML/distinfo index 334f9c62676..58254efe85a 100644 --- a/textproc/p5-Text-Diff-HTML/distinfo +++ b/textproc/p5-Text-Diff-HTML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/27 16:35:49 he Exp $ +$NetBSD: distinfo,v 1.3 2009/05/01 22:27:49 sno Exp $ -SHA1 (Text-Diff-HTML-0.05.tar.gz) = 2933f0c0a3549f358080897efadbdbc63729bfe4 -RMD160 (Text-Diff-HTML-0.05.tar.gz) = 06328eda441d13e4f3bbe1655a00af3eeccafbf3 -Size (Text-Diff-HTML-0.05.tar.gz) = 5684 bytes +SHA1 (Text-Diff-HTML-0.06.tar.gz) = 5680b06365a8183e32e773ea08dd657af14510a6 +RMD160 (Text-Diff-HTML-0.06.tar.gz) = 4cc63539b401bb62b1f6bfb820b47169e0d2d4a7 +Size (Text-Diff-HTML-0.06.tar.gz) = 5859 bytes |