pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq Update to 1.33:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd8263a707b4
branches:  trunk
changeset: 489590:fd8263a707b4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 23 19:04:09 2005 +0000

description:
Update to 1.33:

o 1.33 - December 15, 2004

MacOSX docs tweaks [David Wheeler]

fix Makefile.PL to properly skip the test suite if A-T requirements
weren't satisfied [Stas]

require Apache::Test 1.13 to run perl tests (need() was added at that
version) [Stas]

Fix `strEQ' redefined warnings in the perl build [Stas]

Upgrade license to the Apache License Version 2.0. [davidw, joes]

o 1.32

Fix mfd's Content-Type parser to deal with Opera 7.2's extra attributes.
For details see

  http://marc.theaimsgroup.com/?l=apreq-dev&m=106606052700407&w=2

Bug first reported by Sven Geisler [joes].

o 1.31 - ongoing

added a proper implementation of the ithreads support. At the same
time it should resolve the problem with perl 5.8.2 under threaded
applications, since it no longer relies on the implicit context and
passes aTHX around. [Stas]

o 1.30 - September 27, 2003

libapreq-1.3 is released.

o 1.25 - August 23, 2003

Michael G. Schwern's "play it safe" patch to c/Makefile.PL
(applied patch submitted by Steve Hay). See

  http://marc.theaimsgroup.com/?l=perl5-porters&m=105981649201380&w=2
  http://marc.theaimsgroup.com/?l=apreq-dev&m=106146287323705&w=2

for details. [joes]

o 1.24 - August 23, 2003

Applied Steve Hay's Request.pm doc patch explaining the tempnam()
dependence for C<Apache::Request::new()>'s TEMP_DIR option. [joes]

o 1.23 - July 10, 2003

Applied Graham Clark's patch to cleanup apache_request.h macros.
Added missing doc credits for Steve Hay in Request.pm. [joes]

o 1.22 - July 5, 2003

Open uploaded files with binary mode (relevant for Perl > 5.7),
so as to be able to get the correct sizes on systems where such
a mode makes a difference. Thanks to Steve Hay for first pointing
out this problem. [randyk]

o 1.21 - June 25, 2003

Fix memory access problem with TEMP_DIR - see
http://marc.theaimsgroup.com/?l=apreq-dev&m=105647058517842&w=2
Thanks to Jay Buffington for the spot.  [joes]

diffstat:

 www/p5-libapreq/Makefile |  7 ++++---
 www/p5-libapreq/distinfo |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 6350c5bc3583 -r fd8263a707b4 www/p5-libapreq/Makefile
--- a/www/p5-libapreq/Makefile  Wed Feb 23 18:49:17 2005 +0000
+++ b/www/p5-libapreq/Makefile  Wed Feb 23 19:04:09 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:14 grant Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/23 19:04:09 wiz Exp $
 
-DISTNAME=      libapreq-1.2
+DISTNAME=      libapreq-1.33
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5lap
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
@@ -11,6 +10,8 @@
 HOMEPAGE=      http://httpd.apache.org/apreq/
 COMMENT=       Lots of Apache specific httpd handling modules
 
+DEPENDS+=      p5-Apache-Test>=1.13:../../www/p5-Apache-Test
+
 USE_BUILDLINK3=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/libapreq/.packlist
 
diff -r 6350c5bc3583 -r fd8263a707b4 www/p5-libapreq/distinfo
--- a/www/p5-libapreq/distinfo  Wed Feb 23 18:49:17 2005 +0000
+++ b/www/p5-libapreq/distinfo  Wed Feb 23 19:04:09 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/09/06 03:42:29 kim Exp $
+$NetBSD: distinfo,v 1.4 2005/02/23 19:04:09 wiz Exp $
 
-SHA1 (libapreq-1.2.tar.gz) = 6ef34d769836145b21dc7969ae48178dda0d293a
-Size (libapreq-1.2.tar.gz) = 277549 bytes
+SHA1 (libapreq-1.33.tar.gz) = 73beaaad54020993b3165d783c35290edc9cf8af
+RMD160 (libapreq-1.33.tar.gz) = a84325df802f679c2de1bee87e0912c974f18660
+Size (libapreq-1.33.tar.gz) = 328933 bytes



Home | Main Index | Thread Index | Old Index