View | Details | Raw Unified | Return to bug 53730 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Time-HiRes
8
PORTNAME=	Time-HiRes
9
PORTVERSION=	1.47
9
PORTVERSION=	1.48
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Time-HiRes-1.47.tar.gz) = 10e6510fe591895b8589390c9d3a9bfe
1
MD5 (Time-HiRes-1.48.tar.gz) = 6c0f16f3dd21d13ce8da5a2dad82f546
(-)pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
to implement time, sleep, and alarm that know about non-integral
4
to implement time, sleep, and alarm that know about non-integral
5
seconds.
5
seconds.
6
6
7
WWW: http://search.cpan.org/search?dist=Time-HiRes
7
WWW: http://search.cpan.org/dist/Time-HiRes/
(-)files/patch-HiRes.xs (+10 lines)
Added Link Here
1
--- HiRes.xs.orig	Sat May 31 19:56:33 2003
2
+++ HiRes.xs	Wed Jun 25 17:59:41 2003
3
@@ -45,6 +45,7 @@
4
 #       endif
5
 #   else
6
 #       define	IVdf	"ld"
7
+#       define	UVuf	"ld"
8
 #   endif
9
 #endif
10
 

Return to bug 53730