- Update to 6.1.9 - Bugfix and security update - https://typo3.org/news/article/typo3-cms-4534-4719-6014-619-and-623-released/ Generated with FreeBSD Port Tools 1.02 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sat May 24 20:53:40 2014 New Revision: 355081 URL: http://svnweb.freebsd.org/changeset/ports/355081 QAT: https://qat.redports.org/buildarchive/r355081/ Log: - Update to 6.1.9 - While I'm here, complete PLIST Changes: https://typo3.org/news/article/typo3-cms-4534-4719-6014-619-and-623-released/ PR: ports/190170 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 Sat May 24 20:53:33 2014 (r355080) +++ head/www/typo3/Makefile Sat May 24 20:53:40 2014 (r355081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.8 +PORTVERSION= 6.1.9 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat May 24 20:53:33 2014 (r355080) +++ head/www/typo3/distinfo Sat May 24 20:53:40 2014 (r355081) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.8.tar.gz) = 890708ae15d8475511e49b3384fa59bc2386575c60da5971ace8b9b9912d689c -SIZE (typo3_src-6.1.8.tar.gz) = 21189737 -SHA256 (dummy-6.1.8.tar.gz) = 6b78bcb459d69b296c77d4b11c4398b3063dd5401056f95f29919bf24a3eceb9 -SIZE (dummy-6.1.8.tar.gz) = 9813 +SHA256 (typo3_src-6.1.9.tar.gz) = 19195b9d470d12fe63e2461a99e00ef9621fc67a7a848b9cf6ab707f45b028bc +SIZE (typo3_src-6.1.9.tar.gz) = 21108014 +SHA256 (dummy-6.1.9.tar.gz) = f269454dfe286b3cc6e4518c16bed1ce1f4c177dfae693deaf3012b17a87ddae +SIZE (dummy-6.1.9.tar.gz) = 9814 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Sat May 24 20:53:33 2014 (r355080) +++ head/www/typo3/pkg-plist Sat May 24 20:53:40 2014 (r355081) @@ -516,7 +516,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-vn.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_CN.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_TW.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/charts.swf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/debug.css %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/ext-all-notheme.css @@ -3124,6 +3123,7 @@ %%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/Fixtures/GeneralUtilityFixture.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 @@ -10710,3 +10710,5 @@ @dirrmtry %%WWWDIR%%/fileadmin/_temp_ @dirrmtry %%WWWDIR%%/fileadmin @dirrmtry %%WWWDIR%% +@owner +@group _______________________________________________ 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!