bcallah
88624b4961
Update to libmicrohttpd-0.9.65
...
Consumers happy
2019-07-14 21:49:24 +00:00
robert
ccbbe9b462
install vulkan libraries as well
2019-07-14 08:08:46 +00:00
naddy
7ab397505a
Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable.
2019-07-14 00:39:34 +00:00
sthen
b8d12a3b20
update various simple PERMIT_* in Makefile.inc files
2019-07-13 10:59:26 +00:00
sthen
4435b868be
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 21:15:33 +00:00
sthen
8d7492377d
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 21:07:45 +00:00
sthen
6abcfb470b
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 21:05:06 +00:00
sthen
485792605b
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 21:02:12 +00:00
sthen
0a5b5bddee
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:50:46 +00:00
sthen
77f7cc9c61
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:49:33 +00:00
sthen
d4b1cc77b5
update to composer-1.8.6
2019-07-12 17:05:59 +00:00
giovanni
8a066f8fc5
security update to 4.9.0.2
...
fixes PMASA-2019-3 and PMASA-2019-4
2019-07-11 17:28:27 +00:00
sthen
b8dcf425bf
update to squid-4.8
2019-07-10 15:14:49 +00:00
landry
def4b44c9a
Garbage collect unlinked langpacks:
...
* Assamese (as)
* Bengali - Bangladesh (bn-BD)
* Bengali - India (bn-IN)
* English - South Africa (en-ZA)
* Maithili (mai)
* Malayalam (ml)
* Odia (or)
2019-07-09 18:17:56 +00:00
landry
58fce0f0c3
Seems bn-BD & bn-IN were merged in a single bengali (bn) localization.
2019-07-09 18:15:36 +00:00
landry
5847e3164e
Update to firefox-esr 60.8.0.
...
See https://www.mozilla.org/en-US/firefox/60.8.0/releasenotes/
Fixes https://www.mozilla.org/security/advisories/mfsa2019-22/
2019-07-09 18:05:14 +00:00
landry
c4a44c3caa
Update to firefox 68.0.
...
See https://www.mozilla.org/en-US/firefox/68.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-21/
Remove servo patches finally unneeded with rust 1.36.0.
Note that it is very unlikely this will get backported to 6.5-stable, as
this new release requires cbindgen 0.8.7 and rust 1.34, which are not
going to get backported either. Which also means no 68.0esr for -stable.
2019-07-09 18:04:15 +00:00
landry
1bf9db1f7d
bump after mozilla.port.mk change
2019-07-09 17:59:09 +00:00
landry
18764e6a7e
Bump minimum sqlite requirement to 3.27.2, and nss to 3.44.1, as that's
...
what gecko 68 requires.
2019-07-09 17:58:22 +00:00
cwen
1e75b9f645
www/p5-HTML-TableContentParser: update to 0.301
...
Changelog:
https://metacpan.org/source/WYANT/HTML-TableContentParser-0.301/Changes
While here, reflowed DESCR.
OK afresh1@
2019-07-08 08:52:15 +00:00
cwen
a33c4c4482
p5-HTML-SiteTear: update to 1.46
...
Changelog:
https://metacpan.org/source/TKURITA/HTML-SiteTear-1.46/Changes
OK afresh1@
2019-07-08 08:47:56 +00:00
cwen
90259b2731
www/p5-WWW-Search-Ebay: update to 3.052
...
Changelog:
https://metacpan.org/source/MTHURN/WWW-Search-Ebay-3.052/Changes
With tweaks and an additional patch from afresh1@
OK afresh1@
2019-07-08 08:41:21 +00:00
ajacoutot
fd689efa1f
Fix WANTLIB to ubbreak:
...
tidyp-1 -> tidyp-1.04
2019-07-08 06:01:18 +00:00
jturner
6d3e537278
Update openradtool to 0.7.6
2019-07-07 19:18:14 +00:00
jasper
e77251d7e4
update to sassc-3.6.1
2019-07-07 18:42:23 +00:00
jasper
0d03151086
update to libsass-3.6.1
2019-07-07 18:42:21 +00:00
afresh1
4b90f72fae
+ p5-HTTP-MultiPartParser
...
+ p5-WWW-Form-UrlEncoded
+ p5-WWW-Form-UrlEncoded-XS
cvs: ----------------------------------------------------------------------
2019-07-06 20:38:09 +00:00
afresh1
b1c9324be1
Add www/p5-WWW-Form-UrlEncoded
...
WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser and
builder. This module aims to have compatibility with other CPAN modules like
HTTP::Body's urlencoded parser.
From wen heping <wenheping2000 () hotmail ! com>
OK and tweaks from cwen@ for 0.25, 0.26 is test updates,
plus upstream merged a patch from cwen to disable backwards compat
2019-07-06 20:36:57 +00:00
afresh1
ebe6802447
Add www/p5-WWW-Form-UrlEncoded-XS
...
WWW::Form::UrlEncoded::XS provides an application/x-www-form-urlencoded
parser and builder that is implemented in XS.
Tweaks and OK cwen@ for 0.25, 0.26 is only test updates
2019-07-06 20:34:17 +00:00
afresh1
9504d75812
Add p5-HTTP-MultiPartParser
...
This class provides a low-level API for processing MultiPart MIME data
streams conforming to MultiPart types as defined in RFC 2616.
From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2019-07-06 20:32:42 +00:00
sthen
fb7f4374ad
sync WANTLIB
2019-07-05 11:52:59 +00:00
landry
4f6fdfe5a3
Mark BROKEN-amd64, fallout from llvm 8 update.
2019-07-04 07:23:45 +00:00
rpointel
9c47c8852a
update django to 1.11.22 and 2.2.3.
...
from wen heping (thanks).
2019-07-03 09:41:45 +00:00
jturner
0287ea0ab0
Update openradtool to 0.7.5
2019-07-02 22:55:41 +00:00
cwen
d642a9e86f
youtube-dl: update to 2019.07.02; unbreak soundcloud
...
Changelog:
https://github.com/ytdl-org/youtube-dl/releases/tag/2019.07.02
OK juanfra@ kn@
2019-07-02 18:31:26 +00:00
landry
266911a1eb
Fix build with upcoming rust 1.36.
...
found by semarie@ in
https://reviews.freebsd.org/D20810#change-K68aYoUXfAu1 , regression in
rust itself tracked in https://github.com/rust-lang/rust/issues/62301
Builds fine with rust 1.35.
2019-07-02 16:52:09 +00:00
landry
baf80b41c8
Fix build with upcoming rust 1.36.
...
found by semarie@ in
https://reviews.freebsd.org/D20810#change-K68aYoUXfAu1 , regression in
rust itself tracked in https://github.com/rust-lang/rust/issues/62301
Builds fine with rust 1.35.
2019-07-02 16:51:49 +00:00
landry
74e6bbfc1e
Regen patches
2019-07-02 16:48:11 +00:00
ajacoutot
4f4b6d34ee
Update to webkitgtk4-2.24.3.
2019-07-02 16:04:18 +00:00
semarie
88bc341375
explicitly pass MODCARGO_ENV to MAKE_ENV.
...
pass MAKE_JOBS and CARGO_HOME to cargo. solve a build problem with
upcoming rust 1.36
ok jca@ fcambus@
2019-07-01 10:21:12 +00:00
robert
06b66a2707
unbreak on arm64
2019-06-30 18:46:23 +00:00
kmos
b408f5df4e
Fix tests for www/py-requests using a patch not yet committed to
...
upstream.
Tests are broken for pytest >=4 before this patch.
Tweaks from and ok danj@ (maintainer)
2019-06-29 21:42:07 +00:00
pvk
e575faea70
Update gitea 1.8.1 -> 1.8.3
2019-06-29 09:59:30 +00:00
benoit
1d7aa399ba
Update to bozohttpd-20190228.
2019-06-27 07:21:51 +00:00
robert
502cdd1ebd
unbreak video(4) support by using the proper type for ioctl(2)'s request
...
argument and add the necessary pledge to the main process and unveil /dev/video
2019-06-26 17:22:41 +00:00
ratchov
a82a036f93
Add support for audio recording using sndio.
...
ok and (a lot) of help from robert.
2019-06-26 14:14:26 +00:00
feinerer
31ca95c1a8
Update to buku 4.2.2
2019-06-26 12:38:07 +00:00
sthen
6ff3e55398
bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
...
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
cwen
2cc6152493
youtube-dl: update to 2019.06.21, unbreak youtube
...
Original diff from Nam Nguyen, OK'd by bket@ and pirofti@ (maintainer).
Then updated by me as the proposed version was broken with youtube
in the meantime.
While here move to PERMIT_PACKAGE.
OK danj@
2019-06-23 17:20:43 +00:00
danj
e0051f8e5f
Update to pelican-4.0.1
2019-06-23 14:01:52 +00:00