summaryrefslogtreecommitdiff
path: root/net/netdisco
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-11 23:15:19 +0000
committersno <sno@pkgsrc.org>2009-04-11 23:15:19 +0000
commitdfca1e1ce5b0bd7b8bf87fd4303e0ee0ed2060b7 (patch)
tree56e83e85856f1198c1252ad8b8bfd1593b0e3ac5 /net/netdisco
parent515e5f3493729c051324fac682bf8c681f620af6 (diff)
downloadpkgsrc-dfca1e1ce5b0bd7b8bf87fd4303e0ee0ed2060b7.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 'net/netdisco')
-rw-r--r--net/netdisco/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index a8d0427774c..b2b930580af 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2008/05/26 02:13:22 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/04/11 23:15:20 sno Exp $
#
DISTNAME= netdisco-0.95_with_mibs
PKGNAME= netdisco-0.95
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/}
@@ -19,7 +20,7 @@ DEPENDS+= p5-MasonX-Request-WithApacheSession-[0-9]*:../../www/p5-MasonX-Reques
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
-DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
DEPENDS+= p5-Net-NBName-[0-9]*:../../net/p5-Net-NBName
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}