Update typo3 package to 4.4.0.

o The New Introduction Package
o Fresh and Improved Backend
o Easier Installation than Ever
o Revised and Faster Rich Text Editor

And more, please refer release note.

http://typo3.org/download/release-notes/typo3-44/
This commit is contained in:
taca 2010-07-05 03:31:29 +00:00
parent 6eb52ab1a9
commit dd90270688
4 changed files with 1297 additions and 437 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2010/04/09 10:15:24 taca Exp $
# $NetBSD: Makefile,v 1.22 2010/07/05 03:31:29 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@ -17,7 +17,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
PKG_DESTDIR_SUPPORT= user-destdir
VER= 4.3.3
VER= 4.4.0
NO_BUILD= yes
USE_TOOLS= pax

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.14 2010/04/09 10:15:24 taca Exp $
$NetBSD: distinfo,v 1.15 2010/07/05 03:31:30 taca Exp $
SHA1 (dummy-4.3.3.tar.gz) = 5e8eb85e05281f102723a703b64dca50248e00f7
RMD160 (dummy-4.3.3.tar.gz) = 9e80e1140721d69818ae0a72f3863ff02653e105
Size (dummy-4.3.3.tar.gz) = 9556 bytes
SHA1 (typo3_src-4.3.3.tar.gz) = 0dfab70507014daca86d9b624271eaaa2646683d
RMD160 (typo3_src-4.3.3.tar.gz) = 1bdf63a62c5bf7903f0323fbe6e78f5caa0eb478
Size (typo3_src-4.3.3.tar.gz) = 11488508 bytes
SHA1 (patch-aa) = d875821f094902b7afd1553d39524ed1656a8605
SHA1 (dummy-4.4.0.tar.gz) = 26fc3396273dba7f3a503855260be93480eaa9e7
RMD160 (dummy-4.4.0.tar.gz) = 1b80af587dda264d4e7eef9d9c2fd951197b49ba
Size (dummy-4.4.0.tar.gz) = 9351 bytes
SHA1 (typo3_src-4.4.0.tar.gz) = 2e357098f1522538059c0d5e2b979cec0d2678ea
RMD160 (typo3_src-4.4.0.tar.gz) = 22134c289ad1b46df20ce5c63206d23d043c0fbd
Size (typo3_src-4.4.0.tar.gz) = 18498313 bytes
SHA1 (patch-aa) = dfdee51b84d59a3fb1e4866ec218ad4ae0aebbaa

View file

@ -1,9 +1,9 @@
$NetBSD: patch-aa,v 1.2 2009/12/02 15:51:01 taca Exp $
$NetBSD: patch-aa,v 1.3 2010/07/05 03:31:30 taca Exp $
--- t3lib/config_default.php.orig 2009-11-30 18:29:44.000000000 +0900
--- t3lib/config_default.php.orig 2010-06-22 15:36:23.000000000 +0000
+++ t3lib/config_default.php
@@ -36,8 +36,8 @@ $TYPO3_CONF_VARS = array(
'gdlib_2' => 0, // String/Boolean. Set this if you are using the new GDlib 2.0.1+. If you don't set this flag and still use GDlib2, you might encounter strange behaviours like black images etc. This feature might take effect only if ImageMagick is installed and working as well! You can also use the value "no_imagecopyresized_fix" - in that case it will NOT try to fix a known issue where "imagecopyresized" does not work correctly.
@@ -35,8 +35,8 @@ $TYPO3_CONF_VARS = array(
'gdlib_png' => FALSE, // Boolean. Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead!
'im' => TRUE, // Boolean. Enables the use of IM.
- 'im_path' => '/usr/X11R6/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed!