- 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)
This commit is contained in:
parent
ee07320ae2
commit
18203f9f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336208
3 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue