From owner-svn-ports-head@FreeBSD.ORG Wed Jul 24 14:45:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75AFD236; Wed, 24 Jul 2013 14:45:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57F53239A; Wed, 24 Jul 2013 14:45:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6OEjGIW094493; Wed, 24 Jul 2013 14:45:16 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6OEjFFJ094490; Wed, 24 Jul 2013 14:45:15 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201307241445.r6OEjFFJ094490@svn.freebsd.org> From: Frederic Culot Date: Wed, 24 Jul 2013 14:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323600 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 14:45:16 -0000 Author: culot Date: Wed Jul 24 14:45:15 2013 New Revision: 323600 URL: http://svnweb.freebsd.org/changeset/ports/323600 Log: - Update to 6.1.2 Changes: http://wiki.typo3.org/TYPO3_6.1.2 PR: ports/180801 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Wed Jul 24 14:42:52 2013 (r323599) +++ head/www/typo3/Makefile Wed Jul 24 14:45:15 2013 (r323600) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Wed Jul 24 14:42:52 2013 (r323599) +++ head/www/typo3/distinfo Wed Jul 24 14:45:15 2013 (r323600) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.1.tar.gz) = ef7c5ad7b610bd69ee5f730b8e42813a3e98d5516cfee0b41173318a60be2f61 -SIZE (typo3_src-6.1.1.tar.gz) = 20983311 -SHA256 (dummy-6.1.1.tar.gz) = b4b70f82f82efce3aff1eb1cb5e593a48a0e830dc7593af9e6a9dd1bc12fb2ff -SIZE (dummy-6.1.1.tar.gz) = 9705 +SHA256 (typo3_src-6.1.2.tar.gz) = e43a7912b2d005a9586cf179776b5a8986b9f837e02d233c7710f0b55cfd49f9 +SIZE (typo3_src-6.1.2.tar.gz) = 21063841 +SHA256 (dummy-6.1.2.tar.gz) = 25228d799825fb37854e317c154dce4bae60eef4a25a38e3f3b34e569c9695d6 +SIZE (dummy-6.1.2.tar.gz) = 9709 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Wed Jul 24 14:42:52 2013 (r323599) +++ head/www/typo3/pkg-plist Wed Jul 24 14:45:15 2013 (r323600) @@ -3006,6 +3006,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/FunctionalTestCase.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity/IntegrityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3/contrib/class.removexssTest.php @@ -3112,7 +3113,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/File/ExtendedFileUtilityTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/RuntimeException.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures/clear.gif @@ -3853,6 +3853,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/update.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Resources/Public/JavaScript/upload.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller/UpdateFromTerControllerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Controller/UploadExtensionFileControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DownloadQueueTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/ExtensionTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extensionmanager/Tests/Unit/Domain/Repository/ConfigurationItemRepositoryTest.php @@ -5140,6 +5141,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InitUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/InstallerProcessInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/ReferenceIntegrityUpdateWizard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RteFileLinksUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/RteMagicImagesUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TceformsUpdateWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php @@ -5208,6 +5210,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/install_login.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets/reset.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/InstallToolTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit/SchemaMigratorTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/ext_icon.gif @@ -5674,6 +5677,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList/RecordListHookInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit/Browser/ElementBrowserTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/ext_icon.gif @@ -9513,6 +9517,9 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1 +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit/Browser +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations/Code @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList @@ -10134,7 +10141,6 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/Classes @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility/File @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Utility @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Parser @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures @@ -10182,6 +10188,8 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy/typo3 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Legacy @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category