summaryrefslogtreecommitdiff
path: root/devel/p5-POE
diff options
context:
space:
mode:
authorsno <sno>2009-04-11 23:15:19 +0000
committersno <sno>2009-04-11 23:15:19 +0000
commitb102f2f79929607464dad207db2980b657ce0b7a (patch)
tree56e83e85856f1198c1252ad8b8bfd1593b0e3ac5 /devel/p5-POE
parent48e4d002c12dcfefaeda0e35501ad4cd23e08a3e (diff)
downloadpkgsrc-b102f2f79929607464dad207db2980b657ce0b7a.tar.gz
PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
Diffstat (limited to 'devel/p5-POE')
-rw-r--r--devel/p5-POE/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 45a4dcb1984..f2472d8ba67 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2008/10/19 19:17:58 he Exp $
+# $NetBSD: Makefile,v 1.12 2009/04/11 23:15:20 sno Exp $
DISTNAME= POE-1.003
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://poe.perl.org/
#HOMEPAGE= http://search.cpan.org/dist/POE/
COMMENT= Perl Object Environment
-DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
DEPENDS+= p5-IO-tty>=1.02:../../devel/p5-IO-Tty