pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/contao29 Update contao29 package to 2.9.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2f21b9538ac
branches:  trunk
changeset: 588786:c2f21b9538ac
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed May 18 13:25:17 2011 +0000

description:
Update contao29 package to 2.9.5.

Version 2.9.5 (2011-05-18)
--------------------------
- Updated: updated TCPDF to version 5.9.061 (#2929)
- Added: IE9 compatibility
- Added: added the Swedish editArea translation (#3016)
- Fixed: the code editor did not show up in the file manager (#2922)
- Fixed: the RSS reader did not parse HTML code correctly (#2918)
- Fixed: not all option callbacks worked correctly in override multiple mode (#2976)
- Fixed: the textarea widget did not support the readonly attribute (#2997)
- Fixed: the personal data modules did not handle checkbox fields (#3063)
- Fixed some minor issues

diffstat:

 www/contao29/Makefile                                    |   4 +---
 www/contao29/Makefile.version                            |   4 ++--
 www/contao29/distinfo                                    |   9 ++++-----
 www/contao29/patches/patch-system_drivers_DC__Folder.php |  16 ----------------
 4 files changed, 7 insertions(+), 26 deletions(-)

diffs (65 lines):

diff -r f6c618ee1d54 -r c2f21b9538ac www/contao29/Makefile
--- a/www/contao29/Makefile     Wed May 18 12:28:50 2011 +0000
+++ b/www/contao29/Makefile     Wed May 18 13:25:17 2011 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2011/05/12 14:48:10 taca Exp $
+# $NetBSD: Makefile,v 1.13 2011/05/18 13:25:17 taca Exp $
 #
 
 DISTNAME=      contao-${CT_VERSION}
 PKGNAME=       contao${CT_VER}-${CT_PKGVER}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=typolight/}
-DIST_SUBDIR=   ${PKGBASE}-20101203
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.contao.org/
diff -r f6c618ee1d54 -r c2f21b9538ac www/contao29/Makefile.version
--- a/www/contao29/Makefile.version     Wed May 18 12:28:50 2011 +0000
+++ b/www/contao29/Makefile.version     Wed May 18 13:25:17 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.version,v 1.5 2011/03/08 14:11:56 taca Exp $
+# $NetBSD: Makefile.version,v 1.6 2011/05/18 13:25:17 taca Exp $
 #
 # used by www/contao29/Makefile
 # used by www/contao29-example/Makefile
 # used by www/contao29-translations/Makefile
 #
 
-CT_VERSION=            2.9.4
+CT_VERSION=            2.9.5
diff -r f6c618ee1d54 -r c2f21b9538ac www/contao29/distinfo
--- a/www/contao29/distinfo     Wed May 18 12:28:50 2011 +0000
+++ b/www/contao29/distinfo     Wed May 18 13:25:17 2011 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2011/03/25 16:52:08 taca Exp $
+$NetBSD: distinfo,v 1.9 2011/05/18 13:25:17 taca Exp $
 
-SHA1 (contao29-20101203/contao-2.9.4.tar.gz) = 42a75a20d2aef3f3f2ef9d8654cdf115c6540a32
-RMD160 (contao29-20101203/contao-2.9.4.tar.gz) = 8ce6527558121df1e3e457c372796789e3065827
-Size (contao29-20101203/contao-2.9.4.tar.gz) = 4404002 bytes
-SHA1 (patch-system_drivers_DC__Folder.php) = 7583ff06b074be4c1a2900b15ea2d263bb5d3eae
+SHA1 (contao-2.9.5.tar.gz) = 93c1fb67a396f057eb700ec181aaed839c10cb1d
+RMD160 (contao-2.9.5.tar.gz) = 0a7229382d50f1d08dd05c10274d08b0bdb1b12c
+Size (contao-2.9.5.tar.gz) = 4594817 bytes
diff -r f6c618ee1d54 -r c2f21b9538ac www/contao29/patches/patch-system_drivers_DC__Folder.php
--- a/www/contao29/patches/patch-system_drivers_DC__Folder.php  Wed May 18 12:28:50 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-system_drivers_DC__Folder.php,v 1.1 2011/03/25 16:52:08 taca Exp $
-
-Fix code editor problem applying r630 from repository.
-
---- system/drivers/DC_Folder.php.orig  2011-03-02 13:03:27.000000000 +0000
-+++ system/drivers/DC_Folder.php
-@@ -1403,7 +1403,8 @@ window.addEvent(\'domready\', function()
-               // Prepare the code editor
-               if ($GLOBALS['TL_CONFIG']['useCE'])
-               {
--                      $this->ceField = 'ctrl_source';
-+                      $this->ceFields = array('ctrl_source');
-+                      $this->ceField = 'ctrl_source'; // Backwards compatibility
-                       $this->language = $GLOBALS['TL_LANGUAGE'];
-                       $this->extension = $objFile->extension;
- 



Home | Main Index | Thread Index | Old Index