Created attachment 185461 [details] patch file Notable changes since 0.7: [1] * Switch to webkit2-gtk3 * Remove proxy stuff, it's now handled by WebView * Scrolling is now handled through WebKit * SSL policy is now handled through WebKit * Disk cache is now handled through WebKit * Cookies are now handled through WebKit [1] Full changelog: http://git.suckless.org/surf/log/?qt=range&q=0.7..2.0 QA: portlint -AC: OK poudriere testport: OK (11a, 10i)
Is the port missing a run dependency on xterm? You have added a curl run dependency but it's only ever invoked via an xterm. I'd say we either remove the curl dependency or add xterm too.
I thought xterm was included transitively through x11->xorg-apps->xterm, but probably it would be better to have an explicit run depenedency. I'll update the patch.
Created attachment 185490 [details] patch file Add x11/xterm as runtime dependency.
A commit references this bug: Author: tobik Date: Wed Aug 16 16:26:44 UTC 2017 New revision: 448061 URL: https://svnweb.freebsd.org/changeset/ports/448061 Log: www/surf: Update to 2.0 Assign maintainership to submitter Notable changes since 0.7: - Switch to webkit2-gtk3 - Remove proxy stuff, it's now handled by WebView - Scrolling, SSL policy, Disk Cache, and Cookies are now handled through WebKit Changes: http://git.suckless.org/surf/log/?qt=range&q=0.7..2.0 PR: 221548 Submitted by: Dmitri Goutnik <dg@syrec.org> Changes: head/www/surf/Makefile head/www/surf/distinfo head/www/surf/files/ head/www/surf/pkg-descr
Committed. Thank you for updating surf! :)