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)
This commit is contained in:
parent
e6cfd613e1
commit
41452341b1
3 changed files with 9 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue