diff options
author | he <he@pkgsrc.org> | 2004-11-27 14:19:05 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-27 14:19:05 +0000 |
commit | 14f66847d26cd028becf566361152146861c604c (patch) | |
tree | 779071a70676fbb2570843228ab7cc56153206c3 /devel | |
parent | 395134f0761ec4621387872354748637498a3d84 (diff) | |
download | pkgsrc-14f66847d26cd028becf566361152146861c604c.tar.gz |
Update p5-Algorithm-Merge from 0.04 to 0.05.
Add HOMEPAGE pointing into search.cpan.org.
Add DEPENDS on p5-Algorithm-Diff, to reflect a real dependency.
Change log:
0.05 - 6 Nov 2003
Added some more entries to the callback map.
Thanks to Chia-liang Kao for bringing these to our attention.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Merge/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Algorithm-Merge/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index e19d7d00083..6524c81dc62 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 04:18:44 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/27 14:19:05 he Exp $ -DISTNAME= Algorithm-Merge-0.04 +DISTNAME= Algorithm-Merge-0.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ext CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= tech-pkg@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 USE_BUILDLINK3= YES diff --git a/devel/p5-Algorithm-Merge/distinfo b/devel/p5-Algorithm-Merge/distinfo index 597ad0b9ce0..d545d7c280c 100644 --- a/devel/p5-Algorithm-Merge/distinfo +++ b/devel/p5-Algorithm-Merge/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/03 16:07:56 epg Exp $ +$NetBSD: distinfo,v 1.2 2004/11/27 14:19:05 he Exp $ -SHA1 (Algorithm-Merge-0.04.tar.gz) = ae76952486b8cbb944fda3feafe84f071a8adbb0 -Size (Algorithm-Merge-0.04.tar.gz) = 8926 bytes +SHA1 (Algorithm-Merge-0.05.tar.gz) = 708bc7d1ba1dc53ed164f04009bcbbb6864f8a90 +Size (Algorithm-Merge-0.05.tar.gz) = 9087 bytes |