1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

473647 Commits

Author SHA1 Message Date
Tobias Kortkamp
b182a0f440 Deprecate net-im/skype4
It is End of Life since 2017 [1].  Also deprecate linux-skype_oss_wrapper
which is only useful for skype4.

[1] https://answers.microsoft.com/en-us/skype/forum/skype_linux-skype_startms-skype_installms/end-of-life-of-skype-for-linux-43/70fe7036-ddf3-4fa3-9c06-1bca3ec0226c
2019-04-19 08:29:21 +00:00
Stephen Hurd
b39bbfc2ec Update to 9.3.3
- Open PTT serial port O_NONBLOCK so /dev/tty* can be used.
- If a video device has no formats, do not add to camera list.
- Add /index.html to local docURL so help will open in browser.

From the changelog:
20190418 QSSTV 9.3.3
        * fixed api documentation generation

20190418 QSSTV 9.3.2
        * complete rewrite of the FTP interfaces. They now run in a seperate
          thread
        * removed Hybrid notify config. All hybrid configurations are in one
          tab: Hybrid
        * size of recorded wav files was internally set to 0, fixed.
        * tx audio to wav file was output in mono with half the samples
          -> fixed
        * scaling of images in sstv tx mode -> fixed
        * show image with template when loading new image ->fixed
        * callsign was not set/send in DRM tx
        * new FFT implementation
        * compression in DRM now based on size in stead of ratio
        * fix error in reedsolomon decode when no erasures found
        * repeater functions implemented
        * fixed bug in AVT24-AVT90-AVT94
        * removed use VIS option in SSTV (now when a VIS code is detected,
          the mode is restricted to that VIS mode)
        * added confirmation options for delete files and program exit in
          gui configuration
        * more testing on raspberry Pi 3 model B. (compilation and
          execution OK)
        * added PKTLSB, PKTUSB and PKTFM in frequency config modulation
        * added passband to frequency settings
        * minor bug fixes
2019-04-19 07:42:54 +00:00
Emanuel Haupt
b85ad81d5a Update to 0.1.b149 2019-04-19 07:36:03 +00:00
Koichiro Iwao
a4ff1845be sysutils/rubygem-bundler1: Repocopied from sysutils/rubygem-bundler
Some rubygem ports still depends on Bundler 1 series. Before updating
sysutils/rubygem-bundler to 2.0.x, the older version should be kept in
the ports tree.

Submitted by:   meta (myself)
Reviewed by:	mfechner
Approved by:    mfechner
Differential Revision:  https://reviews.freebsd.org/D19818
2019-04-19 07:34:53 +00:00
Tobias Kortkamp
3ed0da448a New port: databases/mongodb40-tools
Useful utilities for managing a MongoDB instance written in Go.

- bsondump - display BSON files in a human-readable format
- mongoimport - Convert data from JSON, TSV or CSV and insert them
  into a collection
- mongoexport - Write an existing collection to CSV or JSON format
- mongodump/mongorestore - Dump MongoDB backups to disk in .BSON
  format, or restore them to a live database
- mongostat - Monitor live MongoDB servers, replica sets, or sharded
  clusters
- mongofiles - Read, write, delete, or update files in GridFS
- mongotop - Monitor read/write activity on a mongo server
- mongoreplay - Capture, observe, and replay traffic for MongoDB

WWW: https://github.com/mongodb/mongo-tools

PR:		237352
Submitted by:	Andrew Shevchuk <dev.ashevchuk@gmail.com> (based on)
2019-04-19 07:34:43 +00:00
Alexey Dokuchaev
141ff22b8a Update Flacon to version 5.3.0.
Reported by:	portscout
2019-04-19 07:33:00 +00:00
Tobias C. Berner
50a34609dd devel/qtcreator: update to 4.9.0
Announcement:
	https://blog.qt.io/blog/2019/04/15/qt-creator-4-9-0-released/
2019-04-19 06:51:00 +00:00
Tobias Kortkamp
cdd450e1ef audio/fluidsynth: Update to 2.0.4
Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.4
PR:		237363
Submitted by:	tobik
Approved by:	multimedia (tcberner)
2019-04-19 04:21:57 +00:00
Tobias Kortkamp
3304a9a71b audio/spotifyd: Unbreak build after r499153
Removing USES=ssl completely was too far.  Put it back as a build
dependency.

http://beefy10.nyi.freebsd.org/data/112i386-default/499228/logs/errors/spotifyd-0.2.8_2.log
2019-04-19 04:16:59 +00:00
Jan Beich
156ffc3d96 www/nghttp2: unbreak
PR:		236666
Obtained from:	upstream
2019-04-19 03:36:37 +00:00
Jan Beich
e3633f8f64 games/renpy6: unbreak after r499148
build/temp.freebsd-11.2-RELEASE-amd64-2.7/core.o:(.bss+0x0): multiple definition of `PyGAME_C_API'
build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here
build/temp.freebsd-11.2-RELEASE-amd64-2.7/subpixel.o:(.bss+0x0): multiple definition of `PyGAME_C_API'
build/temp.freebsd-11.2-RELEASE-amd64-2.7/gen/_renpy.o:(.bss+0x0): first defined here

ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPython"
ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "RWopsFromPythonThreaded"
ImportError: /usr/local/lib/python2.7/site-packages/_renpy.so: Undefined symbol "PySurface_AsSurface"

PR:		230115
Reported by:	pkg-fallout
2019-04-19 02:36:44 +00:00
Adam Weinberger
4f0bbfc5c9 Update Mojolicious to 8.14 2019-04-19 01:48:31 +00:00
Muhammad Moinur Rahman
756beae7cf emulators/qemu: Update version 2.12.1=>3.0.1
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20
2019-04-18 23:15:10 +00:00
Muhammad Moinur Rahman
6faf908c6e [NEW] emulators/qemu2: 2.X version of emulators/qemu
- Remove GNS3 OPTION
- Update dependency to gtk30 and sdl20
- Limit PORTSCOUT to 2.X verrsion only
2019-04-18 23:06:43 +00:00
Thierry Thomas
a82434805f Upgrade to 12 to make it fetchable again.
Set DIST_SUBDIR to track the next update and remove plist.

Remark: there is no more documentation with it.

PR:		233406
Submitted by:	me
Approved by:	maintainer time-out
2019-04-18 20:52:15 +00:00
Steve Wills
6ba29cefe7 net-im/py-matrix-synapse: update to v0.99.3
PR:		236260
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
Reported by:	Christian Schwarz <me@cschwarz.com>
2019-04-18 20:33:46 +00:00
Tobias C. Berner
5c6324cde5 astro/kstars: update to 3.2.0 2019-04-18 20:26:59 +00:00
Steve Wills
4c6b180663 security/py-pymacaroons-pynacl: update to 0.13.0
PR:		236721
Submitted by:	Sascha Biberhofer <ports@skyforge.at>
2019-04-18 20:02:52 +00:00
Steve Wills
b50c30a48f devel/godot: update to 3.1
PR:		236731
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2019-04-18 19:45:12 +00:00
Kai Knoblich
e415ed1be5 New port: www/py-django-cacheops
A slick app that supports automatic or manual queryset caching and automatic
granular event-driven invalidation.

It uses redis as backend for ORM cache and redis or filesystem for simple
time-invalidated one.

And there is more to it:

* Decorators to cache any user function or view as a queryset or by time
* Extensions for django and jinja2 templates
* Transparent transaction support
* Dog-pile prevention mechanism
* A couple of hacks to make django faster

WWW: https://github.com/Suor/django-cacheops

Approved by:	mentors (implicit)
2019-04-18 19:42:39 +00:00
Kai Knoblich
b8b1574599 New port: devel/py-funcy
A collection of fancy functional tools focused on practicality. It
was designed to be a layer of functional tools over Python.

It was inspired by Clojure and Underscore (JS library).

WWW: https://github.com/Suor/funcy

Approved by:	mentors (implicit)
2019-04-18 19:37:00 +00:00
Steve Wills
7c4fad78ce x11-themes/gtk-arc-themes: update to 20190330
PR:		236912
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
Approved by:	maintainer timeout (mail_me@riseup.net, >2 weeks)
2019-04-18 19:16:36 +00:00
Adriaan de Groot
ca7433bad3 Update net-im/libqmatrixclient and consumers
New release of libqmatrixclient
	https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2
with crash fixes when there are expired tokens or abandoned connections.
This helps when clients are stuck showing some dialog and the connection
goes away under water.

New RC of quaternion, using the updated library.
	https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3
Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This
will go away when 0.0.9.5 is reached.

Bump spectral so that it picks up the new libqmatrixclient.
2019-04-18 19:08:17 +00:00
Li-Wen Hsu
57058e7950 Add a patch from upstream which solves the interface name may not end by digit
PR:		237305
Obtained from:	https://github.com/secdev/scapy/pull/1991
Sponsored by:	The FreeBSD Foundation
2019-04-18 18:50:56 +00:00
Sunpoet Po-Chuan Hsieh
dda92734e4 Update to 1.8.4
Changes:	https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt
2019-04-18 18:01:40 +00:00
Sunpoet Po-Chuan Hsieh
b974ea9096 Update to 0.4229
Changes:	https://metacpan.org/changes/distribution/Module-Build
2019-04-18 18:01:34 +00:00
Sunpoet Po-Chuan Hsieh
844eab78d5 Update to 0.039
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Astro-SIMBAD-Client
2019-04-18 18:01:28 +00:00
Sunpoet Po-Chuan Hsieh
ecb10ef012 Update to 20190418 2019-04-18 18:01:23 +00:00
Sunpoet Po-Chuan Hsieh
3e9f60c8ca Update to 2.1.1
Changes:	https://github.com/vmware/rbvmomi/releases
2019-04-18 18:01:18 +00:00
Sunpoet Po-Chuan Hsieh
0d0d39b847 Update to 2.11.258
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-18 18:01:12 +00:00
Sunpoet Po-Chuan Hsieh
a8bbb57278 Update to 2.11.258
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-18 18:01:04 +00:00
Sunpoet Po-Chuan Hsieh
dd76647e7d Update to 2.11.258
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-04-18 18:00:58 +00:00
Sunpoet Po-Chuan Hsieh
8f9664371e Update to 4.1
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://pyteomics.readthedocs.io/en/latest/changelog.html
2019-04-18 18:00:52 +00:00
Sunpoet Po-Chuan Hsieh
106d47a9d4 Update to 1.8.2
Changes:	https://github.com/RaRe-Technologies/smart_open/releases
2019-04-18 18:00:47 +00:00
Sunpoet Po-Chuan Hsieh
b934477b47 Update to 0.4.2.2
- Add TEST_DEPENDS
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/KimiNewt/pyshark/releases
		https://github.com/KimiNewt/pyshark/commits/master
2019-04-18 18:00:42 +00:00
Sunpoet Po-Chuan Hsieh
8c0accf3a1 Update to 1.3.2
Changes:	https://github.com/python/typed_ast/commits/master
2019-04-18 18:00:37 +00:00
Sunpoet Po-Chuan Hsieh
d6486fa0cb Fix typo
- Bump PORTREVISION for dependency change
2019-04-18 18:00:31 +00:00
Sunpoet Po-Chuan Hsieh
dab0d44e62 Update to 2.0.8
- Change MASTER_SITES from GitHub to CHEESESHOP
- Add LICENSE
- Take maintainership

Changes:	https://github.com/srob650/pytvmaze/commits/master
2019-04-18 18:00:26 +00:00
Sunpoet Po-Chuan Hsieh
ebdfab13bd Update to 1.1.113
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/TAXIIProject/libtaxii/releases
2019-04-18 18:00:21 +00:00
Sunpoet Po-Chuan Hsieh
a45a76c53a Update to 0.9.0
- Update pkg-descr
- Take maintainership

Changes:	https://bitbucket.org/pypy/pyrepl/src/default/CHANGES
2019-04-18 18:00:15 +00:00
Sunpoet Po-Chuan Hsieh
f2dcb40180 Update to 1.4.1
Changes:	https://github.com/frictionlessdata/tableschema-py/commits/master
2019-04-18 18:00:10 +00:00
Sunpoet Po-Chuan Hsieh
600ed49270 Update to 0.80
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/Inline-C
2019-04-18 18:00:04 +00:00
Sunpoet Po-Chuan Hsieh
296dae7bff Update to 1.38.0
Changes:	https://github.com/nghttp2/nghttp2/releases
2019-04-18 17:59:59 +00:00
Sunpoet Po-Chuan Hsieh
3362e99140 Update to 1.38.0
Changes:	https://github.com/nghttp2/nghttp2/releases
2019-04-18 17:59:54 +00:00
Sunpoet Po-Chuan Hsieh
cb3e63ae6e Update to 6.0.1
Changes:	https://github.com/facebook/rocksdb/releases
2019-04-18 17:59:48 +00:00
Sunpoet Po-Chuan Hsieh
46eaf01f3e Update to 1.7.0
- Use PGSQL_VER_NODOT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/okbob/plpgsql_check/releases
2019-04-18 17:59:43 +00:00
Sunpoet Po-Chuan Hsieh
5a4b4de8b4 Update to 1.4.0
Changes:	https://github.com/facebook/zstd/releases
2019-04-18 17:59:37 +00:00
Tobias C. Berner
c0a68b324e bsd.gstreamer.mk: remove invalid qt4 component
Reported by:	antoine
2019-04-18 17:54:46 +00:00
Kai Knoblich
2a3087376f mail/sympa: Update to 6.2.42
* Introduce new option for SQLite support
* Modernize the options regarding the database types
* Define MYSQL and FASTCGI as new default options

While I'm here:

* Fix the license and add the location to the license file
* Convert the usage to GH_TUPLE to USE_GITHUB/GH_ACCOUNT as GH_TUPLE is not
  meant for the default distribution file
* Remove no longer required CONFLICTS because mail/sympa5 has been removed
  from the Ports tree in 2012
* Remove SUB_LIST because the variables are no longer referenced in one of
  the files defined in SUB_FILES
* Sort variables a bit to place them to their intended locations

Changelog since 6.2.36:

* Built-in authentication: RC4 reversible encryption of password storage in
  database was dropped.
* Format of session cookie was changed. Session cookies generated with
  earlier releases will be invalidated.
* Authorization scenarios: The "default" scenario files named *.default
  (regular file or symbolic link) are no longer available.
* Files for message footer and header were renamed to message_footer and
  message_header.
* WWSympa: LDAP authentication will no longer perform search operation
  twice. Now it retrieves entry for the user by a search operation at once,
  then checks if account is available by a bind operation.
* WWSympa: Feature of sympa_altemails cookie was removed.
  alternative_email_attribute parameter in auth.conf was deprecated.
* Primary auth.conf, crawlers_detection.conf and trusted_applications.conf
  will be used by non-primary domains by default. Previously primary ones
  were omitted.
* Tasks: Task files will be put in tasks subdirectory. Previously they were
  put in global_task_models or list_task_models subdirectory. Older task
  files will be automatically copied to new places during upgrading process.
* Oracle Database: There is a change on usage of db_host parameter.
* WWSympa: Login form was refactored. Some templates including
  web_tt2/login.tt2 and web_tt2/login_menu.tt2 were changed.
* Now the lists with bounce addresses can not be created. Addresses with
  local part "bounce" or prefix "bounce+" are used for bounce management and
  should not be used as list addresses.

Implemented enhancements:

* Refactoring on mail templates
* Feature request: add a "global" mail signature
* Adding ARC support

Fixed bugs:

* SSO session refresh won't reset WWSympa's session
* Long email addresses in system messages might be folded
* Moderation process on the lists with obsoleted parameter host fails
* File extension may contain spaces by using gettext_strftime()
* WWSympa: Loading home page takes long time
* WWSympa: Older CSS files would be cleared

Closed issues:

* Bug in logic. Password is in md5 format, not rehashing

Merged pull requests:

* Allow to use Gitlab CI

https://github.com/sympa-community/sympa/blob/6.2.42/NEWS.md

PR:		237108
Submitted by:	Geoffroy Desvernay (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19929
2019-04-18 17:40:54 +00:00
Joe Marcus Clarke
ccb172111a Update to 2.22.3.
See http://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/2.22.3/changelog for a list
of changes in this release.
2019-04-18 17:10:36 +00:00