pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Proxy pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/668e263d2960
branches:  trunk
changeset: 394701:668e263d2960
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jun 14 20:32:10 2009 +0000

description:
pkgsrc changes:
  - Updating package of p5 module for HTTP::Proxy from 0.22nb1 to 0.23
  - Adjusting module type to Module::Build
  - Setting license to ${PERL5_LICENSE} accroding to Makefile

Upstream changes:
0.23 Thu Sep  4 02:29:47 CEST 2008
        [ENHANCEMENTS]
        - HTTP::Proxy::BodyFilter::save had an issue with cygwin because
          of an incorrect use of File::Spec's catdir(). This is fixed.
        - CONNECT requests are now forwarded to the upstream proxy, if there
          is one. Errors from the upstream proxy are relayed to the client.
        [TESTS]
        - t/23connect.t does not use sysread() anymore. This time the test
          should pass about everywhere.

diffstat:

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

diffs (41 lines):

diff -r 80e55ae0ccdd -r 668e263d2960 www/p5-HTTP-Proxy/Makefile
--- a/www/p5-HTTP-Proxy/Makefile        Sun Jun 14 20:31:11 2009 +0000
+++ b/www/p5-HTTP-Proxy/Makefile        Sun Jun 14 20:32:10 2009 +0000
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2008/10/19 19:19:15 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/14 20:32:10 sno Exp $
 #
 
-DISTNAME=      HTTP-Proxy-0.22
+DISTNAME=      HTTP-Proxy-0.23
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/HTTP-Proxy/
 COMMENT=       Perl5 module providing a simple HTTP proxy daemon
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/HTTP/Proxy/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 80e55ae0ccdd -r 668e263d2960 www/p5-HTTP-Proxy/distinfo
--- a/www/p5-HTTP-Proxy/distinfo        Sun Jun 14 20:31:11 2009 +0000
+++ b/www/p5-HTTP-Proxy/distinfo        Sun Jun 14 20:32:10 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/07/20 20:16:28 he Exp $
+$NetBSD: distinfo,v 1.3 2009/06/14 20:32:10 sno Exp $
 
-SHA1 (HTTP-Proxy-0.22.tar.gz) = c5dd58036a36c4a43f9d542e49ab596ce1504431
-RMD160 (HTTP-Proxy-0.22.tar.gz) = 83b31302496390cdec946b664c943f9f02ff81e2
-Size (HTTP-Proxy-0.22.tar.gz) = 69045 bytes
+SHA1 (HTTP-Proxy-0.23.tar.gz) = 77b72278c2ee8db02e33c9cec684137550689de9
+RMD160 (HTTP-Proxy-0.23.tar.gz) = c5489e198b43772887a545d31036df562a109f2e
+Size (HTTP-Proxy-0.23.tar.gz) = 69797 bytes



Home | Main Index | Thread Index | Old Index