- Update to 6.1.1 - maintenance releases and bug fixes only - See http://typo3.org/news/article/typo3-cms-4527-4712-606-and-611-released/ Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Mon May 27 07:18:51 2013 New Revision: 319159 URL: http://svnweb.freebsd.org/changeset/ports/319159 Log: - Update to 6.1.1 Changes: http://wiki.typo3.org/TYPO3_6.1.1 PR: ports/178969 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Mon May 27 06:27:31 2013 (r319158) +++ head/www/typo3/Makefile Mon May 27 07:18:51 2013 (r319159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Mon May 27 06:27:31 2013 (r319158) +++ head/www/typo3/distinfo Mon May 27 07:18:51 2013 (r319159) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.0.tar.gz) = 286485c5a4d413304ae34f9c1d4048274d14832454e5a1b783f5c7b779b4cdba -SIZE (typo3_src-6.1.0.tar.gz) = 20971383 -SHA256 (dummy-6.1.0.tar.gz) = 72e0cdf9ea6047b7ffb36876df466d2fcb5ea09cf3808ae578187a21d43b564a -SIZE (dummy-6.1.0.tar.gz) = 9705 +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 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Mon May 27 06:27:31 2013 (r319158) +++ head/www/typo3/pkg-plist Mon May 27 07:18:51 2013 (r319159) @@ -917,10 +917,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/MultipartBody.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Observer/Log.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Response.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SOCKS5.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SocketWrapper.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net/URL2.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR/Exception.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/HTTP_Request2/generate-list.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/HTTP_Request2/public-suffix-list.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/public-suffix-list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/prototype.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.min.js @@ -3049,6 +3050,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/Fixtures/FormProtectionTesting.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/FormProtectionFactoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Imaging/GraphicalFunctionsTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf @@ -10498,7 +10500,6 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/HTTP_Request2 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!