diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 09:43:52 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 09:43:52 +0000 |
commit | d27bfa44c8295645cbbcb89cb9826a5eb280ba78 (patch) | |
tree | 6cf9602d9d9d7c2b7fdacdb6d52607c30fe83139 /time | |
parent | 81afa8ffa5236db0ba37dc61277790efd2cfea43 (diff) | |
download | pkgsrc-d27bfa44c8295645cbbcb89cb9826a5eb280ba78.tar.gz |
Updated to version 1.42.
Patch from Jeremy C. Reed via PR pkg/20321.
Changes:
1.42:
=====
- modernize the constants code (from Nicholas Clark)
1.41:
=====
- At some point the ability to figure our the correct incdir
for EXTERN.h (either a core perl build, or an installed perl)
had broken (which lead into all test compiles failing with
a core perl build, but thanks to the robustness of Makefile.PL
nothing of was visible). The brokenness seemed to be caused
by $ENV{PERL_CORE} not being on for core builds? Now stole
a trick from the Encode that sets $ENV{PERL_CORE} right, and
both styles of build should work again.
1.40:
=====
- Nicholas Clark noticed that the my_catdir() emulation function
was broken (which means that we didn't really work for Perls
5.002 and 5.003)
- inspired by fixing the above made the whole Makefile.PL -w
and strict clean
- tightened up the Makefile.PL output, less whitespace
1.39:
=====
- fix from Craig Berry for better building in VMS with PERL_CORE
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index d82d2474c02..8eac864780d 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/11/15 02:50:24 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/15 09:43:52 salo Exp $ # -DISTNAME= Time-HiRes-1.38 +DISTNAME= Time-HiRes-1.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5thr CATEGORIES= devel perl5 diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index 263405c1ff7..8b11039b413 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/11/15 02:50:24 heinz Exp $ +$NetBSD: distinfo,v 1.3 2003/02/15 09:43:52 salo Exp $ -SHA1 (Time-HiRes-1.38.tar.gz) = bdf4203d567c228894b39cdf83d8219a9e8b8893 -Size (Time-HiRes-1.38.tar.gz) = 24176 bytes +SHA1 (Time-HiRes-1.42.tar.gz) = 2ec1fda7b284ead00c21823785155c5f65ed9304 +Size (Time-HiRes-1.42.tar.gz) = 26912 bytes SHA1 (patch-aa) = 1d8935dba28d16468675c4c52bd910750ae59bb5 |