Created attachment 183706 [details] Update to 8.7.2 diff -ruN ../typo3-8.org/Makefile ./Makefile --- ../typo3-8.org/Makefile 2017-06-22 13:49:23.614635000 +0200 +++ ./Makefile 2017-06-22 13:50:32.024437000 +0200 @@ -26,7 +26,7 @@ PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 1 +PORT_V_PATCH= 2 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} diff -ruN ../typo3-8.org/distinfo ./distinfo --- ../typo3-8.org/distinfo 2017-06-22 13:49:23.618380000 +0200 +++ ./distinfo 2017-06-22 13:49:44.089193000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1492607076 -SHA256 (typo3_src-8.7.1.tar.gz) = 4035dcbfdf611a425ed15be8c46fa4722020b442ee17f9c0bba2d8bcf6649815 -SIZE (typo3_src-8.7.1.tar.gz) = 21624139 +TIMESTAMP = 1498132184 +SHA256 (typo3_src-8.7.2.tar.gz) = e1afbfcc97f60b201d2de334f5d5f9ad523543338891ec1ba1c2f1df5958d97f +SIZE (typo3_src-8.7.2.tar.gz) = 19089981
A commit references this bug: Author: sunpoet Date: Thu Jun 22 23:43:09 UTC 2017 New revision: 444160 URL: https://svnweb.freebsd.org/changeset/ports/444160 Log: Update to 8.7.2 Changes: https://typo3.org/download/release-notes/whats-new/ https://typo3.org/news/article/typo3-872-and-7619-released/ PR: 220209 Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer) Changes: head/www/typo3-8/Makefile head/www/typo3-8/distinfo
Committed. Thanks!