aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Diff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2011-09-03 14:22:47 +0000
committerAnton Berezin <tobez@FreeBSD.org>2011-09-03 14:22:47 +0000
commitb9aac086770e4b8331caa1eaee1aa44cbb420a0c (patch)
tree5335f639516078eaf54c2c32f80fb229a731880b /textproc/p5-Text-Diff
parentf29e4e8d28029b8b7c6a872358a1090b6efd617f (diff)
Notes
Diffstat (limited to 'textproc/p5-Text-Diff')
-rw-r--r--textproc/p5-Text-Diff/Makefile9
-rw-r--r--textproc/p5-Text-Diff/distinfo4
-rw-r--r--textproc/p5-Text-Diff/pkg-plist3
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile
index b73c40860b8e..ed463fd63213 100644
--- a/textproc/p5-Text-Diff/Makefile
+++ b/textproc/p5-Text-Diff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Diff
-PORTVERSION= 1.37
+PORTVERSION= 1.41
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Text::Diff - Perform diffs on files and record sets
-BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
-RUN_DEPENDS= ${BUILD_DEPENDS}
+COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff
+BUILD_DEPENDS= ${COMMON_DEPENDS}
+RUN_DEPENDS= ${COMMON_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Text::Diff.3 Text::Diff::Table.3
+MAN3= Text::Diff.3 Text::Diff::Config.3 Text::Diff::Table.3
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Diff/distinfo b/textproc/p5-Text-Diff/distinfo
index afd0650ebf42..fdaf35104a77 100644
--- a/textproc/p5-Text-Diff/distinfo
+++ b/textproc/p5-Text-Diff/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Text-Diff-1.37.tar.gz) = 1691f02dc02fbf66dbcd68487352ff6f228390673250f1d86bc8654ba6d1aa21
-SIZE (Text-Diff-1.37.tar.gz) = 26480
+SHA256 (Text-Diff-1.41.tar.gz) = a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa
+SIZE (Text-Diff-1.41.tar.gz) = 27813
diff --git a/textproc/p5-Text-Diff/pkg-plist b/textproc/p5-Text-Diff/pkg-plist
index d65398db9628..813e019e3c58 100644
--- a/textproc/p5-Text-Diff/pkg-plist
+++ b/textproc/p5-Text-Diff/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/.packlist
-%%SITE_PERL%%/Text/Diff/Table.pm
%%SITE_PERL%%/Text/Diff.pm
+%%SITE_PERL%%/Text/Diff/Config.pm
+%%SITE_PERL%%/Text/Diff/Table.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrm %%SITE_PERL%%/Text/Diff