diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 14:13:59 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 14:13:59 +0000 |
commit | 381ecac1a2428c0491b3c3f100b338bb24fa548b (patch) | |
tree | 224e3bfaf612e3042375ebed3eca291683869eb4 | |
parent | 78820163cba45be71258a0e3ef918eb9ca32b9d9 (diff) | |
download | FreeBSD-ports-381ecac1a2428c0491b3c3f100b338bb24fa548b.zip FreeBSD-ports-381ecac1a2428c0491b3c3f100b338bb24fa548b.tar.gz |
MFH: r449791
Update to 8.7.6
Changes: https://typo3.org/download/release-notes/whats-new/
https://typo3.org/news/article/typo3-876-released/
PR: 222286
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Approved by: ports-secteam (zi)
-rw-r--r-- | www/typo3-8/Makefile | 3 | ||||
-rw-r--r-- | www/typo3-8/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/typo3-8/Makefile b/www/typo3-8/Makefile index bfb1771..52159e1 100644 --- a/www/typo3-8/Makefile +++ b/www/typo3-8/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 4 +PORT_V_PATCH= 6 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} @@ -81,6 +81,5 @@ post-install: @${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-8/distinfo b/www/typo3-8/distinfo index c3f0de4..36b684b 100644 --- a/www/typo3-8/distinfo +++ b/www/typo3-8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502368288 -SHA256 (typo3_src-8.7.4.tar.gz) = b0ba9a2cb09d5855b557f220ca1c535ffc9eb5f458bb48bd275ee647664b64d8 -SIZE (typo3_src-8.7.4.tar.gz) = 18431446 +TIMESTAMP = 1505310566 +SHA256 (typo3_src-8.7.6.tar.gz) = fd6aa98c5e35a38174f7bb9f3e09c6212c393ede7cab72344e682ba1fea5a545 +SIZE (typo3_src-8.7.6.tar.gz) = 18453545 |