CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/21 00:20:20

Modified files:
sysutils/ansible: Makefile distinfo 
sysutils/ansible/pkg: PLIST-html 

Log message:
Update ansible 2.9.3 -> 2.9.4
Changelog: 
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-4



Re: CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
On Mon, Jan 20, 2020 at 04:32:01PM -0700, Kurt Miller wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   k...@cvs.openbsd.org2020/01/20 16:32:01
> 
> Added files:
>   benchmarks/fio : Makefile distinfo 
>   benchmarks/fio/pkg: DESCR PLIST 
> 
> Log message:
> fio is a IO benchmarking tool that can simulate various user defined
> workloads. fio will spawn a number of threads or processes doing a
> particular type of IO action as specified by the user.  It takes a
> number of global parameters, each inherited by the thread unless other
> parameters given to them overriding that setting.  The typical use of
> fio is to write a job file matching the IO load one wants to simulate.

Fwiw it conflicts with geo/py-fiona, which also installs bin/fio in the
default python2 flavor. Either set the @conflict markers or rename the
benchmarks/fio binary to something else in post-install..

[07:46] c64:/usr/ports/benchmarks/fio/ $doas pkg_add py-fiona
[07:47] c64:/usr/ports/benchmarks/fio/ $make install
===>  Installing fio-3.17 from /usr/ports/packages/amd64/all/
Collision in fio-3.17: the following files already exist
/usr/local/bin/fio (py-fiona-1.8.11p0 and fio-3.17)
Couldn't install fio-3.17

i *think* pkg_create was supposed to warn about such conflicts but maybe
that felt into the cracks.

Landry



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2020/01/20 22:27:19

Modified files:
devel/cargo: cargo.port.mk 
devel/cbindgen : Makefile 
net/routinator : Makefile 

Log message:
devel/cargo: use edition 2018 syntax by default for installing using cargo

the syntax is compatible with older edition, and more crates are using the
edition 2018 which require it.

avoid using MODCARGO_INSTALL_ARGS just to pass "--path ."

ok landry@ (some time ago, the diff was sleeping in my tree)



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Damien Miller
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2020/01/20 20:35:49

Modified files:
geo/openbsd-developers: Makefile 

Log message:
bump rev for previous



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Damien Miller
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2020/01/20 20:33:47

Modified files:
geo/openbsd-developers/files: OpenBSD 

Log message:
make my location slightly less incorrect; spotted by Ross L Richardson



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/20 16:33:08

Modified files:
benchmarks : Makefile 

Log message:
Add fio



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/20 16:32:01

Added files:
benchmarks/fio : Makefile distinfo 
benchmarks/fio/pkg: DESCR PLIST 

Log message:
fio is a IO benchmarking tool that can simulate various user defined
workloads. fio will spawn a number of threads or processes doing a
particular type of IO action as specified by the user.  It takes a
number of global parameters, each inherited by the thread unless other
parameters given to them overriding that setting.  The typical use of
fio is to write a job file matching the IO load one wants to simulate.

okay sthen@



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2020/01/20 16:32:55

Modified files:
cad/fritzing   : Makefile 
Removed files:
cad/fritzing/patches: patch-phoenix_pro 

Log message:
Switch fritzing to qt5, original diff from rsadowski updates from me.

OK rsadowski



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/20 16:30:06

ports/benchmarks/fio

Update of /cvs/ports/benchmarks/fio
In directory cvs.openbsd.org:/tmp/cvs-serv51322/fio

Log Message:
Directory /cvs/ports/benchmarks/fio added to the repository



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Kurt Miller
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/20 16:30:22

ports/benchmarks/fio/pkg

Update of /cvs/ports/benchmarks/fio/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv52025/pkg

Log Message:
Directory /cvs/ports/benchmarks/fio/pkg added to the repository



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/20 14:41:02

Modified files:
net/dnscontrol : Makefile 

Log message:
dnscontrol tweaks:

- add aarch64 to ONLY_FOR_ARCHS now that it has golang

- drop "MODGO_FLAGS= -tags nosystemd", it was only being passed in for
tests which it didn't change, and didn't do anything else.

- add the default MODGO_FLAGS from go.port.mk to the custom build commands,
to honour MAKE_JOBS/debug settings, and display source files being built



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/20 14:39:06

Modified files:
net/dnscontrol : Makefile distinfo 

Log message:
update to dnscontrol-2.10.0, from Karlis Mikelson, thanks Paco Esteban for 
tests/feedback



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:ports
Changes by: an...@cvs.openbsd.org   2020/01/20 14:00:38

Modified files:
mail/mdsort: Makefile distinfo 

Log message:
Update to mdsort-5.1.0.



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 12:25:56

Modified files:
textproc/py-elasticsearch: Makefile distinfo 
textproc/py-elasticsearch/pkg: PLIST 

Log message:
Update py-elasticsearch 7.1.0 -> 7.5.1
Changelog: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 12:04:48

Modified files:
sysutils/logstash: Makefile distinfo 
sysutils/logstash/pkg: PLIST 

Log message:
Update logstash 7.5.0 -> 7.5.1
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-1.html



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 12:04:04

Modified files:
sysutils/beats/filebeat: Makefile distinfo 

Log message:
Update filebeat 7.4.2 -> 7.5.1
Relase notes: 
https://www.elastic.co/guide/en/beats/libbeat/7.5/release-notes-7.5.1.html



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 12:00:40

Modified files:
www/kibana : Makefile distinfo 
www/kibana/pkg : PLIST 

Log message:
Update kibana 7.5.0 -> 7.5.1
Relase notes: 
https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.1.html



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 11:59:41

Modified files:
textproc/elasticsearch: Makefile distinfo 
textproc/elasticsearch/pkg: PLIST 

Log message:
Update elasticsearch 7.5.0 -> 7.5.1
Relase notes: 
https://www.elastic.co/guide/en/elasticsearch/reference/7.5/release-notes-7.5.1.html



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2020/01/20 11:10:23

Modified files:
graphics/termtosvg: Makefile distinfo 
graphics/termtosvg/pkg: PLIST 

Log message:
Update termtosvg to 1.1.0.



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Pavel Korovin
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2020/01/20 10:49:05

Modified files:
sysutils/ansible: Makefile distinfo 
sysutils/ansible/pkg: PLIST-html PLIST-main 

Log message:
Update ansible 2.9.2 -> 2.9.3
Changelog: 
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-3



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2020/01/20 10:42:06

Modified files:
sysutils/ggrep : Makefile distinfo 

Log message:
maintenance update to 3.4



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2020/01/20 10:16:14

Modified files:
graphics/libansilove: Makefile distinfo 

Log message:
Update libansilove to 1.1.9.



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2020/01/20 06:32:26

Modified files:
databases/ports-readmes-dancer: Makefile distinfo 

Log message:
fix two bugs in search, as reported by solene@, thanks



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:42:38

Modified files:
geo/pygeoapi   : Makefile 

Log message:
Use a more 'standard' PKGNAME: py3-pygeoapi-0.6.0 - req'd by sthen@



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:09:06

Modified files:
geo/mdal   : Makefile distinfo 

Log message:
Update to mdal 0.4.1



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:05:41

Modified files:
x11/xfce4/xfce4-whiskermenu: Makefile distinfo 
x11/xfce4/xfce4-whiskermenu/pkg: PLIST 

Log message:
Update to xfce4-whiskermenu 2.3.5



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:03:52

Modified files:
textproc/zathura/plugins: Makefile.inc 
textproc/zathura/plugins/cb: Makefile 
textproc/zathura/plugins/cb/pkg: PLIST 
textproc/zathura/plugins/djvu: Makefile distinfo 
textproc/zathura/plugins/djvu/pkg: PLIST 
textproc/zathura/plugins/mupdf: Makefile distinfo 
textproc/zathura/plugins/mupdf/pkg: PLIST 
textproc/zathura/plugins/poppler: Makefile distinfo 
textproc/zathura/plugins/poppler/pkg: PLIST 
textproc/zathura/plugins/ps: Makefile 
textproc/zathura/plugins/ps/pkg: PLIST 
Removed files:
textproc/zathura/plugins/mupdf/patches: 

patch-zathura-pdf-mupdf_search_c 

Log message:
Update to zathura plugins:

djvu 0.2.9
pdf-mupdf 0.3.5 (remove mupdf 1.16 compat patch from upstream)
pdf-poppler 0.3.0

fix WANTLIB all around, use @so markers in PLISTs, factorize
DISTNAME, MASTER_SITES & HOMEPAGE.

ok sthen@



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:01:51

Modified files:
textproc/zathura/core: Makefile distinfo 
textproc/zathura/core/pkg: PLIST 

Log message:
Update to zathura 0.4.5.

Diff from Matthew Martin with WANTLIB fixes on top, ok sthen@



CVS: cvs.openbsd.org: ports

2020-01-20 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/01/20 02:00:32

Modified files:
x11/girara : Makefile distinfo 
x11/girara/pkg : PLIST 

Log message:
Update to girara 0.3.4.

Diff from Matthew Martin, with WANTLIB fixes on top.