1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 6.1.0

Changes:        http://wiki.typo3.org/TYPO3_6.1.0
PR:             ports/178325
Submitted by:   Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
This commit is contained in:
Frederic Culot 2013-05-06 16:17:06 +00:00
parent 1c24d964d5
commit 201de7d99f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317530
4 changed files with 231 additions and 496 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= typo3
PORTVERSION= 6.0.4
PORTVERSION= 6.1.0
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
@ -12,7 +12,7 @@ COMMENT= Open Source content management system
LICENSE= GPLv2
NO_BUILD= yes
USE_PHP= ctype filter json mysql pcre session xml
USE_PHP= ctype filter json mysqli pcre session xml
WANT_PHP_WEB= yes
IGNORE_WITH_PHP=52
@ -72,7 +72,10 @@ USE_PHP+= zlib
.endif
pre-install:
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist
@if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \
${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \
fi
do-install:
${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}

View File

@ -1,4 +1,4 @@
SHA256 (typo3_src-6.0.4.tar.gz) = 9d133ae870f534f149d74de9cba8f7a3353d978f02284ecaaa9bf754aa8586ae
SIZE (typo3_src-6.0.4.tar.gz) = 22162749
SHA256 (dummy-6.0.4.tar.gz) = c81386f7b1a9abe26321d76b598f3a777029bf1e9db0aff62cf344e4aa63649f
SIZE (dummy-6.0.4.tar.gz) = 10193
SHA256 (typo3_src-6.1.0.tar.gz) = 286485c5a4d413304ae34f9c1d4048274d14832454e5a1b783f5c7b779b4cdba
SIZE (typo3_src-6.1.0.tar.gz) = 20971383
SHA256 (dummy-6.1.0.tar.gz) = 72e0cdf9ea6047b7ffb36876df466d2fcb5ea09cf3808ae578187a21d43b564a
SIZE (dummy-6.1.0.tar.gz) = 9705

View File

@ -4,7 +4,7 @@ featuring an accomplished set of ready-made interfaces, functions and modules.
The latest stable release (for new and existing projects)
This version is the current stable release. It is recommended for existing
projects and will get full support (bug fixes and security fixes) until April
2014, but will get security fixes until October 2014.
projects and will get full support (bug fixes and security fixes) until October
2013, but will get security fixes and important bugfixes until October 2014.
WWW: http://typo3.org/

File diff suppressed because it is too large Load Diff