aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-02-04 20:52:03 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-02-04 20:52:03 +0800
commit03e75e4c20b1af28c36f66e5cd8f2fbf8c4c5f6f (patch)
treed8c89e92dfb033e5d8e4b54ab53d694f29707f28
parent4e374a37884a4acac403d9c75ae7a106bcfcacb0 (diff)
downloadfreebsd-ports-gnome-03e75e4c20b1af28c36f66e5cd8f2fbf8c4c5f6f.tar.gz
freebsd-ports-gnome-03e75e4c20b1af28c36f66e5cd8f2fbf8c4c5f6f.tar.zst
freebsd-ports-gnome-03e75e4c20b1af28c36f66e5cd8f2fbf8c4c5f6f.zip
Update to 8.5.1
Changes: https://typo3.org/download/release-notes/whats-new/ PR: 216775 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
-rw-r--r--www/typo3/Makefile33
-rw-r--r--www/typo3/distinfo6
-rw-r--r--www/typo3/pkg-descr10
3 files changed, 27 insertions, 22 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 3779b307cca8..095a30ec0af1 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= typo3
-PORTVERSION= 7.6.15
+PORTVERSION= 8.5.1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
@@ -12,9 +12,19 @@ COMMENT= Typo3 content management system
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+IGNORE_WITH_PHP= 56
+PHP_VER= 70
+
+PORTSCOUT= limit:^8\.5\.
+
USES= cpe php:web shebangfix
-SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \
- typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh
+SHEBANG_FILES= vendor/doctrine/instantiator/.travis.install.sh \
+ typo3/sysext/core/Build/Scripts/cglFixMyCommit.sh \
+ typo3/sysext/core/Build/Scripts/splitFunctionalTests.sh \
+ typo3/sysext/core/Build/Scripts/validateRstFiles.sh \
+ typo3/sysext/core/Build/Scripts/duplicateExceptionCodeCheck.sh \
+ typo3/sysext/core/Build/Scripts/checkFilePermissions.sh \
+ typo3/sysext/core/Build/Scripts/xlfcheck.sh
NO_BUILD= yes
NO_ARCH= yes
USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml zip simplexml
@@ -30,7 +40,7 @@ GROUPS= ${WWWGRP}
DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX}
OPTIONS_DEFINE= CURL GD GMP IMAGICK MBSTRING MYSQL ZLIB
-OPTIONS_DEFAULT= GD ZLIB
+OPTIONS_DEFAULT=
GD_DESC= GDlib/freetype support
IMAGICK_DESC= ${IMAGEMAGICK_DESC}
MBSTRING_DESC= ${MULTIBYTE_DESC}
@@ -69,15 +79,10 @@ post-install:
${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/*" | \
${SORT} >> ${TMPPLIST}
- ${TOUCH} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/FIRST_INSTALL
- @${ECHO_CMD} ${TYPO3WWW}/${TYPO3DIR}/FIRST_INSTALL >> ${TMPPLIST}
-
- @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST}
- @${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST}
- @${ECHO_CMD} "@mode 755" >> ${TMPPLIST}
- @${ECHO} "@dir ${TYPO3WWW}/${TYPO3DIR}" >> ${TMPPLIST}
- @${ECHO_CMD} "@mode" >> ${TMPPLIST}
- @${ECHO_CMD} "@group" >> ${TMPPLIST}
- @${ECHO_CMD} "@owner" >> ${TMPPLIST}
+ @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/common/lib/vendor/doctrine-build-common" >> ${TMPPLIST}
+ @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/Symfony/Component/Console" >> ${TMPPLIST}
+ @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-build-common" >> ${TMPPLIST}
+ @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-common" >> ${TMPPLIST}
+ @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/guzzlehttp/guzzle/build" >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/typo3/distinfo b/www/typo3/distinfo
index 70cc93dbea2e..0b9977d44f6c 100644
--- a/www/typo3/distinfo
+++ b/www/typo3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483516120
-SHA256 (typo3_src-7.6.15.tar.gz) = e263bf3f20dbd50b5f790d25995f02785a35681d1c18406f571d10df5f75a9c9
-SIZE (typo3_src-7.6.15.tar.gz) = 21674023
+TIMESTAMP = 1486209945
+SHA256 (typo3_src-8.5.1.tar.gz) = 0684e266c3711616efe260ec1381af30dfec3a4db0d0647313f1040ff48eb5fd
+SIZE (typo3_src-8.5.1.tar.gz) = 21762084
diff --git a/www/typo3/pkg-descr b/www/typo3/pkg-descr
index ec2d15150d4e..e7c1468d96db 100644
--- a/www/typo3/pkg-descr
+++ b/www/typo3/pkg-descr
@@ -2,10 +2,10 @@ TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.
-The upcoming LTS release, which will be released in Fall 2015. It will get 3
-years of important and security fixes from the day of the release. Until the
-final release several sprint releases will be published (7.0, 7.1, 7.2, ...)
-in between. Adopters are encouraged to use each of those release on the way
-to TYPO3 CMS 7 LTS.
+The upcoming LTS release, scheduled for April 2017. Stay tuned for more
+information. Once released, it will get 3 years of important and security fixes
+from the day of the release. Until the final release several sprint releases
+will be published (8.0, 8.1, 8.2, ...) in between. Adopters are encouraged to
+use each of those release on the way to TYPO3 CMS 8 LTS.
WWW: http://typo3.org/