pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-SSI Update from version 2.16nb5 to 2.19....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bff92552be27
branches:  trunk
changeset: 544938:bff92552be27
user:      he <he%pkgsrc.org@localhost>
date:      Tue Jul 22 22:23:55 2008 +0000

description:
Update from version 2.16nb5 to 2.19.  Changes:

2.19  Wed Jan 26 21:57:36 CST 2005

 - We now use $r->print() instead of print() inside SSI.pm, because
   the latter seemed to have buffering problems.

 - Added a Build.PL for installation via Module::Build.

 - Modified ssi_include() to check for an HTTP_OK status from the
   subrequest in addition to an OK status from the handler. [Aaron
   Ross]

 - Fixed an undefined-value warning that occurred in the time-related
   components when the time zone wasn't set. [Aaron Ross]

 - Made some modernization updates to the Apache::test module we use
   during testing.

 - Use Test.pm for testing output rather than my custom stuff.

2.18  Tue Jan 22 12:22:16 CST 2002
   Doing an include can mess up %ENV (and thus the query string, and
   the table of set variables), so we now make sure we restore it after
   executing a subrequest.

2.17  Mon Jan 14 13:58:21 CST 2002
   Added the Apache::FakeSSI class, which implements server-side
   includes in pure-perl so that its output can be filtered via
   Apache::Filter.  Note that its <!--#exec cgi="..."--> isn't
   functional yet.

   Fixed a problem with the MANIFEST - file t/docs.check/16 was missing.

diffstat:

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

diffs (34 lines):

diff -r 442f94ef3303 -r bff92552be27 www/p5-Apache-SSI/Makefile
--- a/www/p5-Apache-SSI/Makefile        Tue Jul 22 21:59:40 2008 +0000
+++ b/www/p5-Apache-SSI/Makefile        Tue Jul 22 22:23:55 2008 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2008/06/20 01:09:41 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/07/22 22:23:55 he Exp $
 
-DISTNAME=      Apache-SSI-2.16
+DISTNAME=      Apache-SSI-2.19
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 SVR4_PKGNAME=  p5ass
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Apache-SSI/
 COMMENT=       Perl5 module to implement Server Side Includes
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 442f94ef3303 -r bff92552be27 www/p5-Apache-SSI/distinfo
--- a/www/p5-Apache-SSI/distinfo        Tue Jul 22 21:59:40 2008 +0000
+++ b/www/p5-Apache-SSI/distinfo        Tue Jul 22 22:23:55 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/07/22 22:23:55 he Exp $
 
-SHA1 (Apache-SSI-2.16.tar.gz) = a6e133fea2352ec364d68e0f2c67309c8a49524d
-RMD160 (Apache-SSI-2.16.tar.gz) = abdc495ac42e4855f03adada37d95114a660c0a7
-Size (Apache-SSI-2.16.tar.gz) = 24483 bytes
+SHA1 (Apache-SSI-2.19.tar.gz) = c24eeb002586be0d2ef3609a218f634b1759a5fd
+RMD160 (Apache-SSI-2.19.tar.gz) = 929371ed38cb3d0aeeb16a86462e0a4c4820a522
+Size (Apache-SSI-2.19.tar.gz) = 26881 bytes
 SHA1 (patch-aa) = b526801d502ebb6bda48b03d41a5b74f7c5b0051



Home | Main Index | Thread Index | Old Index