diff options
author | mjl <mjl> | 2007-07-17 15:24:48 +0000 |
---|---|---|
committer | mjl <mjl> | 2007-07-17 15:24:48 +0000 |
commit | 1d778887379b52e86cf194f2e9947014ad351e20 (patch) | |
tree | 2d4236e2aae08349c3a54b049193ef6caad32e6e /devel | |
parent | 4fa42a345f0357f4979f61d7970264ca7226863b (diff) | |
download | pkgsrc-1d778887379b52e86cf194f2e9947014ad351e20.tar.gz |
Upgrade p5-Data-UUID to 1.14.8
- more tick-tracking fixes
- fix incorrect initialization of tick-tracking
- added use strict
- fixed compilation errors on Mac OS X
- avoid hanging under CPAN tools by using EUMM prompt()
- fix problems with "long" type on 64 big platforms
- improve compilation on Cygwin
- improve compilation on Win32
- fixed UUID collision on SMP machines
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-UUID/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Data-UUID/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Data-UUID/Makefile b/devel/p5-Data-UUID/Makefile index da30ecce445..4d19d184764 100644 --- a/devel/p5-Data-UUID/Makefile +++ b/devel/p5-Data-UUID/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:20 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/07/17 15:24:48 mjl Exp $ -DISTNAME= Data-UUID-0.11 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PNAME= Data-UUID +DISTNAME= ${PNAME}-0.148 +PKGNAME= p5-Data-${PNAME}-0.14.8 +# PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-UUID/distinfo b/devel/p5-Data-UUID/distinfo index 3c518048145..537fbd553e6 100644 --- a/devel/p5-Data-UUID/distinfo +++ b/devel/p5-Data-UUID/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/07/17 15:24:48 mjl Exp $ -SHA1 (Data-UUID-0.11.tar.gz) = a0539fa030206e38ea703d043249d02a472125c0 -RMD160 (Data-UUID-0.11.tar.gz) = d54e5aeb54029cbbbf6c6970ca1a43dd79738de2 -Size (Data-UUID-0.11.tar.gz) = 13555 bytes +SHA1 (Data-UUID-0.148.tar.gz) = a2cc969956bcd935a2dc5089c96c2f3779578e03 +RMD160 (Data-UUID-0.148.tar.gz) = 1fdfe39e24405ce219caf7af46625c84eb301d5a +Size (Data-UUID-0.148.tar.gz) = 15146 bytes |