diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-22 07:35:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-22 07:35:42 +0000 |
commit | 001558d8dd8820058370938a5df167b7d2e311f3 (patch) | |
tree | 722361f6a0bb9d4a92d43719b5bc7085999d500f /time/p5-Time-HiRes/Makefile | |
parent | 075e7d52b286b7c7caae3484e225feb3c6de68ad (diff) | |
download | pkgsrc-001558d8dd8820058370938a5df167b7d2e311f3.tar.gz |
Update to 1.47, from Hiramatsu Yoshifumi in PR 21639.
Changes since 1.42:
- do not create files in blib directories under core
(perl change #19160, from rgs)
- detypo s/VTLARM/VTARLM/ (perl change #19328, from mjd)
- guarantee that $xdefine in HiRes.t is always defined
(perl change #19109, from IlyaZ)
- a cleaner way to detect PERL_CORE (perl change #19111,
from IlyaZ)
- add hints/irix.pl to turn off overly POSIX flags that
cause hide struct timespec to be hidden (and compilation
to fail) (bleadperl change #19085)
- documentation tweaks
Diffstat (limited to 'time/p5-Time-HiRes/Makefile')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index 8eac864780d..613182f9de6 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/02/15 09:43:52 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/22 07:35:42 wiz Exp $ # -DISTNAME= Time-HiRes-1.42 +DISTNAME= Time-HiRes-1.47 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5thr CATEGORIES= devel perl5 |