summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
committertobez <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
commit26e2a0b113cffb7d4c02802bc7f8158de5798f84 (patch)
treee4a4a65b49ac080f788dc130bdf589b3b994c6d4 /devel
parent31387eb3fe8371f85e636b15c2fe8a06b56fef3a (diff)
downloadFreeBSD-ports-26e2a0b113cffb7d4c02802bc7f8158de5798f84.zip
FreeBSD-ports-26e2a0b113cffb7d4c02802bc7f8158de5798f84.tar.gz
Update to 2.03, retire pkg-comment & MAN_PREFIX, make use of SITE_PERL.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Dispatch/Makefile6
-rw-r--r--devel/p5-Log-Dispatch/distinfo2
-rw-r--r--devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL44
-rw-r--r--devel/p5-Log-Dispatch/pkg-comment1
4 files changed, 12 insertions, 41 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index d369705..3bcdf97 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= Log-Dispatch
-PORTVERSION= 2.01
+PORTVERSION= 2.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
+COMMENT= A suite of OO modules for logging messages to multiple outputs
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_SUBMAKE= yes
@@ -33,7 +34,6 @@ MAN3= Log::Dispatch.3 \
Log::Dispatch::Output.3 \
Log::Dispatch::Screen.3 \
Log::Dispatch::Syslog.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \
diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index d0fb3af..14ba4d3 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -1 +1 @@
-MD5 (Log-Dispatch-2.01.tar.gz) = 5dab9065b2b99597734366559ec61130
+MD5 (Log-Dispatch-2.03.tar.gz) = 1b47948321099e81168c370c28e62236
diff --git a/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL b/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
index 4f02ca4..9343b20 100644
--- a/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
+++ b/devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL
@@ -1,8 +1,8 @@
---- Makefile.PL.orig Thu May 17 18:13:04 2001
-+++ Makefile.PL Thu May 17 18:13:22 2001
-@@ -6,104 +6,8 @@
- require 5.005;
- }
+--- Makefile.PL.orig Wed Mar 5 21:03:36 2003
++++ Makefile.PL Wed Mar 5 21:03:45 2003
+@@ -3,76 +3,6 @@ use ExtUtils::MakeMaker qw( prompt Write
+ # Saves some headaches for people later.
+ use 5.005;
-{
- unless (-d './Install')
@@ -73,35 +73,7 @@
- print CFG ');';
- close CFG;
-}
-
- my %extra_pms;
--{
-- print <<'EOF';
--
--Please list any extra modules you would like added as part of this
--installation. These should be located somewhere under the Dispatch/
--directory. Please type the path after Dispatch/ (including the .pm
--extension).
-
--Press enter a blank line when you are done.
--
--EOF
--
-- while (1)
-- {
-- chomp (my $module = <STDIN>);
-- last unless $module;
--
-- if (-e "./Dispatch/$module")
-- {
-- $extra_pms{"Dispatch/$module"} = '$(INST_LIBDIR)/Dispatch/' . $module;
-- }
-- else
-- {
-- warn "Couldn't find ./Dispatch/$module\n";
-- }
-- }
--}
-
-
-
+ WriteMakefile(
+ 'NAME' => 'Log::Dispatch',
+ 'VERSION_FROM' => 'Dispatch.pm',
diff --git a/devel/p5-Log-Dispatch/pkg-comment b/devel/p5-Log-Dispatch/pkg-comment
deleted file mode 100644
index 002f071..0000000
--- a/devel/p5-Log-Dispatch/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A suite of OO modules for logging messages to multiple outputs
OpenPOWER on IntegriCloud