Created attachment 262085 [details] update to 1.2025.4 What's Changed -------------- * ✅ #2137 Testing variable definition by @MuhammadEzzatHBK in #2204 * ⬆️ chore(deps): bump junit-jupiter from 5.12.2 to 5.13.0 by @dependabot in #2206 * ⬆️ chore(deps): bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.0 by @dependabot in #2207 * 🐛 Fix UTF8 byte array helper by @arnaudroques in #2210 * 💄Add newpage style and Improve LineThickness in order to make more test on LineThickness (and detect some new issues) by @The-Lum in #2213 * 📝 upd CHANGES.md according to v1.2025.3 by @The-Lum in #2222 * 🧐 Draw debug rectangle on Activity diagram (when option debug is set) by @The-Lum in #2219 * ⬆️ chore(deps): bump org.junit.platform:junit-platform-launcher from 1.13.0 to 1.13.1 by @dependabot in #2226 * ⬆️ chore(deps): bump junit-jupiter from 5.13.0 to 5.13.1 by @dependabot in #2227 * 💄 Allow LineThickness and LineStyle on start/end on State Diagram and on start/stop/end on Activity diagram, Improve Dark mode for start/end by @The-Lum in #2229 * 🐛 Select all ancestor and descendant nodes on double-click by @michaelomichael in #2231 * ⬆️ Bump gradle/actions from 4.4.0 to 4.4.1 by @dependabot in #2230 * ✨ Pico Web Server support for the /language endpoint by @skuro in #2234 * 💄 Manage sequenceDelay[Font|BorderColor] on FromSkinparamToStyle by @The-Lum in #2235 * ✨Add Record and Data classes by @Intybyte in #2232 * 💄 add TEXTCOLOR to manage dark mode (for version, ...) by @The-Lum in #2236 * 📝 Contributing docs update by @EternalGeniuz in #2237 * 🐛 Fix ant build by @blinxen in #2239 * 🐛 Exclude test directory from ant compilation by @blinxen in #2241 * 📝 update commit messages link to absolute path by @EternalGeniuz in #2242 * 💄 [Sequence Diagram] Allow stroke (LineThickness and LineStyle) on: destroy, delay, newpage, database. by @The-Lum in #2245 * ⬆️ Bump org.xmlunit:xmlunit-core from 2.10.2 to 2.10.3 by @dependabot in #2247 * 💄 allow stroke on delay (fix styleDelay definition) by @The-Lum in #2249 * ♻️ refactor most of ComponentRose classes for style by @The-Lum in #2250 * ✅ migrate JUnit Assertion to AssertJ on BasicTest by @The-Lum in #2252 * ✨ allow 'bold dot' (with @) on Class arrow (for UML association end ownership) by @The-Lum in #2253 * ✅ Added some UT for EvalBoolean Module by @EternalGeniuz in #2246 * ⬆️ Bump junit-jupiter from 5.13.1 to 5.13.2 by @dependabot in #2258 * ⬆️ Bump org.junit.platform:junit-platform-launcher from 1.13.1 to 1.13.2 by @dependabot in #2259
Maintainer informed via mail
Created attachment 263653 [details] update to 1.2025.7
Maintainer timeout 2 months.
-PLIST_FILES= %%JAVASHAREDIR%%/${PORTNAME}/${PORTNAME}.jar bin/${PORTNAME} +PLIST_FILES= ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar bin/${PORTNAME}
2. Replace PORTVERSION with DISTVERSION.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=43bce0dff20ba7dbd9afa71430117d9f8dc8639a commit 43bce0dff20ba7dbd9afa71430117d9f8dc8639a Author: Eric Camachat <eric@camachat.org> AuthorDate: 2025-09-09 22:49:01 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-09-09 22:49:01 +0000 graphics/plantuml: Update 1.2024.8 => 1.2025.7 Changelogs: https://github.com/plantuml/plantuml/releases/tag/v1.2025.0 https://github.com/plantuml/plantuml/releases/tag/v1.2025.1 https://github.com/plantuml/plantuml/releases/tag/v1.2025.2 https://github.com/plantuml/plantuml/releases/tag/v1.2025.3 https://github.com/plantuml/plantuml/releases/tag/v1.2025.4 https://github.com/plantuml/plantuml/releases/tag/v1.2025.5 https://github.com/plantuml/plantuml/releases/tag/v1.2025.6 https://github.com/plantuml/plantuml/releases/tag/v1.2025.7 - Replace PORTVERSION with DISTVERSION. - Parametrize plantuml with ${PORTNAME}. - Split long lines. - Replace %%JAVASHAREDIR%% with ${JAVASHAREDIR} in PLIST_FILES. PR: 288175 Approved by: awoonya <awoonyaa@gmail.com> (maintainer, timeout 2 months) Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> graphics/plantuml/Makefile | 17 ++++++++++------- graphics/plantuml/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 10 deletions(-)
Thanks.