head 1.1; access; symbols pkgsrc-2013Q2:1.1.0.12 pkgsrc-2013Q2-base:1.1 pkgsrc-2012Q4:1.1.0.10 pkgsrc-2012Q4-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q1:1.1.0.2; locks; strict; comment @# @; 1.1 date 2009.05.03.08.41.49; author tron; state dead; branches 1.1.2.1; next ; 1.1.2.1 date 2009.05.03.08.41.49; author tron; state Exp; branches; next ; desc @@ 1.1 log @file patch-ad was initially added on branch pkgsrc-2009Q1. @ text @@ 1.1.2.1 log @Pullup ticket #2753 - requested by taca typolight: bug fix Revisions pulled up: - www/typolight26/MESSAGE 1.2 via patch - www/typolight26/Makefile 1.2 via patch - www/typolight26/distinfo 1.2 via patch - www/typolight26/patches/patch-ac 1.1 via patch --- Module Name: pkgsrc Committed By: taca Date: Thu Apr 30 13:12:41 UTC 2009 Modified Files: pkgsrc/www/typolight26: MESSAGE Makefile distinfo Added Files: pkgsrc/www/typolight26/patches: patch-ac Log Message: * Correct path in MESSAGE. * Remove conflict with typolight-2*. * Add a patch to fix problem that cached pages are displayed twice. Bump PKGREVISION. @ text @a0 14 $NetBSD$ Fix typolight ticket #576 (cached pages are displayed twice). --- index.php.orig 2009-03-11 23:03:17.000000000 +0900 +++ index.php @@@@ -271,6 +271,7 @@@@ class Index extends Frontend // Replace insert tags echo $this->replaceInsertTags($strBuffer); + exit; } } @