Bug 280225 - www/typo3-12: Update to 12.4.17
Summary: www/typo3-12: Update to 12.4.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL: https://get.typo3.org/release-notes/1...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-11 15:45 UTC by Helmut Ritter
Modified: 2024-07-14 12:06 UTC (History)
2 users (show)

See Also:


Attachments
Update to 12.4.17 (830 bytes, patch)
2024-07-11 15:45 UTC, Helmut Ritter
freebsd-ports: maintainer-approval+
Details | Diff
Poudriere Log (30.88 KB, text/plain)
2024-07-11 15:45 UTC, Helmut Ritter
no flags Details
pet portclippy, portlint (2.06 KB, patch)
2024-07-12 17:24 UTC, Zsolt Udvari
uzsolt: maintainer-approval? (freebsd-ports)
Details | Diff
Update to 12.4.17 (561 bytes, patch)
2024-07-13 11:45 UTC, Helmut Ritter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Ritter 2024-07-11 15:45:25 UTC
This version is a maintenance release and contains bug fixes only.

For details about the release, please see:

https://get.typo3.org/release-notes/12.4.17
https://typo3.org/article/typo3-12417-maintenance-release-published
Comment 1 Helmut Ritter 2024-07-11 15:45:33 UTC
Created attachment 251976 [details]
Update to 12.4.17
Comment 2 Helmut Ritter 2024-07-11 15:45:36 UTC
Created attachment 251977 [details]
Poudriere Log
Comment 3 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-12 17:24:21 UTC
Created attachment 251994 [details]
pet portclippy, portlint

Some style formatting:
Fix pkg-descr lines width (max 80 character).
Move WRKSRC after SUB_LIST (portclippy).
Remove MBSTRING_DESC, there isn't MBSTRING option.

Question: your Makefile has ".if ${PORT_OPTIONS:MX11}" but there isn't X11 option. Would you like delete it?
Comment 4 Helmut Ritter 2024-07-12 21:43:04 UTC
I'm not an expert, there should be an option to build without X11.
Comment 5 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-13 05:13:45 UTC
(In reply to Helmut Ritter from comment #4)
Yes, should be listed in OPTIONS_DEFINE. If you check your installed typo3-12 (pkg info) you don't see X11 in options.
Or can remove the PORT_OPTIONS:MX11 conditional.
Comment 6 Helmut Ritter 2024-07-13 11:45:41 UTC
Created attachment 252013 [details]
Update to 12.4.17
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-07-14 12:06:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73e7564c362d68331828b44f953298fe2809377f

commit 73e7564c362d68331828b44f953298fe2809377f
Author:     Helmut Ritter <freebsd-ports@charlieroot.de>
AuthorDate: 2024-07-14 12:01:05 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-07-14 12:01:05 +0000

    www/typo3-12: update to 12.4.17

    Add X11 to OPTIONS_DEFINE.
    Remove useless MBSTRING_DESC.
    Fix line width in pkg-descr.
    Pet portclippy, portfmt.

    Changelog: https://get.typo3.org/release-notes/12.4.17

    PR:             280225
    Approved by:    submitter is maintainer

 www/typo3-12/Makefile  | 7 +++----
 www/typo3-12/distinfo  | 6 +++---
 www/typo3-12/pkg-descr | 4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)
Comment 8 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-14 12:06:36 UTC
Committed, thanks!