Re: 回复: [Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread Brian Callahan
Hello Wen -- On Tuesday, January 19, 2021 10:36 PM, Daniel Dickman wrote: > On Wed, 20 Jan 2021, wen heping wrote: > > > Thank your suggestion. > > wcwidthis a DEPENDS of devel/py-curtsies, so it could be added > > automatically. > > I'm not a huge fan of this implicit approach. > > > minimum

回复: 回复: [Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread wen heping
Revised patch based on Daniel's suggestions. 发件人: Brian Callahan 发送时间: 2021年1月20日 11:41 收件人: Daniel Dickman 抄送: wen heping ; Brian Callahan ; ports@openbsd.org 主题: Re: 回复: [Update] devel/bpython : Update to 0.20.1 Hello Wen -- On Tuesday, January 19, 2021 10:3

Ping: [update patch] remind 3.3.3 -> 3.3.4

2021-01-19 Thread Martin Ziemer
Am Wed, Jan 13, 2021 at 08:16:56AM +0100 schrieb Martin Ziemer: > This patch updates remind from 3.3.3 to 3.3.4. > > Tested on two amd64 systems. (One cli only, one with tkremind) Index: Makefile === RCS file: /cvs/ports/misc/remind/

Re: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-19 Thread Landry Breuil
On Tue, Jan 19, 2021 at 11:37:17PM -0500, Daniel Dickman wrote: > > > On Wed, 20 Jan 2021, wen heping wrote: > > > Hi, ports@: > > > > Here is a patch for geo/pygeoapi: > > i) Update to 0.9.0 > > What's the benefit of the update? What changed? sadly upstream doesnt really provide change

Re: Gaupol subtitle editor

2021-01-19 Thread Anindya Mukherjee
Thanks for the tips! Much appreciated. Anindya From: Dimitri Karamazov Sent: January 18, 2021 6:47 PM To: Anindya Mukherjee Cc: ports@openbsd.org Subject: Re: Gaupol subtitle editor   On Tue, Jan 18, 2021 at 08:55:22PM +, Anindya Mukherjee wrote: > Hi, > > I use Gaupol to edit/sync subti

Add MODOCAML_RUNDEP to ocaml.port.mk

2021-01-19 Thread Bjorn Ketelaars
(Maintainer timeout) ocaml is currently a RDEP for all ports that are build with it. This is unnecessary for a couple of them, i.e. net/unison. I would like to propose the addition of MODOCAML_RUNDEP and MODOCAML_BUILDDEP, which are modelled on python.port.mk. Default behaviour is not changed. Se

Re: [Update] geo/pygeoapi : Update to 0.9.0

2021-01-19 Thread Daniel Dickman
On Wed, 20 Jan 2021, wen heping wrote: > Hi, ports@: > > Here is a patch for geo/pygeoapi: > i) Update to 0.9.0 What's the benefit of the update? What changed? > ii) Add 2 missing DEPENDS If you can show me how to test this port, I can commit it with some tweaks. Same issue as t

Re: 回复: [Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread Daniel Dickman
On Wed, 20 Jan 2021, wen heping wrote: > Thank your suggestion. > wcwidthis a DEPENDS of devel/py-curtsies, so it could be added automatically. I'm not a huge fan of this implicit approach. > minimum version check on py-curtsies would be failed because we have > curtsies-0.3.1 in portstree.

回复: [Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread wen heping
Thank your suggestion. wcwidthis a DEPENDS of devel/py-curtsies, so it could be added automatically. minimum version check on py-curtsies would be failed because we have curtsies-0.3.1 in portstree. But I shall submitted another patch to update curtsies. I shall send a revised patch based on you

[Update] geo/pygeoapi : Update to 0.9.0

2021-01-19 Thread wen heping
Hi, ports@: Here is a patch for geo/pygeoapi: i) Update to 0.9.0 ii) Add 2 missing DEPENDS It build well and run well on amd64-current system, there is no test defined and no other ports depends on it. Cheers ! wen Index: Makefile

Re: [Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread Daniel Dickman
On Wed, 20 Jan 2021, wen heping wrote: > Hi, > >Here is a patch for devel/bpython to update to 0.20.1. >It build well and run well on amd64-current system. >All tests passed.(Current version 0.18 there is 1 fail and 4 error in > tests.) > > > wen > A couple thoughts: - please

[Update] devel/bpython : Update to 0.20.1

2021-01-19 Thread wen heping
Hi, Here is a patch for devel/bpython to update to 0.20.1. It build well and run well on amd64-current system. All tests passed.(Current version 0.18 there is 1 fail and 4 error in tests.) wen Index: Makefile === RCS file:

[Update] devel/p5-DateTime-Format-ISO8601 : Update to 0.15

2021-01-19 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-DateTime-Format-ISO8601: i) Update to 0.15 ii) Update DEPENDS It build well and pass all tests on amd64-current system. Two ports depends on it: databases/p5-Jifty-DBI net/p5-RPC-XML Both build well and pass all tests with

[Security update] textproc/ruby-redcarpet : Update to 3.5.1

2021-01-19 Thread wen heping
Hi, ports@: Here is a simple patch for textproc/ruby-redcarpet to update to 3.5.1. It is a security update which fix CVE-2020-26298: https://github.com/advisories/GHSA-q3wr-qw3g-3p4h It build well and pass all tests on amd64-current system. wen Index: Makefile =

Re: net/catgirl: replace Makefile patch with FAKE_FLAGS

2021-01-19 Thread Solene Rapenne
On Tue, 19 Jan 2021 18:03:48 +0100 Klemens Nanni : > No PLIST change. > Feedback? OK? > > Index: Makefile > === > RCS file: /cvs/ports/net/catgirl/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 17 Ja

Re: [Update] net/libpsl : Update to 0.21.1

2021-01-19 Thread Jeremie Courreges-Anglas
On Fri, Jan 15 2021, wen heping wrote: > Hi, > >Here is a patch for net/libpsl : > i) Update to 0.21.1 > ii) Switch build with python3 > iii) Regenerator the patch > >It build well and pass all tests on amd64-current system. > >3 ports depends on libpsl: > net/w

Re: [update] haproxy to 2.3.4 (latest stable)

2021-01-19 Thread Aisha Tammy
On 1/18/21 2:00 PM, Stuart Henderson wrote: > On 2021/01/18 13:15, Aisha Tammy wrote: >> Hi, >>   I've attached update for haproxy. > > Probably best talk to maintainer, some people prefer to keep ports on > LTS versions. > I see. I've cc'ed Daniel for their input. Thanks, Aisha >> -DISTNAME =

Re: [Update] devel/ruby-uuid : Update to 2.3.9

2021-01-19 Thread Jeremy Evans
On Tue, Jan 19, 2021 at 6:13 AM wen heping wrote: > ping ... > Sorry for the delay, I committed it. Thanks, Jeremy > > 发件人: owner-po...@openbsd.org 代表 wen heping < > wenheping2...@hotmail.com> > 发送时间: 2020年12月30日 16:57 > 收件人: ports@openbsd.org > 主题: [Update]

Re: [update] haproxy to 2.3.4 (latest stable)

2021-01-19 Thread Daniel Jakots
On Tue, 19 Jan 2021 10:58:24 -0500, Aisha Tammy wrote: > On 1/18/21 2:00 PM, Stuart Henderson wrote: > > On 2021/01/18 13:15, Aisha Tammy wrote: > >> Hi, > >>   I've attached update for haproxy. > > > > Probably best talk to maintainer, some people prefer to keep ports > > on LTS versions. >

net/catgirl: replace Makefile patch with FAKE_FLAGS

2021-01-19 Thread Klemens Nanni
No PLIST change. Feedback? OK? Index: Makefile === RCS file: /cvs/ports/net/catgirl/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile17 Jan 2021 10:17:51 - 1.4 +++ Makefile19 Jan 2021 17:02:31

Re: NEW: net/yggdrasil-go

2021-01-19 Thread Aaron Bieber
Wind R writes: > Hello again, > > It would appear that I have forgetten to add the HOMEPAGE for the port. > Here's the updated > version with the proper metadata. > > Thanks, > octeep > > On January 18, 2021 10:25:42 AM GMT+08:00, Wind R > wrote: >>Hello, >> >>I've made a port for yggdrasil-

remove devel/p5-Regexp-Copy

2021-01-19 Thread Alexander Bluhm
Hi, I would like to remove devel/p5-Regexp-Copy. - OpenBSD make test fails: http://bluhm.genua.de/portstest/results/2021-01-19T06%3A17%3A03Z/logs/devel/p5-Regexp-Copy/make.log - Uptream tests are broken since Perl 5.11: http://matrix.cpantesters.org/?dist=Regexp-Copy+0.06 - Last upstream com

[clang+ld.bfd] Unbreak devel/fmt

2021-01-19 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log (and the same in the current bulk for the other clang+ld.bfd arch, macppc) As often '-Wl,--as-needed' causes undefined reference errors with ld.bfd. Surprisingly gcc archs are not impacted. target_link_libraries() takes p

回复: [Update] devel/ruby-uuid : Update to 2.3.9

2021-01-19 Thread wen heping
ping ... 发件人: owner-po...@openbsd.org 代表 wen heping 发送时间: 2020年12月30日 16:57 收件人: ports@openbsd.org 主题: [Update] devel/ruby-uuid : Update to 2.3.9 Hi, ports@: Here is a patch for devel/ruby-uuid: i) Update to 2.3.9 ii) Add missing TEST_DEPENDS It b

sparc64 bulk build report

2021-01-19 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Jan 16 14:38:54 MST 2021 Finished: Tue Jan 19 02:03:21 MST 2021 Duration: 2 Days 11 hours 24 minutes Built using OpenBSD 6.8-current (GENERIC.MP) #645: Sat Jan 16 03:33:47 MST 2021 Built 9392 packages Number of packages built each day: Ja