Bug 259677

Summary: graphics/wxsvg: Update to 1.5.23
Product: Ports & Packages Reporter: Alan Hicks <ahicks>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Only Me CC: danilo, fernape, lwhsu, rhurlin
Priority: --- Flags: fernape: maintainer-feedback? (danilo)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://sourceforge.net/projects/wxsvg/files/wxsvg/1.5.23/
Bug Depends on:    
Bug Blocks: 259678    
Attachments:
Description Flags
Patch to upgrade port from 1.5.22 to 1.5.23
none
Poudriere build log
none
Patch to upgrade port from 1.5.22 to 1.5.23 rhurlin: maintainer-approval? (danilo)

Description Alan Hicks 2021-11-06 14:58:13 UTC
Created attachment 229321 [details]
Patch to upgrade port from 1.5.22 to 1.5.23

Upgrade from 1.5.22 to 1.5.23
Bump wxWidgets to 3.1 for multimedia/dvdstyler
Comment 1 Alan Hicks 2021-11-06 15:00:39 UTC
Created attachment 229322 [details]
Poudriere build log

DVDStyler appears to be the only dependent port
find /usr/ports -name Makefile -exec grep wxsvg {} ';' -ls
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-11-06 15:14:56 UTC
Hi Alan,

There seems to be a typo in line 16 of your Makefile:

libharfbuzz.so:print/harfbuzz instead of libharfbuzz.so:print/harfbuz (double z)
Comment 3 Alan Hicks 2021-11-06 16:23:42 UTC
Created attachment 229327 [details]
Patch to upgrade port from 1.5.22 to 1.5.23

New patch to fix typo
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-18 20:44:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15d378fac29b5673ca9cad8477e670bd2f9aa894

commit 15d378fac29b5673ca9cad8477e670bd2f9aa894
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2022-01-18 19:32:04 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2022-01-18 20:43:00 +0000

    graphics/wxsvg: Update to 1.5.23

    Pass the maintainership to the submitter

    PR:             259677

 graphics/wxsvg/Makefile  | 9 +++++----
 graphics/wxsvg/distinfo  | 6 +++---
 graphics/wxsvg/pkg-plist | 2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
Comment 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2022-01-18 20:45:14 UTC
Committed, thanks!