Bug 180951 - [MAINTAINER] www/typo3: update to 6.1.3
Summary: [MAINTAINER] www/typo3: update to 6.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-30 20:30 UTC by Helmut Ritter
Modified: 2013-08-05 23:04 UTC (History)
0 users

See Also:


Attachments
typo3-6.1.3.patch (16.48 KB, patch)
2013-07-30 20:30 UTC, Helmut Ritter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Ritter 2013-07-30 20:30:00 UTC
- Update to 6.1.3
- bug fixes and security fixes
- http://typo3.org/news/article/typo3-cms-4529-4714-608-and-613-released/
- http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-002/

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix)
Comment 1 Olli Hauer freebsd_committer freebsd_triage 2013-08-05 18:24:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-05 22:57:15 UTC
Author: ohauer
Date: Mon Aug  5 21:56:56 2013
New Revision: 324294
URL: http://svnweb.freebsd.org/changeset/ports/324294

Log:
  - secuity update for typo3 ports
  - some small Makefile cleanups
  - add vuxml entry
  
  Vulnerability Types: Cross-Site Scripting, Remote Code Execution
   Overall Severity: Critical
  
  Vulnerable subcomponent: Third Party Libraries used for audio and video playback
   Affected Versions: All versions from 4.5.0 up to the development branch of 6.2
   Vulnerability Type: Cross-Site Scripting
   Severity: Medium
  
  Vulnerable subcomponent: Backend File Upload / File Abstraction Layer
   Vulnerability Type: Remote Code Execution by arbitrary file creation
   Affected Versions: All versions from 6.0.0 up to the development branch of 6.2
   Severity: Critical
  
  PR:		ports/180951
  		ports/180952
  		ports/180953
  Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
  Security:	http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-002/
  		CVE-2011-3642
  		CVE-2013-1464

Modified:
  head/security/vuxml/vuln.xml
  head/www/typo3/Makefile
  head/www/typo3/distinfo
  head/www/typo3/pkg-plist
  head/www/typo345/Makefile
  head/www/typo345/distinfo
  head/www/typo345/pkg-plist
  head/www/typo347/Makefile
  head/www/typo347/distinfo
  head/www/typo347/pkg-plist

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/security/vuxml/vuln.xml	Mon Aug  5 21:56:56 2013	(r324294)
@@ -51,6 +51,44 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e6839625-fdfa-11e2-9430-20cf30e32f6d">
+    <topic>typo3 -- Multiple vulnerabilities in TYPO3 Core</topic>
+    <affects>
+      <package>
+	<name>typo3</name>
+	<range><ge>4.5.0</ge><lt>4.5.29</lt></range>
+	<range><ge>4.7.0</ge><lt>4.7.14</lt></range>
+	<range><ge>6.1.0</ge><lt>6.1.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Typo Security Team reports:</p>
+	<blockquote cite="http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-002/">
+	  <p>It has been discovered that TYPO3 Core is vulnerable to
+	    Cross-Site Scripting and Remote Code Execution.</p>
+	  <p>TYPO3 bundles flash files for video and audio playback. Old
+	    versions of FlowPlayer and flashmedia are susceptible to
+	    Cross-Site Scripting. No authentication is required to exploit
+	    this vulnerability.</p>
+	  <p>The file upload component and the File Abstraction Layer are
+	    failing to check for denied file extensions, which allows
+	    authenticated editors (even with limited permissions) to
+	    upload php files with arbitrary code, which can then be
+	    executed in web server's context.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2011-3642</cvename>
+      <cvename>CVE-2013-1464</cvename>
+    </references>
+    <dates>
+      <discovery>2013-07-30</discovery>
+      <entry>2013-08-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="17326fd5-fcfb-11e2-9bb9-6805ca0b3d42">
     <topic>phpMyAdmin -- clickJacking protection can be bypassed</topic>
     <affects>

Modified: head/www/typo3/Makefile
==============================================================================
--- head/www/typo3/Makefile	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo3/Makefile	Mon Aug  5 21:56:56 2013	(r324294)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	typo3
-PORTVERSION=	6.1.2
+PORTVERSION=	6.1.3
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 
 MAINTAINER=	freebsd-ports@charlieroot.de
-COMMENT=	Open Source content management system
+COMMENT=	The typo3 content management system
 
 LICENSE=	GPLv2
 
@@ -29,14 +29,12 @@ DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX} $
 
 OPTIONS_DEFINE=	APC CURL GD IMAGICK MBSTRING MYSQL ZLIB
 APC_DESC=	Alternative PHP Cache
-CURL_DESC=	cURL supprt
 GD_DESC=	GDlib/freetype support
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
 MBSTRING_DESC=	${MULTIBYTE_DESC}
 MYSQL_DESC=	Install MySQL Server
-ZLIB_DESC=	zlib support
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPC}
 USE_PHP+=	apc
@@ -86,4 +84,4 @@ do-install:
 		${LN} -s ../${TYPO3SRC} typo3_src
 	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/typo3/distinfo
==============================================================================
--- head/www/typo3/distinfo	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo3/distinfo	Mon Aug  5 21:56:56 2013	(r324294)
@@ -1,4 +1,4 @@
-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
+SHA256 (typo3_src-6.1.3.tar.gz) = a30d1c1ebf9f17575844fbabdbccc104e31d82216b076411a083077a6875874c
+SIZE (typo3_src-6.1.3.tar.gz) = 21086000
+SHA256 (dummy-6.1.3.tar.gz) = d8b5d4b0b3eff40dec0deb5ad445f63685011c08efd2febb58c2beada77a51f3
+SIZE (dummy-6.1.3.tar.gz) = 9710

Modified: head/www/typo3/pkg-plist
==============================================================================
--- head/www/typo3/pkg-plist	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo3/pkg-plist	Mon Aug  5 21:56:56 2013	(r324294)
@@ -799,67 +799,26 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/flowplayer-3.2.6.min.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.7.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio-3.2.2.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions-3.2.3.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml.1
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/engineering.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flowplayer.captions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame00.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame01.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame02.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame03.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame04.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame05.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame06.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame07.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame08.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame09.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame10.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame11.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame12.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame13.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame14.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame15.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame16.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame17.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame18.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame19.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame20.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/index.html.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/tools.scrollable-1.1.2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content-3.2.0.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.5.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc
@@ -898,6 +857,49 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php
@@ -3004,6 +3006,7 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/BaseTestCase.php
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.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
@@ -10190,6 +10193,7 @@
 @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/Driver
 @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
@@ -10519,6 +10523,13 @@
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance
@@ -10539,12 +10550,6 @@
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject

Modified: head/www/typo345/Makefile
==============================================================================
--- head/www/typo345/Makefile	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo345/Makefile	Mon Aug  5 21:56:56 2013	(r324294)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typo3
-PORTVERSION=	4.5.28
+PORTVERSION=	4.5.29
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 
@@ -11,7 +11,7 @@ COMMENT=	The typo3 content management sy
 
 LICENSE=	GPLv2
 
-NO_LATEST_LINK=	yes
+LATEST_LINK=	${PKGBASE}${TYPO3RELEASE}
 NO_BUILD=	yes
 USE_PHP=	ctype filter json mysql pcre session xml
 WANT_PHP_WEB=	yes
@@ -28,11 +28,11 @@ PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
 
 OPTIONS_DEFINE=	CURL GD IMAGICK MBSTRING ZLIB
+GD_DESC=	GDlib/freetype support
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
 MBSTRING_DESC=	${MULTIBYTE_DESC}
-GD_DESC=	GDlib/freetype support
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCURL}
 USE_PHP+=	curl
@@ -59,7 +59,8 @@ USE_PHP+=	zlib
 .endif
 
 pre-install:
-	${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
+	${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php \
+		${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
 
 do-install:
 	${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}
@@ -70,4 +71,4 @@ do-install:
 		${LN} -s ../${TYPO3SRC} typo3_src
 	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/typo345/distinfo
==============================================================================
--- head/www/typo345/distinfo	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo345/distinfo	Mon Aug  5 21:56:56 2013	(r324294)
@@ -1,4 +1,4 @@
-SHA256 (typo3_src-4.5.28.tar.gz) = 7ec787d476135033e9ab3a5cd4fca4a6978fcfae765deed446a3e8d2e615e3e7
-SIZE (typo3_src-4.5.28.tar.gz) = 20724368
-SHA256 (dummy-4.5.28.tar.gz) = 5f71b0096e4e5392720182ab93ff3f35e78fd893c99bbe41733171d5a923615b
-SIZE (dummy-4.5.28.tar.gz) = 9858
+SHA256 (typo3_src-4.5.29.tar.gz) = 8fc3c2633cb0059d750c0846a546257bedbdfa2038bd8175c5d9a7746b0330de
+SIZE (typo3_src-4.5.29.tar.gz) = 20731649
+SHA256 (dummy-4.5.29.tar.gz) = aaa38348cd65574daa036c494ffb7a9e0937ca26a8d05bfe096839ada3e7d1e4
+SIZE (dummy-4.5.29.tar.gz) = 9859

Modified: head/www/typo345/pkg-plist
==============================================================================
--- head/www/typo345/pkg-plist	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo345/pkg-plist	Mon Aug  5 21:56:56 2013	(r324294)
@@ -774,8 +774,9 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/resources.jsb
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js

Modified: head/www/typo347/Makefile
==============================================================================
--- head/www/typo347/Makefile	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo347/Makefile	Mon Aug  5 21:56:56 2013	(r324294)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typo3
-PORTVERSION=	4.7.13
+PORTVERSION=	4.7.14
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 
@@ -28,11 +28,11 @@ PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 DISTFILES+=	${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
 
 OPTIONS_DEFINE=	CURL GD IMAGICK MBSTRING ZLIB
+GD_DESC=	GDlib/freetype support
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
 MBSTRING_DESC=	${MULTIBYTE_DESC}
-GD_DESC=	GDlib/freetype support
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCURL}
 USE_PHP+=	curl
@@ -59,7 +59,8 @@ USE_PHP+=	zlib
 .endif
 
 pre-install:
-	${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
+	${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php \
+		${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
 
 do-install:
 	${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}
@@ -70,4 +71,4 @@ do-install:
 		${LN} -s ../${TYPO3SRC} typo3_src
 	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/typo347/distinfo
==============================================================================
--- head/www/typo347/distinfo	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo347/distinfo	Mon Aug  5 21:56:56 2013	(r324294)
@@ -1,4 +1,4 @@
-SHA256 (typo3_src-4.7.13.tar.gz) = f8028349bef4956cd60f80ddf6687e11796acc95698ab7e95e37af4d5bed82c2
-SIZE (typo3_src-4.7.13.tar.gz) = 22574879
-SHA256 (dummy-4.7.13.tar.gz) = 0e8351f886035cf89581469c27e3d0641edbe58c9a5e91e7b9e7f96cd352e997
-SIZE (dummy-4.7.13.tar.gz) = 10160
+SHA256 (typo3_src-4.7.14.tar.gz) = a87a8f600b255b7558f88cb3ac4e4b5e8478774edc626ff7c8da7acfd61ed71c
+SIZE (typo3_src-4.7.14.tar.gz) = 22597494
+SHA256 (dummy-4.7.14.tar.gz) = d08aa5957c919a22b4367ddfa0aa31e49bd29a73ff574117e4e12f28e4c2bd98
+SIZE (dummy-4.7.14.tar.gz) = 10155

Modified: head/www/typo347/pkg-plist
==============================================================================
--- head/www/typo347/pkg-plist	Mon Aug  5 21:24:18 2013	(r324293)
+++ head/www/typo347/pkg-plist	Mon Aug  5 21:56:56 2013	(r324294)
@@ -819,67 +819,26 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/flowplayer-3.2.6.min.js
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.7.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio-3.2.2.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions-3.2.3.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml.1
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/engineering.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flowplayer.captions.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/left.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/right.png
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame00.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame01.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame02.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame03.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame04.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame05.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame06.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame07.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame08.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame09.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame10.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame11.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame12.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame13.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame14.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame15.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame16.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame17.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame18.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame19.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame20.jpg
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/index.html.tmpl
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/tools.scrollable-1.1.2.js
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content-3.2.0.swf
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/LICENSE.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/README.txt
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.properties
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.xml
-%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.5.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc
@@ -918,6 +877,49 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php
@@ -9142,6 +9144,13 @@
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jsmin
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio
+@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance
@@ -9162,12 +9171,6 @@
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer
 @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject
_______________________________________________
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"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-08-05 23:03:53 UTC
State Changed
From-To: open->closed

Committed with minor changes.