robert
f30714e5cf
update to 88.0.4324.96
2021-01-20 07:28:06 +00:00
bket
a970f5eb3b
Update to jupyter-notebook-6.1.0
...
Changes:
https://github.com/jupyter/notebook/blob/6.1.0/docs/source/changelog.rst
Update has been prepared by daniel@. One minor tweak by me.
OK daniel@
2021-01-20 05:58:42 +00:00
bket
268d0d006c
+py-requests-unixsocket,python3
2021-01-20 05:57:48 +00:00
bket
0944100556
Import www/py-requests-unixsocket-0.1.5
...
Ok daniel@
DESCR
Use requests to talk HTTP via a UNIX domain socket.
2021-01-20 05:55:58 +00:00
rsadowski
25fa87411f
Update PyQtWebEngine to 5.15.2
2021-01-19 06:34:56 +00:00
rsadowski
ec17fec4bb
Unbreak build after recent Qt 5.15 update.
2021-01-19 06:34:20 +00:00
rsadowski
7ecea0a98f
Update otter-browser to 1.0.02
2021-01-19 06:27:43 +00:00
daniel
bec278b288
minor tweaks for py-werkzeug
...
- update HOMEPAGE
- eliminate a patch we can do without
- move FLAVORS to the standard location in the Makefile
2021-01-19 05:54:42 +00:00
daniel
08a99be460
update py-torando to 6.1 and make it python3 only
...
py-tornado 6.x and later is python3-only. The update is needed so
jupyter-notebook can be updated.
ok sthen@, bket@
2021-01-18 21:26:25 +00:00
sthen
1ab86a0755
update to darkhttpd-1.13, from Renauld Allard plus tweaks from me
2021-01-18 21:20:58 +00:00
robert
dfd3d80874
update to rt-5.0.0;
...
move all configuration to /etc/rt from /etc/rt3 because that
is a reference to a really old release and this must be migrated
to the proper path now
2021-01-18 13:52:23 +00:00
robert
e500f3bf88
hook some newly imported perl modules up:
...
- p5-HTML-FormatExternal
- p5-HTML-Gumbo
- p5-HTTP-Headers-ActionPack
- p5-Web-Machine
2021-01-18 13:39:46 +00:00
robert
afd7ccb46d
Import of p5-Web-Machine-0.17; ok ajacoutot@
2021-01-18 13:37:32 +00:00
robert
2850e2ff2c
Import of p5-HTTP-Headers-ActionPack-0.09; ok ajacoutot@
2021-01-18 13:37:26 +00:00
robert
0962510621
Import of p5-HTML-Gumbo-0.18; ok ajacoutot@
2021-01-18 13:37:20 +00:00
robert
bb152ae541
Import of p5-HTML-FormatExternal-26; ok ajacoutot@
2021-01-18 13:36:50 +00:00
mestre
73caa65979
update to 2021.01.16
2021-01-18 10:03:33 +00:00
mestre
bdeb3b248a
set myself as maintainer due to pirofti@ timeout
...
prodded by naddy@
2021-01-18 10:02:28 +00:00
landry
f8e6c6e12f
www/tor-browser: update to 10.0.8, from MAINTAINER Caspar Schutijser
...
See https://blog.torproject.org/new-release-tor-browser-1008
2021-01-18 08:07:33 +00:00
daniel
753c9813a3
make py-urllib3 tests python3-only so py-tornado can be updated
2021-01-18 07:13:57 +00:00
pvk
6165cd6a46
Update gitea 1.12.6 -> 1.13.1
...
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.13.1
Port changes:
* Modify build tags: 'sqlite cert' -> 'sqlite sqlite_unlock_notify'
* Remove uneeded patches
* Set default paths for CustomPath, CustomConf, AppPath, AppWorkPath
* Simplify rc script
2021-01-17 21:07:41 +00:00
robert
97f8466728
now that we have struct ip_mreqn, start using that to avoid multiple
...
multicast errors
2021-01-17 10:56:05 +00:00
abieber
d9be05d887
Bonk honk to 0.9.5
...
- Fixes rc_stop
- Updates to examples / README
diff from "maintainer" >.> Horia Racoviceanu <horia () racoviceanu ! com>
2021-01-16 23:42:57 +00:00
sthen
78ab84ec7c
update to linkchecker 10.0.0, moves to py3 (requires the new py-dnspython)
2021-01-16 21:22:06 +00:00
abieber
7e9a28b4d0
Drop MAINTAINER for a bunch of stuff I no longer use.
2021-01-16 17:26:16 +00:00
kmos
3b701f05f1
privoxy uses C99 constructs so base-gcc needs to be told that.
...
Fixes the build for sparc64
2021-01-15 17:26:04 +00:00
sthen
39cee36c24
Add /etc/resolv.conf to files allowed by unveil for all Firefox-based ports.
...
Normally this file is exempted from unveil by "pledge dns", but if the user
has disabled pledge (which is required for using some features) it will no
longer be exempted, so must be handled explicitly by unveil.
Problem reported by Stefan Hagen, ok jcs landry
2021-01-15 11:00:50 +00:00
fcambus
7511089faa
Drop maintainership.
2021-01-14 21:55:21 +00:00
cwen
9dc95cf81c
netsurf/browser: make the .desktop file actually call netsurf
...
Since the transition of netsurf to gtk3, the binary name is 'netsurf-gtk3', but
the .desktop file still uses 'netsurf-gtk'. Correct the 'Exec' entry of the
.desktop file accordingly.
Already reported before by Andinus <andinus () nand ! sh>, thanks!
OK kn@ and bentley@ (maintainer)
2021-01-11 02:17:58 +00:00
fcambus
5e9e481da6
Drop maintainership.
2021-01-10 16:58:29 +00:00
fcambus
73c74e813c
Update newsboat to 2.22.1.
2021-01-10 16:49:55 +00:00
kmos
821ee4e8ba
purritobin has never built on base-gcc arches and isn't likely to soon.
...
Change COMPILER to just base-clang
2021-01-10 06:08:24 +00:00
naddy
384558c856
fix www/ruby-passenger build with libc++ 10.0, from upstream
...
make passenger compile on FreeBSD 13
d0d660bbdb
2021-01-09 23:00:29 +00:00
fcambus
5ddf0d8683
Drop maintainership.
2021-01-09 18:22:12 +00:00
naddy
b9bcedb09f
bump www/trac after devel/subversion,-python dependency changed package name
2021-01-09 13:58:33 +00:00
mestre
a8e1e4192f
update to 2021.01.08
2021-01-09 01:28:03 +00:00
robert
20c14d70ef
update to 87.0.4280.141
2021-01-07 14:29:19 +00:00
paco
01fbac65ba
remove unnecessary patch for www/py-requests-toolbelt
...
spotted by ajacoutot@
2021-01-07 12:13:09 +00:00
paco
9460fbdab9
update www/py-httpie to 2.3.0
...
A couple of tests fail because it tries to access the network.
Left a comment on Makefile as pre sthen's suggestion.
Also dropped maintainer as I don't use this anymore.
ok sthen@
2021-01-07 08:33:13 +00:00
paco
4311229e22
update of www/py-requests-toolbelt to 0.9.1
...
3 tests fail because it attemtps to make network connections. Left
a comment on the Makefile as per sthen's suggestion.
ok sthen@
2021-01-07 08:29:55 +00:00
landry
a172457304
www/firefox-esr: security update to 78.6.1.
...
See https://www.mozilla.org/en-US/firefox/78.6.1/releasenotes/
Fixes CVE-2020-16044 / https://www.mozilla.org/en-US/security/advisories/mfsa2021-01/
Remove patch from #1684180 , merged upstream
2021-01-06 18:23:33 +00:00
landry
fb3f8b37aa
www/mozilla-firefox: security update to 84.0.2.
...
See https://www.mozilla.org/en-US/firefox/84.0.2/releasenotes/
Fixes CVE-2020-16044 / https://www.mozilla.org/en-US/security/advisories/mfsa2021-01/
2021-01-06 18:21:45 +00:00
landry
48688d9449
fix build with cbindgen 0.16.0
...
backports https://hg.mozilla.org/releases/mozilla-esr78/rev/a1f99bfc3ee5
from bug #1684180
2021-01-05 10:29:44 +00:00
sthen
90a0de0046
update to urlwatch-2.22
2021-01-04 21:11:12 +00:00
sthen
d80c418015
regen PLISTs for python ports with .so files that end up renamed due to
...
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
9fe72d3241
adjust deps
2021-01-04 13:58:47 +00:00
jturner
8ad6b25d0a
Update openradtool to 0.11.10.
2021-01-04 02:42:26 +00:00
semarie
a7dec74dc9
www/castor: use bsd.port.mk magic to fetch a file with generic name and store it as distname
...
and use default option for cargo module to put all downloaded crates to "cargo/" directory.
ok aja@
2021-01-02 16:46:17 +00:00
benoit
5d232bb3ec
Update to p5-CatalystX-SimpleLogin-0.21.
2021-01-02 16:19:31 +00:00
mestre
ddceda26d1
update to 2020.12.31
...
OK paco@
2021-01-01 14:24:41 +00:00