diff options
author | taca <taca> | 2009-02-07 04:52:54 +0000 |
---|---|---|
committer | taca <taca> | 2009-02-07 04:52:54 +0000 |
commit | c67ac9ec2f976c30727c2eaa3f3960cbb943f0b4 (patch) | |
tree | 7c92b187db47953afcf2456de6da12ba738cad3d | |
parent | 0fd3f19129cb69c56b005741cbbf52683f2e3f31 (diff) | |
download | pkgsrc-c67ac9ec2f976c30727c2eaa3f3960cbb943f0b4.tar.gz |
Update www/typolight package to 2.6.6.
* pkgsrc change: improve description MESSAGE about update of the frontend
template.
Version 2.6.6 (2009-02-07)
--------------------------
- Re-added the TinyMCE "indent" and "outdent" buttons (#490)
- Fixed issue with content element "article" modifying the page title (#462)
- Fixed issue with safe mode hack changing file owner when renaming case-sensitively
- Fixed issue with 403 pages not being shown if an article is specified (#477)
- Fixed a few minor bugs
-rw-r--r-- | www/typolight/MESSAGE | 8 | ||||
-rw-r--r-- | www/typolight/Makefile.common | 4 | ||||
-rw-r--r-- | www/typolight/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www/typolight/MESSAGE b/www/typolight/MESSAGE index 628a59c88e4..fc281212b4a 100644 --- a/www/typolight/MESSAGE +++ b/www/typolight/MESSAGE @@ -1,12 +1,14 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2009/01/25 04:46:06 taca Exp $ +$NetBSD: MESSAGE,v 1.4 2009/02/07 04:52:54 taca Exp $ To complete the setup, please read: ${PREFIX}/share/doc/typolight/README -If you customize your frontend template (fe_page), you need to update it -for TYPOlight 2.6.4. Check corresponding articles in TYPOligt's form: +If you customize your frontend template (fe_page) befor TYPOlight 2.6.3 +and before, you need to update it for current release. + +Check corresponding articles in TYPOligt's form: http://www.typolight.org/forum/topic/9798.html diff --git a/www/typolight/Makefile.common b/www/typolight/Makefile.common index a2304dbda7f..17f113af584 100644 --- a/www/typolight/Makefile.common +++ b/www/typolight/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.7 2009/01/30 16:35:55 taca Exp $ +# $NetBSD: Makefile.common,v 1.8 2009/02/07 04:52:54 taca Exp $ # # used by www/typolight-example/Makefile # used by www/typolight-translations/Makefile -TL_VERSION= 2.6.5 +TL_VERSION= 2.6.6 FILES_SUBST+= PAX=${PAX} TL_EGDIR=${TL_EGDIR:Q} TL_WEBDIR=${TL_WEBDIR:Q} \ WWWGRP=${APACHE_GROUP:Q} WWWOWN=${APACHE_USER:Q} diff --git a/www/typolight/distinfo b/www/typolight/distinfo index d85e358a37d..60663cb5bcb 100644 --- a/www/typolight/distinfo +++ b/www/typolight/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/01/30 16:35:55 taca Exp $ +$NetBSD: distinfo,v 1.7 2009/02/07 04:52:54 taca Exp $ -SHA1 (typolight-2.6.5.tar.gz) = 043e6cc5cc55e40fcc42f2a9959c862472a1b4a3 -RMD160 (typolight-2.6.5.tar.gz) = 2976cec9b31c86a098a113d03942c1713340b808 -Size (typolight-2.6.5.tar.gz) = 2907785 bytes +SHA1 (typolight-2.6.6.tar.gz) = c06866ec80582613a24d5cf3324910a18dcef508 +RMD160 (typolight-2.6.6.tar.gz) = d7eb5537478a2a02535fc8ecade8983174156864 +Size (typolight-2.6.6.tar.gz) = 2909549 bytes |