131072 Commits

Author SHA1 Message Date
robert
9ce79d3bc8 update to 68.0.3440.106 and include all the unveil configuration files
by default now, so there is no need to clone the git repository for that
2018-08-10 14:57:53 +00:00
sthen
a893bfc1a0 update to lucee-5.2.8.50 2018-08-10 12:06:33 +00:00
espie
fd42a38d1d obey LOCALBASE 2018-08-10 11:21:19 +00:00
bluhm
6d8be817e3 Sort Makefile according to template.
Use description from upstream.
2018-08-10 11:17:22 +00:00
bluhm
ddd5c8b3e5 Upstream does not maintain Net::IPTrie properly anymore. Import
the necessary fixes from their bug tracker to our ports tree.
Take maintainer.
OK jasper@
2018-08-10 11:08:48 +00:00
espie
a18c858d08 obey PREFIX 2018-08-10 10:20:21 +00:00
espie
bb921d2165 use AUTOCONF_ENV and add correct env variables, so that those ports work
even if /usr/local is not part of the builder's path.
2018-08-10 10:19:18 +00:00
espie
ba234ba60b vim swapfiles are not a problem 2018-08-10 09:50:54 +00:00
rsadowski
5c696d4aec zap KDE5/Qt5 ports from KDE4-extras 2018-08-10 08:23:11 +00:00
rsadowski
e455ac3af9 rm kdevplatform
kdevplatform is now a part of kdevelop-5.2.3
2018-08-10 08:21:30 +00:00
rsadowski
c82325a5f9 unhook kdevplatform
kdevplatform is now a part of kdevelop-5.2.3
2018-08-10 08:20:06 +00:00
rsadowski
4a7c65befa Update kdevelop-5.2.3 (Switch from Qt4/KDE4 to Qt5/KDE5)
Tested by Elias M. Mariani and juanfra@. Thanks

Feedback, tweaks and RUN_DEPENDS from Elias M. Mariani and juanfra@
2018-08-10 08:17:48 +00:00
rpointel
a205de3855 update recon-ng to 4.9.3.
ok jasper@.
2018-08-10 07:58:24 +00:00
gonzalo
3ea57177f9 Update for Lynis to 2.6.7:
https://cisofy.com/changelog/lynis/#267

OK benoit@
2018-08-10 06:48:58 +00:00
benoit
0665a539c2 Update to highlight-3.44. 2018-08-10 03:38:33 +00:00
bcallah
46ee18dd50 There are random, intermittent build failures during the fake stage with
Ninja. For the time being, build openclonk without Ninja--I've spent all
day running and rerunning builds with USE_NINJA=No and haven't hit any
failures. I will track this down and figure it out, but for now add a
USE_NINJA=No line so that I'm not bothering the bulk builders. While here,
add myself as MAINTAINER (oversight) and bump.

Build failure spotted by naddy@, thanks.
2018-08-10 00:27:50 +00:00
sthen
bda35252a9 drop Leonid Bobrov as maintainer as per his request 2018-08-09 23:25:58 +00:00
sthen
8cbab996f7 update to unifi 5.8.28 stable candidate 2018-08-09 23:13:31 +00:00
jeremy
a9c93b0f27 Update to capybara-webkit 1.15.0
Add backported patch to silence some capybara deprecation warnings.
2018-08-09 22:45:59 +00:00
jeremy
4a75c7ade9 Update to capybara 3.4.2
Remove metadata patch, no longer needed.
2018-08-09 22:44:51 +00:00
jeremy
3d99a71d6c Update to xpath 3.1.0 2018-08-09 22:43:47 +00:00
jeremy
5443b6a0f2 Hookup ruby-mini_mime 2018-08-09 22:42:05 +00:00
jeremy
c05953ca48 Import ruby-mini_mime 1.0.0
Minimal mime type implementation optimized for minimal memory use.

OK fcambus@
2018-08-09 22:39:51 +00:00
ratchov
36f8f385b9 Add recording support to sndio backend. With help from Leonid Bobrov.
ok from David Carlier (maintainer), ok jca@
2018-08-09 20:50:47 +00:00
naddy
9e2b2c580d do not pick up devel/cunit if it happens to be installed 2018-08-09 20:38:36 +00:00
sthen
b4169b2211 update to yle-dl-2.34, from Timo Myyra, tweaked by me to use a patch
instead of sed in setup.py (which is more likely to go stale)
2018-08-09 19:57:55 +00:00
espie
a461d6ed8a give LOCALBASE != /usr/local
a fighting chance wrt pkgconfig and perl

(this does not affect the default /usr/local case at all)
2018-08-09 19:53:41 +00:00
sthen
c0497b7a45 +py-mini-amf
(port was from Timo Myyrä)
2018-08-09 19:51:50 +00:00
sthen
c05ce89691 import ports/converters/py-mini-amf, ok danj@
Mini-AMF provides Action Message Format (AMF) serialization and
deserialization support for Python, compatible with the Adobe Flash
Player. It supports Python 2.7 and 3.4+.
2018-08-09 19:51:06 +00:00
tim
ecf50b2cae - Update to 0.8
- Remove unused libid3tag dependency after mad plugin removal
- Remove superfluous configure argument

OK ratchov@ (maintainer), gonzalo@
2018-08-09 19:50:32 +00:00
danj
434f83df41 + py-pathlib2
+ py-pathlib2,python3
2018-08-09 19:14:43 +00:00
danj
fadeb71df3 Import py-pathlib2-2.3.2 from Elias Mariani, ok landry@
The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.
2018-08-09 19:13:41 +00:00
danj
8b876c9d14 + py-scandir
+ py-scandir,python3
2018-08-09 19:09:19 +00:00
danj
26be6dd4f1 Import py-scandir-1.8 from Elias Mariani, tweaks by me/ok landry@
scandir() is a directory iteration function like os.listdir(), except that
instead of returning a list of bare filenames, it yields DirEntry objects that
include file type and stat information along with the name. Using scandir()
increases the speed of os.walk() by 2-20 times (depending on the platform and
file system) by avoiding unnecessary calls to os.stat() in most cases.
2018-08-09 19:08:11 +00:00
espie
7065c9344a tweak imake-cf: use LOCALBASE more consistently (some of these should be
PREFIX, to look up)

Also USE_GROFF to not require groff for generated rules.

not really used, according to Ingo, but won't hurt...
2018-08-09 17:43:00 +00:00
espie
c4a1c5c02b pull USE_GROFF up so I can test it in modules 2018-08-09 17:41:43 +00:00
danj
a00bb2a8a9 regen patches as some need fuzzing
ok tb
2018-08-09 17:39:27 +00:00
jasper
9e62621a16 - update to grafana-5.2.2
- adjust default configuration to log /var/log/grafana as already suggested by PLIST
- fix default provisioning location and scripts
- adjust grafana-cli to use the correct plugin installation path by default
2018-08-09 17:19:29 +00:00
tb
3994a7d3e2 missing tab 2018-08-09 16:45:21 +00:00
danj
705bfda81b Update to py-simpleeval-0.9.6
From semarie aka the new maintainer
2018-08-09 16:20:27 +00:00
pea
7591c32150 Bugfix update to 10.5
ok jeremy@
2018-08-09 15:32:36 +00:00
sthen
ab0dbe9f60 de-conflict with the newer version of x11vnc 2018-08-09 15:05:29 +00:00
sthen
f54b14d6f1 Update to x11vnc 0.9.15 (switching from the original upstream to the
community-maintained version at LibVNC), including some buffer overleak and
memory leak fixes. From semarie with a few changes to autoconf handling from me.
2018-08-09 15:04:21 +00:00
sthen
208a28ab06 update to BIND 9.11.4-P1
4997.   [security]      named could crash during recursive processing
                        of DNAME records when "deny-answer-aliases" was
                        in use. (CVE-2018-5740) [GL #387]
2018-08-09 15:02:28 +00:00
tb
9e5876efd7 Update to protobuf 3.6.1 including these changes:
PHP:  Added compatibility with PHP 7.3 (#4898)
Ruby: Fixed Ruby crash involving Any encoding (#4718)

help & ok sthen
2018-08-09 14:50:09 +00:00
naddy
348526e698 tentative fix for assembly instruction and re-enable NEON 2018-08-09 14:49:54 +00:00
naddy
47652126af fix master site directory path 2018-08-09 14:37:55 +00:00
bluhm
3a3c58c8e8 sort Makefile according to template
comment is module name
remove unneeded dependency
2018-08-09 12:43:35 +00:00
solene
da6adbc447 Update to gnuplot-5.2.4
ok pirofti@ jca@
2018-08-09 12:25:55 +00:00
bluhm
d58919ed31 update p5-HTML-Mason to 1.58
take maintainer
OK previous maintainer David Hill
2018-08-09 12:13:31 +00:00