diff options
author | tobez <tobez@FreeBSD.org> | 2003-03-06 04:13:05 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-03-06 04:13:05 +0800 |
commit | 26e2a0b113cffb7d4c02802bc7f8158de5798f84 (patch) | |
tree | e4a4a65b49ac080f788dc130bdf589b3b994c6d4 /devel/p5-Log-Dispatch | |
parent | 31387eb3fe8371f85e636b15c2fe8a06b56fef3a (diff) | |
download | freebsd-ports-graphics-26e2a0b113cffb7d4c02802bc7f8158de5798f84.tar.gz freebsd-ports-graphics-26e2a0b113cffb7d4c02802bc7f8158de5798f84.tar.zst freebsd-ports-graphics-26e2a0b113cffb7d4c02802bc7f8158de5798f84.zip |
Update to 2.03, retire pkg-comment & MAN_PREFIX, make use of SITE_PERL.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/files/patch-simpler-Makefile.PL | 44 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/pkg-comment | 1 |
4 files changed, 12 insertions, 41 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index d369705775e..3bcdf97e618 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 d0fb3af7a10..14ba4d3cfbf 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 4f02ca4beff..9343b20fc1e 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 002f071ab32..00000000000 --- a/devel/p5-Log-Dispatch/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A suite of OO modules for logging messages to multiple outputs |