Re: [PATCH] unbreak games/mnemosyne

2020-05-12 Thread Grégoire Jadi
Jeremie Courreges-Anglas writes: > On Sun, May 10 2020, gj...@omecha.info (Grégoire Jadi) wrote: > >> Hi, >> >> An upgrade to py-CherryPy broke the webserver feature of >> games/mnemosyne. >> >> Mnemosyne used the wsgiserver from py-CherryPy which was moved to >> py-cheroot. As far as I could tel

Re: 回复: [NEW] net/p5-Twitter-API + dependencies

2020-05-12 Thread Andrew Hewus Fresh
On Wed, May 13, 2020 at 02:02:58AM +, wen heping wrote: > About net/p5-Twitter-API: > >Since p5-HTTP-Thin run depends p5-HTTP-Message, we can remove > p5-HTTP-Message from the RUN_DEPENDS of p5-Twitter-API. Twitter::API is a direct consumer of HTTP::Request and, in tests, HTTP::Response,

回复: [NEW] net/p5-Twitter-API + dependencies

2020-05-12 Thread wen heping
About net/p5-Twitter-API: Since p5-HTTP-Thin run depends p5-HTTP-Message, we can remove p5-HTTP-Message from the RUN_DEPENDS of p5-Twitter-API. Regards, wen 发件人: owner-po...@openbsd.org 代表 Andrew Hewus Fresh 发送时间: 2020年5月11日 7:05 收件人: ports@openbsd.org 主题:

[Update] devel/p5-MCE : Update to 1.868

2020-05-12 Thread wen heping
Hi, ports@: Here is a simple patch for devel/p5-MCE to update to 1.868. It build well and pas all tests on amd64-current system. One port depends on p5-MCE : devel/p5-Test-Perl-Critic. It build well and pass all tests too. Regards, wen Index: Makefile ===

Re: [PATCH] unbreak games/mnemosyne

2020-05-12 Thread Jeremie Courreges-Anglas
On Sun, May 10 2020, gj...@omecha.info (Grégoire Jadi) wrote: > Hi, > > An upgrade to py-CherryPy broke the webserver feature of > games/mnemosyne. > > Mnemosyne used the wsgiserver from py-CherryPy which was moved to > py-cheroot. As far as I could tell, that was the only use of py-CherryPy > in M

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Jeremie Courreges-Anglas
On Tue, May 12 2020, Rafael Sadowski wrote: > On Tue May 12, 2020 at 12:27:20PM +0200, Klemens Nanni wrote: >> On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: >> > I am working on a new cmake-python symbiosis. Python2 was detected in my >> > last bulk. Looks like there is a typo i

Re: UPDATE: graphics/inkscape

2020-05-12 Thread Antoine Jacoutot
On Mon, May 11, 2020 at 09:53:19AM +0200, Landry Breuil wrote: > On Fri, May 08, 2020 at 07:22:55AM +0200, Rafael Sadowski wrote: > > Update inkscape to 1.0. A lot has happened port wise but look for > > yourself. If you use and/or like inkscape, please test and give > > feedback also okays welco

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Klemens Nanni
On Tue, May 12, 2020 at 09:02:52PM +0200, Rafael Sadowski wrote: > Yes and no. I saw the following lines in devel/llvm and thought I had > caused it with my cmake changes. But this happens even without my > changes, although we set MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}. Ah, good to know. > -- C

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Rafael Sadowski
On Tue May 12, 2020 at 12:27:20PM +0200, Klemens Nanni wrote: > On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: > > I am working on a new cmake-python symbiosis. Python2 was detected in my > > last bulk. Looks like there is a typo in both Makefiles. > These are no typos but valid m

Re: Make python package on alpha

2020-05-12 Thread Stuart Henderson
Nice to get rid of systrace remnants :) Unless you're certain that it doesn't affect the packages, please bump REVISIONs. On 2020/05/12 19:52, Martijn van Duren wrote: > Python won't package on alpha because VPATH isn't removed during > configure. This is because the following code on alpha isn't

Make python package on alpha

2020-05-12 Thread Martijn van Duren
Python won't package on alpha because VPATH isn't removed during configure. This is because the following code on alpha isn't triggered: if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi which (from what I gathered) is generated by autoconf. This in turn triggers the check-clean-src check

[UPDATE] sysutils/grafana 6.7.3

2020-05-12 Thread Martin Reindl
Attached is the update for grafana to 6.7.3. The changelog contains two security bug fixes: https://github.com/grafana/grafana/blob/master/CHANGELOG.md#673-2020-04-23 OK for post-unlock? -m Index: Makefile === RCS file: /cvs/ports/s

Re: update: www/py-urllib3

2020-05-12 Thread Stuart Henderson
After unlock will be a good time to get this in. I don't expect build time problems but there's a chance that some software might possibly run into runtime problems (one thing changed was enabling cert verification by default, which is a good thing but might impact some broken setups :) Update is

Re: Fix py handling in devel/{llvm,clang-tools-extra}

2020-05-12 Thread Klemens Nanni
On Tue, May 12, 2020 at 07:09:42AM +0200, Rafael Sadowski wrote: > I am working on a new cmake-python symbiosis. Python2 was detected in my > last bulk. Looks like there is a typo in both Makefiles. These are no typos but valid make(1) syntax: it states that the following command may fail. Did yo

ipfs-0.5.1 - wanting to contribute

2020-05-12 Thread Bryan Stenson
Is anybody working on ipfs-0.5.1? This would be my first contribution to ports, and would likely need a sherpa, but I'm interested/motivated enough to keep this updated. (all post-6.7 release, of course) Bryan

update: net/py-transmissionrpc-ng

2020-05-12 Thread Paco Esteban
Hi ports@, (this is for after unlock) This is an update for net/py-transmissionrpc-ng to its latest version 0.14.1 Changes in the software are: * Reformat code with Black code style * Follow redirects to magnet links * Fix 'DefaultHTTPHandler' object has no attribute '_authorization' Change

update: www/py-urllib3

2020-05-12 Thread Paco Esteban
Hi ports@, (this is for after unlock, of course) Here's an update for www/py-urllib3. This is needed for tests to pass on www/py-httpie which I've sent on another email. There are lots of changes since we pass from 1.24.3 to 1.25.9. You can see them here: https://github.com/urllib3/urllib3/bl

update: www/py-httpie

2020-05-12 Thread Paco Esteban
Hi ports@, (this is for after unlock, of course) This is an update for httpie to 2.1.0 Changes in this release: * Added --path-as-is to bypass dot segment (/../ or /./) URL squashing * Changed the default Accept header value for JSON requests from application/json, */* to application/js