pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/typolight26 * Correct path in MESSAGE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0b2de6ecd1a
branches: trunk
changeset: 392345:e0b2de6ecd1a
user: taca <taca%pkgsrc.org@localhost>
date: Thu Apr 30 13:12:40 2009 +0000
description:
* 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/typolight26/MESSAGE | 4 ++--
www/typolight26/Makefile | 4 ++--
www/typolight26/distinfo | 3 ++-
www/typolight26/patches/patch-ac | 14 ++++++++++++++
4 files changed, 20 insertions(+), 5 deletions(-)
diffs (68 lines):
diff -r 87be974fe604 -r e0b2de6ecd1a www/typolight26/MESSAGE
--- a/www/typolight26/MESSAGE Thu Apr 30 13:08:50 2009 +0000
+++ b/www/typolight26/MESSAGE Thu Apr 30 13:12:40 2009 +0000
@@ -1,9 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2009/04/26 03:52:29 taca Exp $
+$NetBSD: MESSAGE,v 1.2 2009/04/30 13:12:40 taca Exp $
To complete the setup, please read:
- ${PREFIX}/share/doc/typolight/README
+ ${PREFIX}/share/doc/typolight${TL_VER}/README
If you customize your frontend template (fe_page) befor TYPOlight 2.6.3
and before, you need to update it for current release.
diff -r 87be974fe604 -r e0b2de6ecd1a www/typolight26/Makefile
--- a/www/typolight26/Makefile Thu Apr 30 13:08:50 2009 +0000
+++ b/www/typolight26/Makefile Thu Apr 30 13:12:40 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/26 03:52:29 taca Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/30 13:12:40 taca Exp $
#
DISTNAME= typolight-${TL_VERSION}
PKGNAME= typolight${TL_VER}-${TL_PKGVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
@@ -19,7 +20,6 @@
PKG_DESTDIR_SUPPORT= destdir
PHP_VERSIONS_ACCEPTED= 5
-CONFLICTS= typolight-2*
USE_TOOLS= pax
NO_BUILD= yes
diff -r 87be974fe604 -r e0b2de6ecd1a www/typolight26/distinfo
--- a/www/typolight26/distinfo Thu Apr 30 13:08:50 2009 +0000
+++ b/www/typolight26/distinfo Thu Apr 30 13:12:40 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/04/26 03:52:30 taca Exp $
+$NetBSD: distinfo,v 1.2 2009/04/30 13:12:40 taca 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-aa) = 254a1fef4e0baff7c5f10c25ceb9d1501f315684
SHA1 (patch-ab) = a005f8650564eb031def1f94156dcdc72799a758
+SHA1 (patch-ac) = 035f7703721774b1cc9eaf99ffdbc6aa60489076
diff -r 87be974fe604 -r e0b2de6ecd1a www/typolight26/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/typolight26/patches/patch-ac Thu Apr 30 13:12:40 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2009/04/30 13:12:41 taca 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