diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:25:15 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:25:15 +0000 |
commit | 41452341b197a1ab501b6a022e4002f04c65fa5f (patch) | |
tree | 27e3a30537db0027a1719cc85844191669a2b436 | |
parent | e6cfd613e12007f9864300e393ff191261e6f7fe (diff) | |
download | pkgsrc-41452341b197a1ab501b6a022e4002f04c65fa5f.tar.gz |
updated devel/p5-Algorithm-Diff 1.19.01 -> 1.1902
1.19_02 2006-07-31
- Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576)
- Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067)
- DiffOld wasn't passing extra arguments to compare routine (RT 20650)
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/distinfo | 8 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile index e086d68a866..2c8afd748fd 100644 --- a/devel/p5-Algorithm-Diff/Makefile +++ b/devel/p5-Algorithm-Diff/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/11/05 17:49:34 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/06/09 23:25:15 abs Exp $ -DISTNAME= Algorithm-Diff-1.1901 -PKGNAME= p5-${DISTNAME:S/1901/19.01/} -PKGREVISION= 4 +DISTNAME= Algorithm-Diff-1.1902 +PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} -EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/ diff --git a/devel/p5-Algorithm-Diff/distinfo b/devel/p5-Algorithm-Diff/distinfo index 8564891ece7..73945e515c5 100644 --- a/devel/p5-Algorithm-Diff/distinfo +++ b/devel/p5-Algorithm-Diff/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:22 agc Exp $ +$NetBSD: distinfo,v 1.4 2007/06/09 23:25:15 abs Exp $ -SHA1 (Algorithm-Diff-1.1901.zip) = 32800b5456419ec16f5b392fc55f4fcd81ae5fa6 -RMD160 (Algorithm-Diff-1.1901.zip) = d1036306faf1f2c37275ff4715cbbb313adc6101 -Size (Algorithm-Diff-1.1901.zip) = 38497 bytes +SHA1 (Algorithm-Diff-1.1902.tar.gz) = f687d21fc0d42e6a065e465f326c97cd3f980639 +RMD160 (Algorithm-Diff-1.1902.tar.gz) = 3fc13f11788371a7a37bdd76e3c288e4d7606f43 +Size (Algorithm-Diff-1.1902.tar.gz) = 33529 bytes diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 9f8b17815bc..edd8b1b913f 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1291 2007/06/09 23:24:08 abs Exp $ +$NetBSD: CHANGES-2007,v 1.1292 2007/06/09 23:25:50 abs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2502,3 +2502,4 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/p5-File-HomeDir to 0.65 [abs 2007-06-10] Updated archivers/p5-Archive-Tar to 1.32 [abs 2007-06-10] Updated databases/p5-DBI to 1.56 [abs 2007-06-10] + Updated devel/p5-Algorithm-Diff to 1.1902 [abs 2007-06-10] |