1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Nuno Teixeira 2021-05-26 10:37:43 +01:00
parent 78fd9398bb
commit d16aec0ea0
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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