Update to 1.15; add WWW.

This commit is contained in:
Anton Berezin 2002-05-28 15:44:59 +00:00
parent 169ae30c7e
commit 91ba0f5fbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60200
4 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Algorithm-Diff
PORTVERSION= 1.11a
PORTVERSION= 1.15
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-1.11
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View file

@ -1 +1 @@
MD5 (Algorithm-Diff-1.11a.tar.gz) = e3cbcd0013684b5a86f30641e0c1f1ba
MD5 (Algorithm-Diff-1.15.tar.gz) = 457cd497a0411a88b47d3741eb176071

View file

@ -4,6 +4,7 @@ of things. It uses an intelligent algorithm similar/identical to the
one used by classical Unix diff(1). It is guaranteed to find the
*smallest possible* set of differences.
WWW: http://search.cpan.org/search?dist=Algorithm-Diff
Author: Ned Konz <perl@bike-nomad.com>
--will

View file

@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Algorithm/DiffOld.pm
lib/perl5/site_perl/%%PERL_VER%%/Algorithm/cdiff.pl
lib/perl5/site_perl/%%PERL_VER%%/Algorithm/diff.pl
lib/perl5/site_perl/%%PERL_VER%%/Algorithm/diffnew.pl
lib/perl5/site_perl/%%PERL_VER%%/Algorithm/htmldiff.pl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Diff
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Algorithm 2>/dev/null || true