Summary: | www/surf: Update to 2.0, take maintainership | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitri Goutnik <dmgk> | ||||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | tobik | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | http://git.suckless.org/surf/log/?qt=range&q=0.7..2.0 | ||||||||
Attachments: |
|
Description
Dmitri Goutnik
2017-08-15 20:31:00 UTC
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! :) |