summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-05-08 23:24:44 +0000
committeredwin <edwin@FreeBSD.org>2003-05-08 23:24:44 +0000
commit578144c2b1a06d6df9df3f0296baef0a480ca4d5 (patch)
tree11e1cf2aee0bd1ec02b78ea12c38ed7dc6011697 /textproc
parent681306a04c9acba42e270986af36f0f444a6e491 (diff)
downloadFreeBSD-ports-578144c2b1a06d6df9df3f0296baef0a480ca4d5.zip
FreeBSD-ports-578144c2b1a06d6df9df3f0296baef0a480ca4d5.tar.gz
UPDATE textproc/p5-String-ShowDiff
Update to 0.03 PR: ports/51687 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-String-ShowDiff/Makefile9
-rw-r--r--textproc/p5-String-ShowDiff/distinfo2
-rw-r--r--textproc/p5-String-ShowDiff/pkg-descr2
-rw-r--r--textproc/p5-String-ShowDiff/pkg-plist10
4 files changed, 9 insertions, 14 deletions
diff --git a/textproc/p5-String-ShowDiff/Makefile b/textproc/p5-String-ShowDiff/Makefile
index d864a33..afdd3ebe 100644
--- a/textproc/p5-String-ShowDiff/Makefile
+++ b/textproc/p5-String-ShowDiff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-ShowDiff
-PORTVERSION= 0.01
+PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@@ -16,16 +16,11 @@ MAINTAINER= m@absolight.net
COMMENT= Perl extension to help visualize differences between strings
BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
- ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+ ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
MAN3= String::ShowDiff.3
.include <bsd.port.mk>
diff --git a/textproc/p5-String-ShowDiff/distinfo b/textproc/p5-String-ShowDiff/distinfo
index 3c6ecc1..d2d7db8 100644
--- a/textproc/p5-String-ShowDiff/distinfo
+++ b/textproc/p5-String-ShowDiff/distinfo
@@ -1 +1 @@
-MD5 (String-ShowDiff-0.01.tar.gz) = 7530e84082cd957b3a50b31dd8b94c9a
+MD5 (String-ShowDiff-0.03.tar.gz) = 138220b498d7d6065d4816666574b28a
diff --git a/textproc/p5-String-ShowDiff/pkg-descr b/textproc/p5-String-ShowDiff/pkg-descr
index 1de7780..b07c1a1 100644
--- a/textproc/p5-String-ShowDiff/pkg-descr
+++ b/textproc/p5-String-ShowDiff/pkg-descr
@@ -6,4 +6,4 @@ Compared to the many other Diff modules, the output is neither in diff-style
nor are the recognised differences on line or word boundaries, they are at
character level.
-WWW: http://search.cpan.org/author/BIGJ/String-ShowDiff/
+WWW: http://search.cpan.org/dist/String-ShowDiff/
diff --git a/textproc/p5-String-ShowDiff/pkg-plist b/textproc/p5-String-ShowDiff/pkg-plist
index d7fcf9d..e559f8f 100644
--- a/textproc/p5-String-ShowDiff/pkg-plist
+++ b/textproc/p5-String-ShowDiff/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/String/ShowDiff.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShowDiff/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShowDiff/
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/String
+%%SITE_PERL%%/String/ShowDiff.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/ShowDiff/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/ShowDiff
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/String 2>/dev/null || true
OpenPOWER on IntegriCloud