diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:07:38 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:07:38 +0000 |
commit | 08db5e180b391655a4b4c21f5da4041e79acb273 (patch) | |
tree | a4c2c7e7a6ccbd79e617093e42c940249071f7b4 /devel | |
parent | 93d24bea4769fa6ef0d6259503e584ec27ec0bb7 (diff) | |
download | pkgsrc-08db5e180b391655a4b4c21f5da4041e79acb273.tar.gz |
- updated version to 0.08
- new maintainer
- pkg_destdir_support
- ok by joerg
Changelog:
0.08 - 21 Mar 2007
Fixed a problem where certain differences would cause corruption
later in the traverse_sequences3 output. Reported by Mark Glines.
0.07 - 21 Mar 2007
Fixed an entry in the internal state mapping that was causing a one-off
error in certain cases. Reported by Mark Glines.
0.06 - 20 Mar 2007
Fixed outstanding tickets on rt.cpan.org (#11184, #14483).
Fixed a bug found by Mark Glines. This resulted in an additional
entry in the callback map.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Merge/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Algorithm-Merge/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index 3b5e1b49a0c..77d11f86b61 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:19 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/12/09 22:07:38 rhaen Exp $ -DISTNAME= Algorithm-Merge-0.05 +DISTNAME= Algorithm-Merge-0.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ext -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/~jsmith/Algorithm-Merge-0.05/ COMMENT= Perl module providing diff3(1)-like functionality DEPENDS+= p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Algorithm/Merge/.packlist diff --git a/devel/p5-Algorithm-Merge/distinfo b/devel/p5-Algorithm-Merge/distinfo index fda69ff086b..a192261fe7c 100644 --- a/devel/p5-Algorithm-Merge/distinfo +++ b/devel/p5-Algorithm-Merge/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:22 agc Exp $ +$NetBSD: distinfo,v 1.4 2007/12/09 22:07:38 rhaen Exp $ -SHA1 (Algorithm-Merge-0.05.tar.gz) = 708bc7d1ba1dc53ed164f04009bcbbb6864f8a90 -RMD160 (Algorithm-Merge-0.05.tar.gz) = 0cb21b2dbe973fd3b88a9e281edcc6a7f602100d -Size (Algorithm-Merge-0.05.tar.gz) = 9087 bytes +SHA1 (Algorithm-Merge-0.08.tar.gz) = 89d2c606c27cbed4a7a1cad0737e437a1d27cf00 +RMD160 (Algorithm-Merge-0.08.tar.gz) = 4a6f1b4b19c47abb9207ac87fcdbc9e66581a8ba +Size (Algorithm-Merge-0.08.tar.gz) = 9915 bytes |