diff options
author | tobez <tobez@FreeBSD.org> | 2002-05-28 23:44:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-05-28 23:44:59 +0800 |
commit | b7caf6b3028916a46a8cffec438de8969d3cb1d9 (patch) | |
tree | 0d2f1cb8592ef102b2d6d8549b2b4839413b2112 | |
parent | ac8808a0c6ceb09a6e258d9d298f77c807738d8f (diff) | |
download | freebsd-ports-gnome-b7caf6b3028916a46a8cffec438de8969d3cb1d9.tar.gz freebsd-ports-gnome-b7caf6b3028916a46a8cffec438de8969d3cb1d9.tar.zst freebsd-ports-gnome-b7caf6b3028916a46a8cffec438de8969d3cb1d9.zip |
Update to 1.15; add WWW.
-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 |