Wed Jun 5 15:19:21 2013 UTC ()
Update typo3_45 to 4.5.27 (TYPO3 4.5.27).

2013-05-24  afc5256                  [RELEASE] Release of TYPO3 4.5.27 (TYPO3 Release Team)
2013-05-23  951cc4a                  Revert "[BUGFIX] Extension Security Report goes green if TER was never fetched" (Markus Klein)
2013-05-19  156acf2  #16531          [BUGFIX] Fix last line in table wizard (Philipp Gampe)
2013-05-18  426abe9  #16762          [BUGFIX] be_users.userMods is too small to hold all modules (Philipp Gampe)
2013-05-12  4efda7e  #34148          [BUGFIX] Multi-table relationship not recognized in t3lib_loadDBGroup (Markus Opahle)
2013-05-12  3cf208f  #34446          [BUGFIX] undefined variable imgExt (Simon Schaufelberger)
2013-05-12  1da2b57  #47688          [BUGFIX] Sorting not respected for backend layout dropdowns (Anja Leichsenring)
2013-05-11  913c01a  #48052          [BUGFIX] Wrong class in t3lib_TCEforms_Suggest (Nicole Cordes)
2013-05-08  6f88470                  [TASK] Activate syntax check for PHP 5.4 (Helmut Hummel)
2013-05-08  2fe9c38                  [TASK] Activate travis to check for syntax errors (Helmut Hummel)
2013-05-07  53b49a1  #40816          [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting (Laurent Cherpit)
2013-05-06  e060386  #47969          [BUGFIX] Call to undefined function mime_content_type() (Christian Kuhn)
2013-05-06  fbea075                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-05-05  bc76a94  #21588          [BUGFIX] Resolve asterisk in allowed tables for suggest wizard (Nicole Cordes)
2013-05-05  d4439a1  #39043          [BUGFIX] Extension Security Report goes green if TER was never fetched (Mario Rimann)


(taca)
diff -r1.24 -r1.25 pkgsrc/www/typo3_45/Makefile
diff -r1.10 -r1.11 pkgsrc/www/typo3_45/PLIST
diff -r1.19 -r1.20 pkgsrc/www/typo3_45/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/www/typo3_45/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3_45/Attic/Makefile 2013/05/16 16:25:00 1.24
+++ pkgsrc/www/typo3_45/Attic/Makefile 2013/06/05 15:19:21 1.25
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.24 2013/05/16 16:25:00 taca Exp $ 1# $NetBSD: Makefile,v 1.25 2013/06/05 15:19:21 taca Exp $
2# 2#
3 3
4DISTNAME= ${TYPO3NAME} 4DISTNAME= ${TYPO3NAME}
5PKGNAME= typo3-${VER} 5PKGNAME= typo3-${VER}
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} 8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
9 9
10MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
11HOMEPAGE= http://typo3.com/ 11HOMEPAGE= http://typo3.com/
12COMMENT= The TYPO3 content management system LTS release 12COMMENT= The TYPO3 content management system LTS release
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql 15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ 16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json 17DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
18 18
19VER= 4.5.26 19VER= 4.5.27
20NO_BUILD= yes 20NO_BUILD= yes
21USE_TOOLS+= pax 21USE_TOOLS+= pax
22 22
23TYPO3NAME= typo3_src-${VER} 23TYPO3NAME= typo3_src-${VER}
24SITESRC= dummy-${VER} 24SITESRC= dummy-${VER}
25WRKSRC= ${WRKDIR}/${DISTNAME} 25WRKSRC= ${WRKDIR}/${DISTNAME}
26 26
27PHP_VERSIONS_ACCEPTED= 53 27PHP_VERSIONS_ACCEPTED= 53
28 28
29# maybe resides in lang/php/phpversion.mk 29# maybe resides in lang/php/phpversion.mk
30REPLACE_INTERPRETER+= php 30REPLACE_INTERPRETER+= php
31REPLACE.php.old= .*php[^ ]* 31REPLACE.php.old= .*php[^ ]*
32REPLACE.php.new= ${PREFIX}/bin/php 32REPLACE.php.new= ${PREFIX}/bin/php

cvs diff -r1.10 -r1.11 pkgsrc/www/typo3_45/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3_45/Attic/PLIST 2013/05/16 16:25:00 1.10
+++ pkgsrc/www/typo3_45/Attic/PLIST 2013/06/05 15:19:21 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2013/05/16 16:25:00 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2013/06/05 15:19:21 taca Exp $
2${EGDIR}/localconf.php 2${EGDIR}/localconf.php
3${TYPO3DIR}/${TYPO3NAME}/ChangeLog 3${TYPO3DIR}/${TYPO3NAME}/ChangeLog
4${TYPO3DIR}/${TYPO3NAME}/GPL.txt 4${TYPO3DIR}/${TYPO3NAME}/GPL.txt
5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt 5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt 6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt 7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
8${TYPO3DIR}/${TYPO3NAME}/README.txt 8${TYPO3DIR}/${TYPO3NAME}/README.txt
9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt 9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
10${TYPO3DIR}/${TYPO3NAME}/_.htaccess 10${TYPO3DIR}/${TYPO3NAME}/_.htaccess
11${TYPO3DIR}/${TYPO3NAME}/index.php 11${TYPO3DIR}/${TYPO3NAME}/index.php
12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt 12${TYPO3DIR}/${TYPO3NAME}/t3lib/GPL.txt
13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt 13${TYPO3DIR}/${TYPO3NAME}/t3lib/README.txt
14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php 14${TYPO3DIR}/${TYPO3NAME}/t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php
@@ -2962,26 +2962,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex @@ -2962,26 +2962,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/ex
2962${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/ObjectAlreadyRegistered.php 2962${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/ObjectAlreadyRegistered.php
2963${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownClass.php 2963${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownClass.php
2964${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownInterface.php 2964${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnknownInterface.php
2965${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnresolvedDependencies.php 2965${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/UnresolvedDependencies.php
2966${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/WrongScope.php 2966${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Exception/WrongScope.php
2967${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Manager.php 2967${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/Manager.php
2968${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManager.php 2968${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManager.php
2969${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php 2969${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php
2970${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Backend.php 2970${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Backend.php
2971${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/BackendInterface.php 2971${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/BackendInterface.php
2972${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception.php 2972${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception.php
2973${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php 2973${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/CleanStateNotMemorized.php
2974${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php 2974${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectType.php
 2975${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InconsistentQuerySettings.php
2975${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php 2976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidClass.php
2976${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php 2977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidNumberOfConstraints.php
2977${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidPropertyType.php 2978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidPropertyType.php
2978${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php 2979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/MissingBackend.php
2979${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/RepositoryException.php 2980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/RepositoryException.php
2980${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/TooDirty.php 2981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/TooDirty.php
2981${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnexpectedTypeException.php 2982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnexpectedTypeException.php
2982${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObject.php 2983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObject.php
2983${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedMethod.php 2984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedMethod.php
2984${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedOrder.php 2985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedOrder.php
2985${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedRelation.php 2986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/Exception/UnsupportedRelation.php
2986${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/IdentityMap.php 2987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/IdentityMap.php
2987${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyLoadingProxy.php 2988${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Persistence/LazyLoadingProxy.php

cvs diff -r1.19 -r1.20 pkgsrc/www/typo3_45/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3_45/Attic/distinfo 2013/05/16 16:25:00 1.19
+++ pkgsrc/www/typo3_45/Attic/distinfo 2013/06/05 15:19:21 1.20
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.19 2013/05/16 16:25:00 taca Exp $ 1$NetBSD: distinfo,v 1.20 2013/06/05 15:19:21 taca Exp $
2 2
3SHA1 (dummy-4.5.26.tar.gz) = 41b94eabf3ae055f51fb914c761ae7f74577cb60 3SHA1 (dummy-4.5.27.tar.gz) = aa0a235a864505357baec3bfa406aa5d0787599f
4RMD160 (dummy-4.5.26.tar.gz) = 31b7983a3ba97cf384b3d0073234a0732d7e2bec 4RMD160 (dummy-4.5.27.tar.gz) = e0b906b4a2276fd4ac192501d6d461b3140ff5d2
5Size (dummy-4.5.26.tar.gz) = 9857 bytes 5Size (dummy-4.5.27.tar.gz) = 9855 bytes
6SHA1 (typo3_src-4.5.26.tar.gz) = 34827130a5d000b7a102457f34c41b7b7d46a39e 6SHA1 (typo3_src-4.5.27.tar.gz) = b51773607fe4700810e14a0d76eae156c09bdaf5
7RMD160 (typo3_src-4.5.26.tar.gz) = 799556df39947c29eb3867882522575be112c2f9 7RMD160 (typo3_src-4.5.27.tar.gz) = 04db1d600c6ad58e37e5fe8b43c298fe942685a1
8Size (typo3_src-4.5.26.tar.gz) = 20639930 bytes 8Size (typo3_src-4.5.27.tar.gz) = 20638737 bytes
9SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6 9SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6