Date: Wed, 26 May 2021 09:48:25 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d16aec0ea088 - main - www/typo3-10: Update to 10.4.16 Message-ID: <202105260948.14Q9mPBu077703@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d16aec0ea088b35ab0db76e5652b6f6e6e71ce5a commit d16aec0ea088b35ab0db76e5652b6f6e6e71ce5a Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2021-05-26 09:37:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-05-26 09:37:43 +0000 www/typo3-10: Update to 10.4.16 - Use a small workarourd fix for: --- ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%WWWDIR%%_src-10.4.16/vendor/symfony/string/Resources/bin ===> Checking for items in pkg-plist which are not in STAGEDIR --- with --- do-install: ${RMDIR} ${WRKSRC}/vendor/symfony/string/Resources/bin --- to delete that empty directory. ChangeLog: https://get.typo3.org/release-notes/10.4.16 PR: 255783 Approved by: dbaio, garga (mentors, implicit) --- www/typo3-10/Makefile | 7 ++++++- www/typo3-10/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/www/typo3-10/Makefile b/www/typo3-10/Makefile index 681982cdeb21..a3df59344af1 100644 --- a/www/typo3-10/Makefile +++ b/www/typo3-10/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limit:^${PORT_V_MAJOR}\.${PORT_V_MINOR}\. PORT_V_MAJOR= 10 PORT_V_MINOR= 4 -PORT_V_PATCH= 10 +PORT_V_PATCH= 16 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} @@ -71,6 +71,11 @@ RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11 .endif do-install: + # workaround fix for: + # "Checking for items in STAGEDIR missing from pkg-plist" + # "Error: Orphaned: @dir %%WWWDIR%%_src-10.4.16/vendor/symfony/string/Resources/bin" + ${RMDIR} ${WRKSRC}/vendor/symfony/string/Resources/bin + # remove source empty directory ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR} ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3DIR}/typo3_src diff --git a/www/typo3-10/distinfo b/www/typo3-10/distinfo index 4bfacc9fbcad..1619fa899f16 100644 --- a/www/typo3-10/distinfo +++ b/www/typo3-10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605614355 -SHA256 (typo3_src-10.4.10.tar.gz) = 402361a51aaaef0339ef49bbc68d1b86b1c46ebe41f763ba6ee8978a720254f5 -SIZE (typo3_src-10.4.10.tar.gz) = 28696697 +TIMESTAMP = 1620808939 +SHA256 (typo3_src-10.4.16.tar.gz) = 38d05c7869e1200675483d0edabdf3afa86d7e2c85aa8b2d60299891c8872644 +SIZE (typo3_src-10.4.16.tar.gz) = 29301340
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105260948.14Q9mPBu077703>