pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2009Q1]: pkgsrc/www/typolight Pullup ticket #2753 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52894ce6925c
branches: pkgsrc-2009Q1
changeset: 556800:52894ce6925c
user: tron <tron%pkgsrc.org@localhost>
date: Sun May 03 08:41:49 2009 +0000
description:
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.
diffstat:
www/typolight/Makefile | 4 ++--
www/typolight/distinfo | 3 ++-
www/typolight/patches/patch-ad | 14 ++++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r b7d6c5470919 -r 52894ce6925c www/typolight/Makefile
--- a/www/typolight/Makefile Fri May 01 12:49:21 2009 +0000
+++ b/www/typolight/Makefile Sun May 03 08:41:49 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2009/03/17 11:15:53 taca Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2009/05/03 08:41:49 tron Exp $
#
DISTNAME= typolight-${TL_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
diff -r b7d6c5470919 -r 52894ce6925c www/typolight/distinfo
--- a/www/typolight/distinfo Fri May 01 12:49:21 2009 +0000
+++ b/www/typolight/distinfo Sun May 03 08:41:49 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2009/03/14 03:56:56 taca Exp $
+$NetBSD: distinfo,v 1.8.2.1 2009/05/03 08:41:49 tron Exp $
SHA1 (typolight-2.6.7.tar.gz) = d360d5a974c3663488576f856302710c0529b500
RMD160 (typolight-2.6.7.tar.gz) = b15e3c1c910f3fc9bf3797ffd0dfd6dfc3dd7d5a
Size (typolight-2.6.7.tar.gz) = 2906128 bytes
SHA1 (patch-ab) = cc11ce937d6f56cfa1e40310658555f649ce823a
SHA1 (patch-ac) = 41e109666a52f43a0ab9be2991b92b6e67f8de73
+SHA1 (patch-ad) = 035f7703721774b1cc9eaf99ffdbc6aa60489076
diff -r b7d6c5470919 -r 52894ce6925c www/typolight/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/typolight/patches/patch-ad Sun May 03 08:41:49 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1.2.1 2009/05/03 08:41:49 tron Exp $
+
+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;
+ }
+ }
+
Home |
Main Index |
Thread Index |
Old Index