Date: Thu, 28 Nov 2013 07:40:44 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335081 - head/www/typo3 Message-ID: <201311280740.rAS7ei8m030669@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Nov 28 07:40:44 2013 New Revision: 335081 URL: http://svnweb.freebsd.org/changeset/ports/335081 Log: - Update to 6.1.6 Changes: http://wiki.typo3.org/TYPO3_6.1.6 PR: ports/184326 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 Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/Makefile Thu Nov 28 07:40:44 2013 (r335081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/distinfo Thu Nov 28 07:40:44 2013 (r335081) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.5.tar.gz) = 0b4028414a41264089fa35fd9c8377728f6044a04fc7ce5737f82ca0e6cee99b -SIZE (typo3_src-6.1.5.tar.gz) = 21129505 -SHA256 (dummy-6.1.5.tar.gz) = 73c889f202df82b3c12cc4c2cac03dcfb6d50c882d0b5d639368ee3dc2ad5407 -SIZE (dummy-6.1.5.tar.gz) = 9814 +SHA256 (typo3_src-6.1.6.tar.gz) = b2b642dce479b88419a719b50518544b20b17fef58fe7de6a666bdf0d160dfd5 +SIZE (typo3_src-6.1.6.tar.gz) = 21141976 +SHA256 (dummy-6.1.6.tar.gz) = 59bafa6e4202df2f223e026eb9d8f4909c76db9a6133ebc21121806cb291a973 +SIZE (dummy-6.1.6.tar.gz) = 9817 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/pkg-plist Thu Nov 28 07:40:44 2013 (r335081) @@ -4174,6 +4174,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_localconf.php @@ -9847,6 +9848,8 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311280740.rAS7ei8m030669>