Date: Wed, 11 Dec 2013 19:34:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336208 - head/www/typo345 Message-ID: <201312111934.rBBJYJpo016376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 11 19:34:19 2013 New Revision: 336208 URL: http://svnweb.freebsd.org/changeset/ports/336208 Log: - Update to 4.5.32 - While I'm here: - Fix PKGNAME collision: add PKGNAMESUFFIX - Remove LATEST_LINK Changes: http://typo3.org/news/article/typo3-cms-4532-4717-6012-and-617-released/ Security: https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/ PR: ports/184670 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Modified: head/www/typo345/Makefile head/www/typo345/distinfo head/www/typo345/pkg-plist Modified: head/www/typo345/Makefile ============================================================================== --- head/www/typo345/Makefile Wed Dec 11 19:34:12 2013 (r336207) +++ head/www/typo345/Makefile Wed Dec 11 19:34:19 2013 (r336208) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.5.31 +PORTVERSION= 4.5.32 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} +PKGNAMESUFFIX= ${TYPO3RELEASE} MAINTAINER= freebsd-ports@charlieroot.de COMMENT= The typo3 content management system LICENSE= GPLv2 -LATEST_LINK= ${PKGBASE}${TYPO3RELEASE} NO_BUILD= yes USE_PHP= ctype filter json mysql pcre session xml WANT_PHP_WEB= yes Modified: head/www/typo345/distinfo ============================================================================== --- head/www/typo345/distinfo Wed Dec 11 19:34:12 2013 (r336207) +++ head/www/typo345/distinfo Wed Dec 11 19:34:19 2013 (r336208) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.31.tar.gz) = b2f7cdc11507412a0f93f798b479dd37506b21d6ebe84c6baeda8174521d7569 -SIZE (typo3_src-4.5.31.tar.gz) = 20764313 -SHA256 (dummy-4.5.31.tar.gz) = 933228a830be9397a5a446492b614322a646339e3d081df343cbd4a6650f74da -SIZE (dummy-4.5.31.tar.gz) = 9977 +SHA256 (typo3_src-4.5.32.tar.gz) = e15d436fadcd269c5c1a118d34c1b666ad4353e2ea2af3c09c238305752efe65 +SIZE (typo3_src-4.5.32.tar.gz) = 20769345 +SHA256 (dummy-4.5.32.tar.gz) = a3f7fb33a363ba90f4df0570d49c94c3de667026da836839e2a6aaa07c6274f1 +SIZE (dummy-4.5.32.tar.gz) = 9978 Modified: head/www/typo345/pkg-plist ============================================================================== --- head/www/typo345/pkg-plist Wed Dec 11 19:34:12 2013 (r336207) +++ head/www/typo345/pkg-plist Wed Dec 11 19:34:19 2013 (r336208) @@ -2791,6 +2791,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle/templavoila.diff %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/ChangeLog +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests/Unit/tools/class.tx_em_toolsTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/class.tx_em_api.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/class.tx_em_extensionmanager.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/conf.php @@ -8059,6 +8060,9 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/database @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/connection @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests/Unit/tools +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests/Unit +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111934.rBBJYJpo016376>