Bug 284088 - net/libproxy: update to 0.5.9
Summary: net/libproxy: update to 0.5.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Charlie Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-15 20:08 UTC by Charlie Li
Modified: 2025-01-20 05:19 UTC (History)
1 user (show)

See Also:
vishwin: maintainer-feedback+
antoine: exp-run+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Li freebsd_committer freebsd_triage 2025-01-15 20:08:05 UTC
See review D48469

Completely rewritten since 0.5.0; plugin ports are gone since they are now built directly into the library
Comment 1 Charlie Li freebsd_committer freebsd_triage 2025-01-15 20:10:13 UTC
requesting exp-run due to slight API break
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2025-01-19 19:18:15 UTC
Exp-run seems fine
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-01-20 05:03:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b6c329e4c91edaa179f01ce047e622c7dc07ca5

commit 9b6c329e4c91edaa179f01ce047e622c7dc07ca5
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-01-15 19:45:13 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-01-20 05:01:29 +0000

    net/libproxy: update to 0.5.9

    Completely rewritten since 0.5.0. Plugin ports are gone, they are
    now built directly into the library.

    PR: 284088
    Reviewed by: arrowd
    exp-run by: antoine
    Differential Revision: https://reviews.freebsd.org/D48469

 MOVED                                              |   7 ++
 net/Makefile                                       |   7 --
 net/libproxy-duktape/Makefile (gone)               |  12 ---
 net/libproxy-duktape/pkg-descr (gone)              |   5 -
 net/libproxy-duktape/pkg-plist (gone)              |   1 -
 net/libproxy-gnome3/Makefile (gone)                |  13 ---
 net/libproxy-gnome3/pkg-descr (gone)               |   6 --
 net/libproxy-gnome3/pkg-plist (gone)               |   2 -
 net/libproxy-kde/Makefile (gone)                   |  13 ---
 net/libproxy-kde/pkg-descr (gone)                  |   5 -
 net/libproxy-kde/pkg-plist (gone)                  |   1 -
 net/libproxy-pacrunner/Makefile (gone)             |  10 --
 net/libproxy-pacrunner/pkg-descr (gone)            |   5 -
 net/libproxy-pacrunner/pkg-plist (gone)            |   1 -
 net/libproxy-perl/Makefile (gone)                  |  14 ---
 net/libproxy-perl/pkg-descr (gone)                 |   5 -
 net/libproxy-perl/pkg-plist (gone)                 |   2 -
 net/libproxy-python/Makefile (gone)                |  22 ----
 net/libproxy-python/pkg-descr (gone)               |   5 -
 net/libproxy-python/pkg-plist (gone)               |   3 -
 net/libproxy-webkit3/Makefile (gone)               |  15 ---
 net/libproxy-webkit3/pkg-descr (gone)              |   5 -
 net/libproxy-webkit3/pkg-plist (gone)              |   1 -
 net/libproxy/Makefile                              | 117 ++++++++++-----------
 net/libproxy/distinfo                              |   6 +-
 net/libproxy/files/patch-CMakeLists.txt (gone)     |  31 ------
 .../files/patch-bindings_CMakeLists.txt (gone)     |  18 ----
 .../patch-bindings_perl_src_CMakeLists.txt (gone)  |  24 -----
 .../files/patch-libproxy_CMakeLists.txt (gone)     |  45 --------
 .../files/patch-libproxy_cmake_modules.cmk (gone)  |  12 ---
 ...oxy_cmake_modules_pacrunner__duktape.cmk (gone) |  10 --
 .../files/patch-libproxy_cmake_pxmodule.cmk (gone) |  20 ----
 .../files/patch-utils_CMakeLists.txt (gone)        |  17 ---
 net/libproxy/pkg-plist                             |  70 +++++++++++-
 34 files changed, 129 insertions(+), 401 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-01-20 05:03:08 UTC
A commit in branch main references this bug:

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

commit e94a554e5542a7f4a03dfc004d22f21635446626
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-01-20 04:58:55 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-01-20 05:01:30 +0000

    net/libproxy: bump consumers

    PR: 284088

 irc/hexchat/Makefile         | 1 +
 net/glib-networking/Makefile | 1 +
 security/beid/Makefile       | 1 +
 sysutils/signon-ui/Makefile  | 2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)