Commit Graph

496485 Commits

Author SHA1 Message Date
Danilo G. Baio
caa5921310 sysutils/py-azure-cli-core: Update to 2.0.80
Changelog:	https://pypi.org/project/azure-cli-core/2.0.80/
Reported by:	portscout
2020-01-17 23:30:17 +00:00
Danilo G. Baio
a722ab8224 devel/py-azure-mgmt-containerregistry: Update to 3.0.0rc8
Changelog:	https://pypi.org/project/azure-mgmt-containerregistry/3.0.0rc8/
Reported by:	portscout
2020-01-17 23:30:04 +00:00
Danilo G. Baio
52dcc4b0c3 devel/py-azure-mgmt-containerservice: Update to 8.2.0
Changelog:	https://pypi.org/project/azure-mgmt-containerservice/8.2.0/
Reported by:	portscout
2020-01-17 23:29:53 +00:00
Danilo G. Baio
d4cc9c5869 devel/py-azure-mgmt-hdinsight: Update to 1.4.0
Changelog:	https://pypi.org/project/azure-mgmt-hdinsight/1.4.0/
Reported by:	portscout
2020-01-17 23:29:23 +00:00
Danilo G. Baio
6ec8475c88 devel/py-azure-mgmt-media: Update to 2.1.0
Changelog:	https://pypi.org/project/azure-mgmt-media/2.1.0/
Reported by:	portscout
2020-01-17 23:29:13 +00:00
Danilo G. Baio
e32d6b64fe devel/py-azure-mgmt-netapp: Update to 0.8.0
Changelog:	https://pypi.org/project/azure-mgmt-netapp/0.8.0/
Reported by:	portscout
2020-01-17 23:28:59 +00:00
Danilo G. Baio
1ea442a43d devel/py-azure-mgmt-recoveryservicesbackup: Update to 0.6.0
Changelog:	https://pypi.org/project/azure-mgmt-recoveryservicesbackup/0.6.0/
Reported by:	portscout
2020-01-17 23:28:42 +00:00
Danilo G. Baio
7a47b018b8 devel/py-azure-mgmt-storage: Update to 7.1.0
Changelog:	https://pypi.org/project/azure-mgmt-storage/7.1.0/
Reported by:	portscout
2020-01-17 23:28:20 +00:00
Christoph Moench-Tegeder
05a7f8e49b update the Coin3D stack to it's latest release
Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).

This updates
  graphics/Coin to 4.0
  graphics/py-pivy to 0.6.5
  x11-toolkits/soqt to 1.6.0

Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports
are long gone and these new versions have been updated to officially
released versions, it seemed prudent to remove the devel from their names.

Bumping FreeCAD for dependency change.
Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards.

Thanks to pfg@, who contributed the update to graphics/Coin and reviewed
my patches.

While here, I'm taking over maintainership of these ports.

Submitted by:	pfg@ (graphics/Coin)
Reviewed by:	pfg@
2020-01-17 22:16:25 +00:00
Guido Falsi
44d47c7fae Add USE_PYTHON=noflavors to catfish to avoid warnings and errors
when building all ports in poudriere with bulk -a

Reported by:	kai
2020-01-17 21:58:54 +00:00
Tobias C. Berner
011f8ca094 deskutils/zanshin: update to 0.5.71 2020-01-17 20:40:00 +00:00
Tobias C. Berner
3e13a68109 databases/kdb: fix plist 2020-01-17 20:35:36 +00:00
Antoine Brodin
e0cf308378 Fix plist after r523104 2020-01-17 20:30:04 +00:00
Antoine Brodin
2a0a3d69a5 Fix plist after r523104 2020-01-17 20:29:12 +00:00
Tobias C. Berner
61485db5e5 math/saga: Update to 7.5.0
PR:		243355
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2020-01-17 20:17:49 +00:00
Joseph Mingrone
7471d67aaa sysutils/doctl: Update to v1.37.0
Upstream changes:
https://github.com/digitalocean/doctl/releases/tag/v1.37.0

Sponsored by:	DigitalOcean [1]

[1] DigitalOcean provided VM credit to test doctl
2020-01-17 20:05:19 +00:00
Kai Knoblich
9e1d507018 security/py-netmiko: Update to 3.0.0
Changelog:

Key enhancements/changes:

* PY3.6+ support only (all support for PY27 removed)
* Significant reliability improvements to reduce loss of session state
  problems
* Add support for direct use of TextFSM template
* Allow custom socket timeout in SCP file_transfer
* Improve MD5 hashing mechanism in SCP checks
* Add sock parameter support
* Increase default banner_timeout to 15

New Drivers:

* Eltex ESR, Juniper ScreenOS and Ruijei RGOS

Driver Updates

* Improvements for Huawei, Ciena, NX-OS, Nokia SR-OS, HP ProCurve and
  JunOS drivers.
* Fixes for FortiNet, Ruckus and improvements for sudo(1)

https://github.com/ktbyers/netmiko/releases/tag/v3.0.0
2020-01-17 19:27:02 +00:00
Kai Knoblich
4497424fb9 net-mgmt/py-{napalm,pyIOSXR}: Drop support for Python 2.7 and 3.5
Prepare both ports for the 3.0.0 release of security/py-netmiko, which
dropped support for Python 2.7 and 3.5, to avoid errors when using
"bulk -a".
2020-01-17 19:24:42 +00:00
Dan Langille
bd252bed5a update to 1.3.1
This version will properly use /var/db/privatebin
instead of %%PREFIX%%/www/privatebin

While here, fix some portlint issues

* trailing spaces in pkg-descr
* move USES= up in Makefile

PR:		242838
Submitted by:	dvl@FreeBSD.org
Approved by:	se@FreeBSD.org (maintainer timeout - 25 days)
2020-01-17 19:21:56 +00:00
Tobias C. Berner
60f61fe7ca games/homura Update to 3.4.1
PR:		243292
Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
2020-01-17 19:15:33 +00:00
Tobias C. Berner
0b6813e989 sysutils/moosefs3-master: Update to 3.0.109
PR:		243376
Submitted by:	MooseFS FreeBSD Team <freebsd@moosefs.pro>  (maintainer)
2020-01-17 19:10:12 +00:00
Chris Rees
b091504f82 x11/xdm: minor fixes
When testing, the rc script worked fine on my machine with no extra ttys,
but when on a default installation with several vtys it conflicts with ttyv1.
This script defaults to activating on ttyv8 as this is the one xdm usually
is on by default and is the usual Ctrl+Alt+F9 for X.

Add missed PORTREVISION (thanks mat)
2020-01-17 19:07:36 +00:00
Dmitri Goutnik
ac3b10f719 security/aws-vault: Update to 5.1.2
Changes:	https://github.com/99designs/aws-vault/releases/tag/v5.1.2
2020-01-17 19:07:16 +00:00
Dmitri Goutnik
14c6ca0efa Add CONFLICTS_INSTALL with textproc/codesearch 2020-01-17 19:01:40 +00:00
Dmitri Goutnik
2e05b40e9f New port: textproc/codesearch
Code Search is a tool for indexing and then performing regular expression
searches over large bodies of source code. It is a set of command-line programs
written in Go.

WWW: https://github.com/google/codesearch

PR:		243273
Submitted by:	eborisch+FreeBSD@gmail.com
2020-01-17 19:00:02 +00:00
Tobias C. Berner
6c010e0fb3 New port: misc/broot: Quick and easy new way to see and navigate directory trees
Feature-rich terminal file manager written in rust
which allows: filtering, searching, viewing and
manipulation of files and directories - and much
much more.

WWW: https://dystroy.org/broot/

PR:		243391
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-01-17 18:58:24 +00:00
Chris Rees
8aadec26f6 audio/oss: Fix build on recent FreeBSD
Replace function calls to removed function timeout.

Reviewed by:	jhb
2020-01-17 18:52:42 +00:00
Jochen Neumeister
cdc733f29d Update to 5.0.1
Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

MFH:		2020Q1
Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH
2020-01-17 18:14:39 +00:00
Tobias C. Berner
c5403b574c editors/focuswriter: Update to 1.7.4
PR:		243407
Submitted by:	lightside <lightside@gmx.com>  (maintainer)
2020-01-17 18:05:36 +00:00
Jochen Neumeister
7c0192761d Update to 4.9.4
Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

MFH:		2020Q1
Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH
2020-01-17 18:03:06 +00:00
Tobias C. Berner
b209d37d8d dns/powerdns: update to 4.2.1
4.2.1 release notes:
This release fixes several bugs and makes a few features more robust or
intuitive. It also contains a few performance improvements for API users.

For a full list of changes look here:
	https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.1

PR:		242519
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2020-01-17 18:01:31 +00:00
Stephen Montgomery-Smith
20c51cce64 - Correct portlint errors. 2020-01-17 17:30:01 +00:00
Tobias C. Berner
ce6f8d163f New port: sysutils/perp: Persistent process supervisor & service managment framework
The perp package provides a set of daemons and utilities to reliably start,
monitor, log, and control a collection of persistent processes.

A "persistent process" is any program intended to be long-running, highly
available, and purpose critical. Also known and often described as a "service",
a persistent process normally provides some essential, on-demand system
service. Programs that serve email, domain name queries, and http requests are
all examples of services that are normally run as persistent processes.

These are the programs that you want to start at system boot, and to continue
running for as long as the system itself. These are the programs you need
running in uninterrupted service, day and night, forever and ever.

perp helps make sure that they do.

WWW: http://b0llix.net/perp/

PR:		243032
Submitted by:	Jan-Piet Mens <ports@jpmens.net>
2020-01-17 17:22:26 +00:00
Fernando Apesteguía
534e960d68 biology/muscle: unbreak in -CURRENT
Don't compile problematic (and unnecessary) file.

PR:	243206
Submitted by:	mzaki@e-mail.ne.jp (maintainer)
2020-01-17 16:49:03 +00:00
Sunpoet Po-Chuan Hsieh
029fa18f2a Remove devel/pecl-expect entry after r523306 2020-01-17 16:42:40 +00:00
Sunpoet Po-Chuan Hsieh
52cd74d98b Update to 3.3.1
Changes:	https://metacpan.org/changes/distribution/ack
2020-01-17 16:42:35 +00:00
Sunpoet Po-Chuan Hsieh
8653405387 Update to 1.97
- Sort *_DEPENDS

Changes:	https://metacpan.org/changes/distribution/XML-LibXSLT
2020-01-17 16:42:30 +00:00
Sunpoet Po-Chuan Hsieh
b499422d6f Update to 1.20
Changes:	https://metacpan.org/changes/distribution/Net-Domain-ExpireDate
2020-01-17 16:42:25 +00:00
Sunpoet Po-Chuan Hsieh
5420593afe Update to 0.100
- Mark DEPRECATED and set EXPIRATION_DATE to 2020-01-31
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Log-Any-Adapter-Callback
2020-01-17 16:42:20 +00:00
Sunpoet Po-Chuan Hsieh
2c6e2e7a0a Update to 7.44
Changes:	https://metacpan.org/changes/distribution/ExtUtils-MakeMaker
2020-01-17 16:42:15 +00:00
Sunpoet Po-Chuan Hsieh
00e3cdcbc5 Update to 0.136
Changes:	https://metacpan.org/changes/distribution/Astro-SpaceTrack
2020-01-17 16:42:09 +00:00
Sunpoet Po-Chuan Hsieh
82aad3bcbd Update to 1.0.1
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-bigtable/CHANGELOG.md
2020-01-17 16:42:04 +00:00
Sunpoet Po-Chuan Hsieh
710b02851d Update to 2.9.0
Changes:	https://github.com/AssetSync/asset_sync/blob/master/CHANGELOG.md
2020-01-17 16:41:59 +00:00
Sunpoet Po-Chuan Hsieh
cca0a0f38b Update to 1.6.1
Changes:	https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md
2020-01-17 16:41:54 +00:00
Sunpoet Po-Chuan Hsieh
43faf6264b Update to 0.4.0
Changes:	https://github.com/piotrmurach/tty-tree/blob/master/CHANGELOG.md
2020-01-17 16:41:49 +00:00
Sunpoet Po-Chuan Hsieh
6e7acf068b Update to 0.3.0
Changes:	https://github.com/piotrmurach/tty-platform/blob/master/CHANGELOG.md
2020-01-17 16:41:44 +00:00
Sunpoet Po-Chuan Hsieh
3ca85007fb Update to 0.5.0
Changes:	https://github.com/piotrmurach/tty-font/blob/master/CHANGELOG.md
2020-01-17 16:41:38 +00:00
Sunpoet Po-Chuan Hsieh
e5fd7a92b4 Fix gemspec for rubygem-tty-font 0.5.0 update
- Bump PORTREVISION for package change
2020-01-17 16:41:33 +00:00
Sunpoet Po-Chuan Hsieh
9fef5c2dba Update to 1.12.1
Changes:	https://github.com/ffi/ffi/blob/master/CHANGELOG.md
2020-01-17 16:41:28 +00:00
Sunpoet Po-Chuan Hsieh
980171e652 Update to 0.31.1
Changes:	https://github.com/DataDog/dd-trace-rb/releases
2020-01-17 16:41:22 +00:00