diff options
author | he <he> | 2008-11-28 14:44:25 +0000 |
---|---|---|
committer | he <he> | 2008-11-28 14:44:25 +0000 |
commit | 6924d5060d0b959b6885ece88de882a07e3a301b (patch) | |
tree | d88fcb0eeb2e6c3b802b8853c887b30921e1f1e0 /textproc | |
parent | 61cc17337d4011004dcb6d225e0f2c012c2bd9e1 (diff) | |
download | pkgsrc-6924d5060d0b959b6885ece88de882a07e3a301b.tar.gz |
Update from versio n0.97nb1 to 0.99.
Pkgsrc changes:
o Change to use Module::Build
Upstream changes:
0.99 October 03 2008
- Now can exclude some paths from the comparison:
- http://rt.cpan.org/Ticket/Display.html?id=39705
0.98 September 13 2008
- Added the LICENSE section to the POD (Kwalitee).
- Added the "use warnings" (Kwalitee).
- Added the "Repository URL" on the resources page.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SemanticDiff/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile index a4f62d97721..f789adc87ee 100644 --- a/textproc/p5-XML-SemanticDiff/Makefile +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:59 he Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/28 14:44:25 he Exp $ # -DISTNAME= XML-SemanticDiff-0.97 +DISTNAME= XML-SemanticDiff-0.99 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -18,6 +17,7 @@ DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode PERL5_PACKLIST= auto/XML/SemanticDiff/.packlist +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-SemanticDiff/distinfo b/textproc/p5-XML-SemanticDiff/distinfo index f6d557b16ab..7656d5e2300 100644 --- a/textproc/p5-XML-SemanticDiff/distinfo +++ b/textproc/p5-XML-SemanticDiff/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/18 14:56:01 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2008/11/28 14:44:25 he Exp $ -SHA1 (XML-SemanticDiff-0.97.tar.gz) = fef3563d39993e849ba2bb4621c7e994662e10f0 -RMD160 (XML-SemanticDiff-0.97.tar.gz) = bf3e67de2cddc06d1ac176921ffc22d90952575f -Size (XML-SemanticDiff-0.97.tar.gz) = 20342 bytes +SHA1 (XML-SemanticDiff-0.99.tar.gz) = 8ff0964a142fea0d80cc5a6c718a88fd2f1c3111 +RMD160 (XML-SemanticDiff-0.99.tar.gz) = fbe4e1cd1dc3f89d57a53cc4a389a9a54fc99337 +Size (XML-SemanticDiff-0.99.tar.gz) = 21160 bytes |