1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

519006 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a33607662f Remove FREEBSD option
As a FreeBSD port, I see no need not to install the FreeBSD-specific bash completions.
2020-08-30 07:14:17 +00:00
Sunpoet Po-Chuan Hsieh
af9c9ec7be Update dependencies
- Bump PORTREVISION for package change
2020-08-30 07:14:12 +00:00
Sunpoet Po-Chuan Hsieh
b6861e9ec6 Update to 3.1.2
- Use upstream release tarball
- Update manpage location (r523104)

Changes:	https://github.com/denyhosts/denyhosts/releases
		https://github.com/denyhosts/denyhosts/commits/master
2020-08-30 07:14:07 +00:00
Sunpoet Po-Chuan Hsieh
32030a1eda Use upstream release tarball 2020-08-30 07:14:02 +00:00
Sunpoet Po-Chuan Hsieh
66f459288a Use upstream release tarball 2020-08-30 07:13:58 +00:00
Sunpoet Po-Chuan Hsieh
e3d31ca490 Update dependencies
- Bump PORTREVISION for package change
2020-08-30 07:13:43 +00:00
Sunpoet Po-Chuan Hsieh
4e36030d71 Use upstream release tarball 2020-08-30 07:13:38 +00:00
Sunpoet Po-Chuan Hsieh
a014bafbb9 Use upstream release tarball 2020-08-30 07:13:33 +00:00
Sunpoet Po-Chuan Hsieh
b54767d34f Cosmetic change 2020-08-30 07:13:28 +00:00
Sunpoet Po-Chuan Hsieh
febac3e9e9 Use local patch file instead of PATCHFILES 2020-08-30 07:13:23 +00:00
Sunpoet Po-Chuan Hsieh
80974dc435 Use upstream release tarball 2020-08-30 07:13:18 +00:00
Sunpoet Po-Chuan Hsieh
2b3511c5d5 Use upstream release tarball 2020-08-30 07:13:13 +00:00
Sunpoet Po-Chuan Hsieh
1636580436 Use upstream release tarball 2020-08-30 07:13:08 +00:00
Sunpoet Po-Chuan Hsieh
13fca437f9 Use upstream release tarball 2020-08-30 07:13:03 +00:00
Sunpoet Po-Chuan Hsieh
6b5f4898aa Use upstream release tarball 2020-08-30 07:12:59 +00:00
Sunpoet Po-Chuan Hsieh
6024ea23f7 Add rubygem-aws-sdk-appflow 1.0.0
Official AWS Ruby gem for Amazon Appflow.

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appflow
2020-08-30 07:12:54 +00:00
Sunpoet Po-Chuan Hsieh
474f27fdfd Add py-forcediphttpsadapter 1.0.1
This module implements a set of requests TransportAdapter, PoolManager,
ConnectionPool and HTTPSConnection with one goal only: to use a specific IP
address when connecting via SSL to a web service without running into SNI
trouble.

The usual technique to force an IP address on an HTTP connection with Requests
is (assuming I want http://example.com/some/path on IP 1.2.3.4):
  requests.get("http://1.2.3.4/some/path", headers={'Host': 'example.com'})

This is useful if I want to specifically test how 1.2.3.4 is responding; for
instance, if example.com is DNS round-robined to several IP addresses and I want
to hit one of them specifically.

WWW: https://github.com/Roadmaster/forcediphttpsadapter
2020-08-30 07:12:48 +00:00
Sunpoet Po-Chuan Hsieh
6c2c873aa4 Add py-uhashring 1.2
uhashring implements consistent hashing in pure Python.

Consistent hashing is mostly used on distributed systems/caches/databases as
this avoid the total reshuffling of your key-node mappings when adding or
removing a node in your ring (called continuum on libketama).

WWW: https://github.com/ultrabug/uhashring
2020-08-30 07:12:43 +00:00
Sunpoet Po-Chuan Hsieh
359ea5d1be Add py-python-binary-memcached 0.30.0
bmemcached is a pure python module (thread safe) to access memcached via it's
binary with SASL auth support.

The main purpose of this module it to be able to communicate with memcached
using binary protocol and support authentication, so it can work with Heroku for
example.

WWW: https://github.com/jaysonsantos/python-binary-memcached
2020-08-30 07:12:37 +00:00
Tobias C. Berner
afe72edb94 x11-fm/nemo: fix build on current
based on the patch added to x11-fm/nautilus
2020-08-30 07:07:43 +00:00
Tobias C. Berner
b026a4dc93 net/vinagre: fix build on current
Obtained from:	https://gitlab.gnome.org/GNOME/vinagre/-/merge_requests/8/diffs
2020-08-30 07:01:51 +00:00
Tobias C. Berner
088790d631 graphics/gstreamer1-plugins-opencv: fix plist 2020-08-30 06:56:12 +00:00
Tobias C. Berner
bd482d02cb audio/gstreamer1-plugins-lv2: fix build on current
Obtained from:	a0cd455dd0.patch
2020-08-30 06:52:08 +00:00
Josh Paetzel
1cbce2fe15 Patch source code to fix the problem -fno-common tripped over
Along the way take maintainership.  I have a soft spot for WM

Fixing this was faster than replying to the thread caused by r546907
2020-08-30 03:11:46 +00:00
Roman Bogorodskiy
8ccd925b80 Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.

See more details in the comments of the linked PR.

PR:		248819
Reported by:	John Hein
2020-08-30 03:10:23 +00:00
Jan Beich
261fa25f00 devel/intel-graphics-compiler: update to 1.0.4756
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4361
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4427
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4479
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4521
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4594
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4756
Reported by:	GitHub (watch releases), Repology
2020-08-30 03:03:57 +00:00
Kevin Bowling
c7225b381c net/c3270: take maintainer
Per private communication with araujo@ he doesn't have time to maintain ports
2020-08-30 01:48:53 +00:00
Jan Beich
1b027710e6 emulators/citra: update to s20200829
Changes:	b94f21eac...4135a12cb
2020-08-30 00:49:53 +00:00
Jan Beich
cce36b1cfe graphics/mesa-devel: update to 20.2.b.830
Changes:	373e25e6b5...ac6b8e42ce
2020-08-30 00:21:27 +00:00
Jan Beich
356a507615 emulators/yuzu: update to s20200829
Changes:	b8885aa03...ce43139eb
2020-08-30 00:21:19 +00:00
Jan Beich
f0109e873c emulators/rpcs3: update to 0.0.11.10807
Changes:	bccfb1cda...9a51f2226
2020-08-30 00:21:09 +00:00
Jan Beich
903bbc39a2 emulators/{citra,yuzu}: update OSS patches
Changes:	957847c...49312d4
2020-08-30 00:21:00 +00:00
Jan Beich
e603b4e4d1 gecko: update OSS patches
Changes:	957847c...49312d4
2020-08-30 00:20:45 +00:00
Dmitry Marakasov
7944823edd - Update to 1.2.7 2020-08-29 23:49:15 +00:00
Dmitry Marakasov
b83c82b796 - Add devel/py-pytest-mutagen
Mutagen is a plugin to pytest that makes it easy to do mutation
testing. Mutation testing is a method of testing your tests. Mutagen
helps you to define "mutant" versions of your code - code which is
intentionally buggy - then you run your test suite on these mutants
and verify that your tests actually catch the bugs. Mutation testing
helps you to gauge test coverage and verify that your tests are
good enough to exercise interesting behaviors in your code.

WWW: https://pypi.org/project/pytest-mutagen/
2020-08-29 23:48:08 +00:00
Christoph Moench-Tegeder
baa6e2f454 new port: audio/ardour6
this is a direct descendant of audio/ardour5, so repocopy that.

PR:		246915
Submitted by:	Michael Beer
2020-08-29 22:24:07 +00:00
Niclas Zeising
072beac9e8 net/isc-dhcp44*: Fix build with -fno-common
Add a patch from an upstream merge request to fix the build of
net/isc-dhcp44-client when built with -fno-common, which is the default with
llvm 11.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-29 21:13:16 +00:00
Bernard Spil
a81583c676 databases/p5-DBD-MariaDB
* add MariaDB perl port
2020-08-29 21:12:15 +00:00
Niclas Zeising
e694170828 cad/gmsh: Add -fcommon to fix build
Add -fcommon to cad/gmsh to fix the build on current with llvm 11.
This is a stop-gap measure since an update which fixes the -fno-common issue
is waiting for approval.

PR:		248996
2020-08-29 20:43:48 +00:00
Bernard Spil
aa9a024d65 databases/mydumper: Revert 546948
* reverts unapproved patch against 0.9.3
2020-08-29 20:43:43 +00:00
Bernard Spil
2b93a34ca7 databases/mariadb103-server: Update to 10.3.24 2020-08-29 20:34:32 +00:00
Emanuel Haupt
ea82a2aea7 Update to 1.31 2020-08-29 20:33:21 +00:00
Eugene Grosbein
169ce1da86 net/mpd5: remove required_files from startup script
Name and/or location of the configuration file may be changed
with mpd_flags, in which case required_files prevents starting service.

It is no big deal if mpd5 started with missing configuration file
because it just prints a warning to the log and exits in that case.

PR:		248993
2020-08-29 20:15:41 +00:00
Loïc Bartoletti
1fc7b55791 graphics/qgis-ltr: Update to 3.10.9
- Update to 3.10.9
- Remove patch file for QT 5.15.0 (upstream now)
- Add a license file
- Add some Python dependencies: geopandas, pandas, jedi, nltk,
  psutil, pyrsgis, and qt5-quick
- Add INSTALLS_ICONS=yes
- Remove files/patch-src_analysis_interpolation_qgsinterpolator.h
- Update pkg-plist
- Prepare for sip5 and PyQT 5.15

PR:		248888
Submitted by:	Rainer Hurling (maintainer)
Reviewed by:	fernape, lbartoletti
2020-08-29 19:59:41 +00:00
Guido Falsi
76d8579301 - Update lightdm-gtk-greeter to 2.0.8
- Remove dependency on libexo exo-csource which has been deprecated
  upstream and add one on xfce4-dev-tools xdt-csource

Approved by:		woodsb02 (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26224
2020-08-29 19:51:40 +00:00
Jan Beich
c9054f8d8a x11-wm/cage: update WWW
fetch: https://hjdskes.nl/projects/cage: No address record

Reported by:	Repology
2020-08-29 19:33:52 +00:00
Jan Beich
4c33077546 multimedia/mpc-qt: switch to the new home 2020-08-29 19:30:20 +00:00
Jan Beich
7ca4e8fa73 x11/wofi: update to 1.2.2
Changes:	https://hg.sr.ht/~scoopta/wofi/log
Reported by:	Repology
2020-08-29 19:20:22 +00:00
Tobias C. Berner
0af5a6a0b1 devel/ninja: upate to 1.10.1
PR:		248854
Exp-run by:	antoine
2020-08-29 19:20:17 +00:00
Tijl Coosemans
ef52e561a9 Add dependency on hicolor and adwaita icon themes, and on librsvg2 to be
able to load svg icons.  This mirrors x11-toolkits/gtk30.

Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2020-08-29 19:11:34 +00:00