Commit graph

24262 commits

Author SHA1 Message Date
Antoine Brodin
5e2212c9e7 MFH: r498067
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 08:00:18 +00:00
Antoine Brodin
fc25cd6b7d MFH: r498063
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 07:54:22 +00:00
Cy Schubert
ba903a675a MFH: r497907
Fix build on gcc-based architectures.

PR:		236695
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	portmgr (joneum@)
2019-04-05 19:35:06 +00:00
Antoine Brodin
f8ac6fa4eb MFH: r497769
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-03 20:35:58 +00:00
Antoine Brodin
d5a8c8a573 MFH: r497767
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-03 20:30:47 +00:00
Antoine Brodin
84114f1c99 MFH: r497694
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-03 09:26:31 +00:00
Danilo Egea Gondolfo
e9b2636b7f MFH: r497506
- Update to 1.14.0

This version addresses CVE-2019-1002101

Approved by:	ports-secteam (miwi)
2019-04-02 17:23:41 +00:00
Tobias Kortkamp
38103570cc MFH: r497513
sysutils/consul-replicate: Unbreak build with Go 1.12

- Remove GOCACHE=off as build cache is required starting from Go 1.12 [1]
- Pass MAKE_ENV (so GOCACHE defaults to $WRKDIR/.cache)

[1] https://tip.golang.org/doc/go1.12#gocache

PR:		236033
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	jhixson (maintainer)

Approved by:	ports-secteam build fix blanket
2019-04-01 20:09:48 +00:00
Tobias Kortkamp
22422d13eb MFH: r497470
sysutils/runit-faster: Update scripts to 0.1.36

Changes:	https://github.com/t6/freebsd-runit/releases/tag/v0.1.36

Approved by:	ports-secteam runtime fix blanket (fix up of mistake in 0.1.35)
2019-04-01 09:11:16 +00:00
Tobias Kortkamp
5b3f367318 sysutils/runit-faster: Update scripts to 0.1.35
Changes:	https://github.com/t6/freebsd-runit/releases/tag/v0.1.35
2019-04-01 08:26:50 +00:00
Danilo Egea Gondolfo
31f2f7fd4d - Update to 0.1.26 2019-03-31 21:05:50 +00:00
Cy Schubert
23c14c4eb7 Correctly support python35+.
PR:		236845
Submitted by:	leres@
2019-03-31 18:51:09 +00:00
Sunpoet Po-Chuan Hsieh
73b1e3abe6 Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		236157
Exp-run by:	antoine
2019-03-31 13:41:02 +00:00
Sunpoet Po-Chuan Hsieh
3080783676 Update to 1.16.2
Changes:	https://github.com/grosser/parallel/commits/master
2019-03-31 13:15:45 +00:00
Alexey Dokuchaev
d305ba17ca Spell FTP properly (uppercased) when it does not refer to a command name. 2019-03-31 13:07:08 +00:00
Cy Schubert
574cd69abb syslog-ng isn't smart enoug to figure out what version of python
it is using during build when PYTHON is deselected.
2019-03-30 20:19:56 +00:00
Cy Schubert
d831a9a9f1 Fix:
===>  Building for syslog-ng-3.20.1
gmake[2]: Entering directory '/export/wrkdir/amd64/usr/ports/sysutils/
syslog-ng/work/syslog-ng-3.20.1'
Makefile:22291: *** "Python interpreter is required to generate grammar
files, but it was not detected during configure".  Stop.
gmake[2]: Leaving directory '/export/wrkdir/amd64/usr/ports/sysutils/
syslog-ng/work/syslog-ng-3.20.1'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/sysutils/syslog-ng
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/syslog-ng

Broken by PR:		236845
2019-03-30 19:58:22 +00:00
Mark Linimon
40a2f95af2 Now builds on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-03-30 19:29:09 +00:00
Tobias Kortkamp
8323d50c69 sysutils/dsbdriverd: Update to 0.5
Changes:	https://freeshell.de/~mk/projects/dsbdriverd-relnotes.html
PR:		236781
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2019-03-30 19:02:00 +00:00
Tobias Kortkamp
23ec197958 sysutils/dsbmd: Update to 1.7.2
Changes:	https://freeshell.de/~mk/projects/dsbmd-relnotes.html
PR:		236782
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2019-03-30 18:57:54 +00:00
Cy Schubert
ec15592c18 Don't depend on python 3.6 when the python option is deselected.
However syslog-ng* does depend on glib20. glib20 does depend on
python and if python is deslected the default python27 is installed
by glib20. If OTOH the python option is selected, python36 is installed
and glib20 will use it instead. Installing syslog-ng without python
support and subsequently changing one's mind to later depend on
python will result in both python27 and python36 to be installed.

PR:		236845
Inspired by:	leres@
2019-03-30 18:36:51 +00:00
Cy Schubert
d64f4c8621 Deprecate and expire Balabit software no longer supported by them. 2019-03-30 18:36:43 +00:00
Cy Schubert
1526f6b389 Pet portlint. 2019-03-30 18:36:33 +00:00
Danilo G. Baio
bd6355ac75 sysutils/smenu: Update to 0.9.15
Changelog:	https://github.com/p-gen/smenu/releases/tag/v0.9.15
2019-03-30 18:04:55 +00:00
Tobias C. Berner
6fa27dcfe7 Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730  ), so there is no reason to keep
Haskell libraries in tree.

If you think a port is wrongly marked and should stay, please contact haskell@

Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D19244
2019-03-30 17:39:36 +00:00
Danilo G. Baio
8c052bccc2 sysutils/py-azure-cli: Update to 2.0.61
Reported by:	portscout
2019-03-30 17:35:09 +00:00
Danilo G. Baio
0293a91d59 sysutils/py-azure-cli-core: Update to 2.0.61
Changelog:	https://pypi.org/project/azure-cli-core/2.0.61/
Reported by:	portscout
2019-03-30 17:34:36 +00:00
Danilo G. Baio
77c3440538 sysutils/py-azure-cli-acr: Update to 2.2.3
Changelog:	https://pypi.org/project/azure-cli-acr/2.2.3/
Reported by:	portscout
2019-03-30 17:33:57 +00:00
Danilo G. Baio
1537949fb4 sysutils/py-azure-cli-acs: Update to 2.3.20
Changelog:	https://pypi.org/project/azure-cli-acs/2.3.20/
Reported by:	portscout
2019-03-30 17:33:27 +00:00
Danilo G. Baio
4215003edd sysutils/py-azure-cli-ams: Update to 0.4.3
Changelog:	https://pypi.org/project/azure-cli-ams/0.4.3/
Reported by:	portscout
2019-03-30 17:32:51 +00:00
Danilo G. Baio
541cba2447 sysutils/py-azure-cli-backup: Update to 1.2.2
Changelog:	https://pypi.org/project/azure-cli-backup/1.2.2/
Reported by:	portscout
2019-03-30 17:32:15 +00:00
Danilo G. Baio
e127cdaf90 sysutils/py-azure-cli-batchai: Update to 0.4.8
Changelog:	https://pypi.org/project/azure-cli-batchai/0.4.8/
Reported by:	portscout
2019-03-30 17:31:32 +00:00
Danilo G. Baio
ae3de11bed sysutils/py-azure-cli-billing: Update to 0.2.1
Changelog:	https://pypi.org/project/azure-cli-billing/0.2.1/
Reported by:	portscout
2019-03-30 17:31:00 +00:00
Danilo G. Baio
9ad2956342 sysutils/py-azure-cli-botservice: Update to 0.1.9
Changelog:	https://pypi.org/project/azure-cli-botservice/0.1.9/
Reported by:	portscout
2019-03-30 17:30:32 +00:00
Danilo G. Baio
dc1f24ca3a sysutils/py-azure-cli-cdn: Update to 0.2.1
Changelog:	https://pypi.org/project/azure-cli-cdn/0.2.1/
Reported by:	portscout
2019-03-30 17:29:58 +00:00
Danilo G. Baio
4d9314005c sysutils/py-azure-cli-cloud: Update to 2.1.1
Changelog:	https://pypi.org/project/azure-cli-cloud/2.1.1/
Reported by:	portscout
2019-03-30 17:28:54 +00:00
Danilo G. Baio
919ac36d51 sysutils/py-azure-cli-cognitiveservices: Update to 0.2.5
Changelog:	https://pypi.org/project/azure-cli-cognitiveservices/0.2.5/
Reported by:	portscout
2019-03-30 17:28:25 +00:00
Danilo G. Baio
fa8f8a965b sysutils/py-azure-cli-cosmosdb: Update to 0.2.9
Changelog:	https://pypi.org/project/azure-cli-cosmosdb/0.2.9/
Reported by:	portscout
2019-03-30 17:27:53 +00:00
Danilo G. Baio
d2f6aee76f sysutils/py-azure-cli-dla: Update to 0.2.5
Changelog:	https://pypi.org/project/azure-cli-dla/0.2.5/
Reported by:	portscout
2019-03-30 17:27:21 +00:00
Danilo G. Baio
cf4fed7f74 sysutils/py-azure-cli-dms: Update to 0.1.3
Changelog:	https://pypi.org/project/azure-cli-dms/0.1.3/
Reported by:	portscout
2019-03-30 17:26:48 +00:00
Danilo G. Baio
a497e9be2d sysutils/py-azure-cli-eventgrid: Update to 0.2.2
Changelog:	https://pypi.org/project/azure-cli-eventgrid/0.2.2/
Reported by:	portscout
2019-03-30 17:26:16 +00:00
Danilo G. Baio
dbc1b0ff2c sysutils/py-azure-cli-extension: Update to 0.2.4
Changelog:	https://pypi.org/project/azure-cli-extension/0.2.4/
Reported by:	portscout
2019-03-30 17:25:46 +00:00
Danilo G. Baio
50fa2efe4b sysutils/py-azure-cli-find: Update to 0.3.1
Changelog:	https://pypi.org/project/azure-cli-find/0.3.1/
Reported by:	portscout
2019-03-30 17:24:54 +00:00
Danilo G. Baio
a2aed6a943 sysutils/py-azure-cli-interactive: Update to 0.4.2
Changelog:	https://pypi.org/project/azure-cli-interactive/0.4.2/
Reported by:	portscout
2019-03-30 17:24:12 +00:00
Danilo G. Baio
c1c3228780 sysutils/py-azure-cli-iot: Update to 0.3.7
Changelog:	https://pypi.org/project/azure-cli-iot/0.3.7/
Reported by:	portscout
2019-03-30 17:23:43 +00:00
Danilo G. Baio
dbbff1edc4 sysutils/py-azure-cli-keyvault: Update to 2.2.13
Changelog:	https://pypi.org/project/azure-cli-keyvault/2.2.13/
Reported by:	portscout
2019-03-30 17:23:12 +00:00
Danilo G. Baio
cc345e766a sysutils/py-azure-cli-kusto: Update to 0.2.1
Changelog:	https://pypi.org/project/azure-cli-kusto/0.2.1/
Reported by:	portscout
2019-03-30 17:22:39 +00:00
Danilo G. Baio
7426331e68 sysutils/py-azure-cli-lab: Update to 0.1.6
Changelog:	https://pypi.org/project/azure-cli-lab/0.1.6/
Reported by:	portscout
2019-03-30 17:22:07 +00:00
Danilo G. Baio
5eb09a2598 sysutils/py-azure-cli-maps: Update to 0.3.4
Changelog:	https://pypi.org/project/azure-cli-maps/0.3.4/
Reported by:	portscout
2019-03-30 17:21:21 +00:00
Danilo G. Baio
56a8e3b760 sysutils/py-azure-cli-monitor: Update to 0.2.11
Changelog:	https://pypi.org/project/azure-cli-monitor/0.2.11/
Reported by:	portscout
2019-03-30 17:20:54 +00:00