aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-03-05 20:13:05 +0000
commit3c77d2087b1f815313d00a661a9f80cef76b37d2 (patch)
treebccabdb6be22f2b19b92b1d64ef64d177bd0fafd /devel/p5-Log-Dispatch
parentab9baa1002d5d54acb71b65a34db3703a249996e (diff)
downloadports-3c77d2087b1f815313d00a661a9f80cef76b37d2.tar.gz
ports-3c77d2087b1f815313d00a661a9f80cef76b37d2.zip
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch')
-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 d369705775e1..3bcdf97e618a 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 d0fb3af7a10b..14ba4d3cfbfa 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 4f02ca4beff4..9343b20fc1e5 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 002f071ab325..000000000000
--- a/devel/p5-Log-Dispatch/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A suite of OO modules for logging messages to multiple outputs