147879 Commits

Author SHA1 Message Date
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
jasper
5d9635ac1f register py-libxslt removal 2020-06-09 07:14:19 +00:00
jasper
d9f062a08c remove python subpackage which is unused in our tree and doesn't work with
python3. upstream has had this on their radar for 7 years however little
actual progress has been made so far.
2020-06-09 07:13:56 +00:00
semarie
93ec8f9587 wrong default value for lto. it should be 'false'. 2020-06-09 06:57:58 +00:00
semarie
50bf2dc9ee moves compilations options setting from Cargo.toml (a file from the port) to .cargo/config file (a generated file)
the current version of cargo will look at the profile here too (it wasn't the
case when first commited), and it permits to avoid automatic modification of the
source file.

the compilation options used are based on release profile
(https://doc.rust-lang.org/cargo/reference/profiles.html#release) with
only 'opt-level' difference ('2' instead of '3')
2020-06-09 06:51:59 +00:00
ajacoutot
c8e426a644 Remove bogus patch.
noticed by Claus Assmann from Sendmail
2020-06-09 06:41:01 +00:00
semarie
3685f3127e update lang/rust to 1.44.0
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1440-2020-06-04

switch to embedded libgit2 version for now

ok landry@
2020-06-09 06:39:30 +00:00
bentley
c9bcb352e1 Update to zh-wqy-zenhei-ttf-0.9.45. 2020-06-09 05:32:21 +00:00
bentley
c033f0fedc Move homepage/master_sites to https. 2020-06-09 05:30:41 +00:00
bentley
1be4cac678 Update to ubuntu-fonts-0.83 (rev 0cef8205).
This adds a new variant, Ubuntu Thin.
2020-06-09 04:41:47 +00:00
bentley
724822aba0 Update to roboto-fonts-2.138. 2020-06-09 04:39:53 +00:00
bentley
eb4d5120e7 Update to mplus-fonts-063a. 2020-06-09 04:01:53 +00:00
bentley
8aafe807c2 Update to migu-20200307 and migmix-20200307. 2020-06-09 03:58:35 +00:00
bentley
6d77efc05b +inconsolata-new 2020-06-09 03:42:44 +00:00
bentley
e42d3b2678 Reimport the inconsolata update as a separate port.
ok kmos@
2020-06-09 03:41:57 +00:00
bentley
5296ddab5d Revert the inconsolata update.
The newer font exposes Xft bugs that make it too wide, breaking some
people's setups.

ok kmos@
2020-06-09 03:40:45 +00:00
edd
35698f718e games/uhexen2: Update to version 1.5.9.
Sent in from Paul Valencia, with some minor tweaks from myself.

Tested by thfr@

Thanks both.
2020-06-08 21:15:19 +00:00
edd
7111e74822 devel/libtermkey: Update to v0.22.
Sent in by Matthew Martin, thanks!
2020-06-08 21:07:16 +00:00
edd
a2d3918f9a devel/unibilium: Update to version v2.1.0.
Sent in by Matthew Martin, thanks!
2020-06-08 21:02:55 +00:00
rsadowski
7ccec6480b Update bitcoin to 0.20.0
Release notes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.0.md
2020-06-08 20:32:55 +00:00
rsadowski
14ff941609 Update minitube to 3.4.1
Fix missing x11/qt5/qtdeclarative dependency, spotted by naddy
2020-06-08 20:30:43 +00:00
rsadowski
38d091c68f Update ktorrent to 5.2.0 2020-06-08 19:41:52 +00:00
rsadowski
3ae74acd30 Update libktorrent to 2.2.0 2020-06-08 19:41:16 +00:00
kn
688b8f2a8c Set HOMEPAGE 2020-06-08 19:37:35 +00:00
martin
161d4872d9 Update py-rasterio to 1.1.5. 2020-06-08 19:11:10 +00:00
kn
85bce24ee2 Revert previous
While it builds on sparc64 (nowadays), there are still major
runtime issues.

Noted by sthen, otto, Brad
2020-06-08 18:43:24 +00:00
feinerer
6ebda9399e Use hw.ncpuonline to report the number of cores 2020-06-08 18:36:28 +00:00
robert
1ac4a4f70c update to 1.1 2020-06-08 18:05:38 +00:00
ajacoutot
c68ac34408 Update to gegl04-0.4.24. 2020-06-08 16:46:26 +00:00
ajacoutot
51f0889c05 Update to babl-0.1.78. 2020-06-08 16:46:10 +00:00
paco
dafe1f70c2 update www/hugo to 0.72.0
Changelog:
    Add some more date test cases 81f56332
    Fix RenderString vs render hooks 9698b0da
    Prevent WARNINGs in RenderString 32344fe3
    Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1
    Fix GetPage on section/bundle name overlaps a985efce
    Fix Go template script escaping 6c3c6686
    Add a test helper c34bf485
    Fix tag collector for nested table elements c950c86b
    Fix build error: my previous commits did not fix it 91520249
    Add Scratch.Values 2919a6a5
    Update Goldmark to improve Typographer 432885c4
    Add redirect support to the server 6a3e8974

the port now uses MODGO_MODNAME, no need for custom distfile.

ok rsadowski@ jca@
2020-06-08 14:38:58 +00:00
sthen
f9eae76dd8 update to arouteserver-0.26.0 2020-06-08 14:11:07 +00:00
sthen
bfc6375a50 update to roundcubemail-1.4.6, minor updating fixing issue introduced with 1.4.5 2020-06-08 13:48:19 +00:00
paco
2c326f8b33 add FIX_CLEANUP_PERMISSIONS and enable it by default on go.port.mk when
using MODGO_MODNAME.

This is needed to work around this issue:
https://github.com/golang/go/issues/27455

which makes `make clean` because of the restrictive permissions.

input and corrections from sthen@ and jca@
ok sthen@ jca@ espie@
2020-06-08 13:16:26 +00:00
ajacoutot
e4180ef819 Missing BDEP on textproc/libxslt (xsltproc). 2020-06-08 12:13:58 +00:00
kirby
6efd154454 update to munin-2.0.63 2020-06-08 12:11:40 +00:00
stsp
bbff564069 Remove devel/pysvn.
I added the pysvn port 10 years ago. In all this time I have never seen
evidence of anything or anyone depending on it.

ok jca rsadowski ajacoutot
2020-06-08 11:21:55 +00:00
stsp
92e4b28eda unhook devel/pysvn 2020-06-08 11:19:22 +00:00
jasper
342caf49b9 register py-gstreamer removal 2020-06-08 11:07:41 +00:00
jasper
ba1a721033 remove py-gstreamer-0.10; it's no longer used and stands in the way of py3-libxml
ok aja@ (MAINTAINER)
2020-06-08 11:05:59 +00:00
jasper
8fee6d272e - update to exail-4.0.2
- switch to gstreamer1

tested by bcallah@ (MAINTAINER) a while ago
2020-06-08 11:01:10 +00:00
jmatthew
1ddbae0266 +pivy 2020-06-08 10:58:33 +00:00
jasper
24d11c3f78 hookup py-mox3 2020-06-08 10:58:19 +00:00
jasper
10d45dae5e import py-mox3-1.1.0
Mox will make mock objects for you, so you don't have to create your
own! It mocks the public/protected interfaces of Python objects. You set
up your mock objects expected behavior using a domain specific language
(DSL), which makes it easy to use, understand, and refactor!

This package provides Mox3, an unofficial update with Python 3 support.
It is fairly compatible with mox, but small enhancements have been made.

with sthen@
2020-06-08 10:53:52 +00:00
jmatthew
7549cc7d6f import pivy-0.6.0
Pivy is an implementation of a simple PIV client with minimal dependencies.
It contains a pivy-tool binary which can conduct basic operations using
PIV cards, and the pivy-agent, which implements the SSH agent protocol as
a drop-in replacement for the OpenSSH ssh-agent command (except that the
keys it contains are always on a PIV card).

"PIV cards" notably includes Yubico Yubikey devices such as the NEO and
Yubikey4, which can store up to 24 keys by using the "retired key" slots
(which this agent supports).

ok (and much help from) sthen@
2020-06-08 10:42:59 +00:00
sthen
09d500090e update to chirp-20200603
disable generic_xml, as was done upstream in their py3 branch ("this
never really caught on, nor got the attention or maintenance it really
needed. I dunno if it even works in py2 for much anymore, but I don't
think converting it to py3 makes any sense.") - allows jasper@ to
move py-libxml to py3-libxml
2020-06-08 09:07:33 +00:00
sthen
3ecc18d1a2 update to roundcubemail-1.4.5 including some XSS fixes
https://github.com/roundcube/roundcubemail/releases/tag/1.4.5
2020-06-08 08:46:08 +00:00
tb
e9670716ad Update to Redis 6.0.4
https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES

Thanks to cwen for helping me figure out what was going on with
64-bit atomics on powerpc and gkoehler for fixing this in clang.

ok danj sthen
2020-06-08 07:32:47 +00:00
landry
1dbc784db1 Update to nginx 1.18.0.
while here update authldap module to a newer github checkout.

ok robert@ (MAINTAINER)
2020-06-08 06:03:50 +00:00
bket
c695426299 Update to herbstluftwm-0.8.3
This version fixes several bugs, and adds some new commands and rules.
Changes: https://herbstluftwm.org/news.html.

From Lucas <lucas AT sexy DOT is> and
Florian Viehweger <openbsd AT out-of-creativity DOT de> who also take
maintainer.
2020-06-08 03:18:15 +00:00