diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 15:44:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 15:44:59 +0000 |
commit | 91ba0f5fbf5786744b76b3e1042da53370de5cfb (patch) | |
tree | 8e2e1d8b7d21eec0ca8580ee78fbeb32fc97041a /devel/p5-Algorithm-Diff | |
parent | 169ae30c7e867e3500634642a25f9d3a38b38850 (diff) | |
download | ports-91ba0f5fbf5786744b76b3e1042da53370de5cfb.tar.gz ports-91ba0f5fbf5786744b76b3e1042da53370de5cfb.zip |
Notes
Diffstat (limited to 'devel/p5-Algorithm-Diff')
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-descr | 1 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/pkg-plist | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile index 7f463efaa565..9690bd4b96dd 100644 --- a/devel/p5-Algorithm-Diff/Makefile +++ b/devel/p5-Algorithm-Diff/Makefile @@ -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} diff --git a/devel/p5-Algorithm-Diff/distinfo b/devel/p5-Algorithm-Diff/distinfo index 14b2167f165b..71668560fa70 100644 --- a/devel/p5-Algorithm-Diff/distinfo +++ b/devel/p5-Algorithm-Diff/distinfo @@ -1 +1 @@ -MD5 (Algorithm-Diff-1.11a.tar.gz) = e3cbcd0013684b5a86f30641e0c1f1ba +MD5 (Algorithm-Diff-1.15.tar.gz) = 457cd497a0411a88b47d3741eb176071 diff --git a/devel/p5-Algorithm-Diff/pkg-descr b/devel/p5-Algorithm-Diff/pkg-descr index ed0ff02fad5e..9a78438e4870 100644 --- a/devel/p5-Algorithm-Diff/pkg-descr +++ b/devel/p5-Algorithm-Diff/pkg-descr @@ -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 diff --git a/devel/p5-Algorithm-Diff/pkg-plist b/devel/p5-Algorithm-Diff/pkg-plist index 586f59ef476a..c3cf8d0ac8f2 100644 --- a/devel/p5-Algorithm-Diff/pkg-plist +++ b/devel/p5-Algorithm-Diff/pkg-plist @@ -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 |