pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Ajax PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dc84aad1aa1
branches: trunk
changeset: 392018:7dc84aad1aa1
user: sno <sno%pkgsrc.org@localhost>
date: Fri Apr 24 06:41:27 2009 +0000
description:
PkgSrc changes:
- Updating package for p5 module CGI::Ajax to 0.707
Upstream changes:
0.707 (154) | Jan Franczak | 2008-10-07
Fixed an issue in the declaration of the javascript cache variable as a
local variable in the exported methods. This was causing NO_CACHE to
never generate the pjxrand in the query string.
Changed the code so that cache is set as a global javascript variable.
Thanks to Shivanandham Karunanithi for identifying this.
0.706 (153) | Shibi Ns | 2008-09-04
Wrongly coded one line of code for the fix 0.705
Changed this:
# return '' if $cgi->isa('header') || $cgi->isa('header_type') ;
To this:
# return '' if $cgi->isa('CGI') || $cgi->isa('CGI::Application') ;
0.705 (152) | Shibi Ns | 2008-08-26
Changed function call from "can" to "isa" in order this to work with new
version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes
some of the functions to fail.
0.703 (150) | Jan Franczak | 2008-08-20
Added support for CACHE() which allows default behaviour of disabling page
cache.
Added fname() support to allow the names of exported functions to be
specified.
Added skip_header support to prevent two headers being produced for
applications producing their own headers.
Two new test scripts.
diffstat:
www/p5-CGI-Ajax/Makefile | 7 +++----
www/p5-CGI-Ajax/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (33 lines):
diff -r 3d64e78951c8 -r 7dc84aad1aa1 www/p5-CGI-Ajax/Makefile
--- a/www/p5-CGI-Ajax/Makefile Fri Apr 24 06:27:46 2009 +0000
+++ b/www/p5-CGI-Ajax/Makefile Fri Apr 24 06:41:27 2009 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:07 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 06:41:27 sno Exp $
-DISTNAME= CGI-Ajax-0.701
+DISTNAME= CGI-Ajax-0.707
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= abs%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/dist/CGI-Ajax//
+HOMEPAGE= http://search.cpan.org/dist/CGI-Ajax/
COMMENT= Call perl asynchronously from javascript
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
diff -r 3d64e78951c8 -r 7dc84aad1aa1 www/p5-CGI-Ajax/distinfo
--- a/www/p5-CGI-Ajax/distinfo Fri Apr 24 06:27:46 2009 +0000
+++ b/www/p5-CGI-Ajax/distinfo Fri Apr 24 06:41:27 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/08 10:31:59 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/04/24 06:41:27 sno Exp $
-SHA1 (CGI-Ajax-0.701.tar.gz) = 2e76acec779eb72d0695c8513c28a6c24ab37bcd
-RMD160 (CGI-Ajax-0.701.tar.gz) = 97f5be85c94a9589f380351fa18afb8fd72db9b9
-Size (CGI-Ajax-0.701.tar.gz) = 37303 bytes
+SHA1 (CGI-Ajax-0.707.tar.gz) = 353373964fb1fc770780ff183cdedc594bb24e4e
+RMD160 (CGI-Ajax-0.707.tar.gz) = 66061a053e2eedba35d491cacd314b3733cfd7fa
+Size (CGI-Ajax-0.707.tar.gz) = 37661 bytes
Home |
Main Index |
Thread Index |
Old Index