Commit Graph

517216 Commits

Author SHA1 Message Date
Tobias C. Berner
32c04aace1 multimedia/libmatroska: Update to 1.6.2
- fix master sites
- cleanup Makefile

PR:		248478
Submitted by:	daniel.engberg.lists@pyret.net
2020-08-16 09:11:47 +00:00
Tobias C. Berner
a7ddf7db79 deskutils/zanshin: add upstream's fix build against kontactinterface
Reported by:	antoine
2020-08-16 08:52:03 +00:00
Gleb Popov
b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00
Jung-uk Kim
018654eec7 Belatedly update PORTREVISION. It had to be done with r544898. 2020-08-16 07:38:15 +00:00
Jan Beich
87cd542c0c x11/lavalauncher: drop unused evdev-proto
linux/input-event-codes.h is not used until
https://git.sr.ht/~leon_plickat/lavalauncher/commit/45dc44e79a75
2020-08-16 01:55:44 +00:00
Jan Beich
8a1eba924b games/renpy: drop slave port hooks after r544927 2020-08-16 00:46:16 +00:00
Jan Beich
1a11a3cc2c x11/lavalauncher: add new port
LavaLauncher serves a single purpose: Letting the user execute shell
commands by clicking on icons on a dynamically sized bar, placed at
one of the screen edges.

Unlike most popular launchers, LavaLauncher does not care about
.desktop files or icon themes and it does not track open applications;
It is not a dock. To create a button, you simply provide the path to
an image and a shell command. This makes LavaLauncher considerably
more flexible: You could have buttons not just for launching
applications, but also for ejecting your optical drive, rotating your
screen, sending your cat an email, playing a funny sound, muting all
audio, toggling your lamps, etc. You can turn practically anything you
could do in your shell into a button.

https://git.sr.ht/~leon_plickat/lavalauncher
2020-08-16 00:38:02 +00:00
Jan Beich
42f8fd7031 x11/phosh: add new port
Phosh aims to be a Wayland shell for mobile phones. Currently, only
useful for developers. Network is not supported on FreeBSD yet.

https://source.puri.sm/Librem5/phosh
2020-08-16 00:37:14 +00:00
Steve Wills
fb90dd6f2e devel/py-gdata: Mark DEPRECATED (unmaintained upstream)
PR:		248303
Submitted by:	John W. O'Brien <john@saltant.com>
2020-08-15 23:23:23 +00:00
Steve Wills
06a585e46a databases/py-carbon: Fix rc script for python3
PR:		248413
Submitted by:	brd
2020-08-15 23:15:48 +00:00
Steve Wills
cc54dc1f88 mail/py-dkimpy: Update to 1.0.5
PR:		248653
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-08-15 23:08:17 +00:00
Steve Wills
fce51584a1 devel/p5-Module-Build-WithXSpp: create port
PR:		243095
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
2020-08-15 22:48:42 +00:00
Piotr Kubaj
d4704fd26c devel/codeblocks: fix build on non-x86
dragscroll module uses x86 assembly, disable it on non-x86 architectures:
libtool: compile:  g++9 -DHAVE_CONFIG_H -I. -I../../../../src/include -I/usr/local/lib/wx/include/gtk3-unicode-3.0 -I/usr/local/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_THREAD_SAFE -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -isystem /usr/local/include -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -O2 -pipe -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -Wl,-rpath=/usr/local/lib/gcc9 -isystem /usr/local/include -fPIC -fexceptions -MT dragscrollcfg.lo -MD -MP -MF .deps/dragscrollcfg.Tpo -c dragscrollcfg.cpp  -fPIC -DPIC -o .libs/dragscrollcfg.o
--- dragscrollcfg.lo ---
{standard input}: Assembler messages:
{standard input}:1398: Error: unrecognized opcode: `int3'
*** [dragscrollcfg.lo] Error code 1
2020-08-15 22:47:30 +00:00
Steve Wills
8132c46dc5 sysutils/p5-Proc-ProcessTable-InfoString: create port
Creates a PS like stat string showing various symbolic represenation of
various flags/state as well as the wchan.

WWW: https://metacpan.org/release/Proc-ProcessTable-InfoString

PR:		243899
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2020-08-15 22:39:44 +00:00
Hiroki Sato
b3c29ed70d Update to 1.6 and add test target. 2020-08-15 22:36:39 +00:00
Steve Wills
b5a92325bd sysutils/p5-Proc-ProcessTable-Match: create port
Matches a Proc::ProcessTable::Process against a stack of checks.

This can include cmndline, command fname, EGID, and more.

WWW: https://metacpan.org/release/Proc-ProcessTable-Match

PR:		243898
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2020-08-15 22:27:53 +00:00
Steve Wills
624b55d2cd devel/p5-Data-Unixish: create port
This distribution implements Unixish, a data transformation framework
inspired by Unix toolbox philosophy.

WWW: https://metacpan.org/release/Data-Unixish

PR:		243897
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2020-08-15 22:14:21 +00:00
Steve Wills
d125b52078 textproc/p5-Text-sprintfn: create port
Drop-in replacement for sprintf(), with named parameter support

WWW: https://metacpan.org/release/Text-sprintfn

PR:		243896
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2020-08-15 21:54:07 +00:00
Steve Wills
f2a42f8d95 textproc/p5-WWW-Google-SiteMap: mark deprecated 2020-08-15 21:25:10 +00:00
Steve Wills
6934d0f6af textproc/p5-Search-Sitemap: create port
The Sitemap Protocol allows you to inform search engine crawlers about URLs on
your Web sites that are available for crawling. A Sitemap consists of a list of
URLs and may also contain additional information about those URLs, such as when
they were last modified, how frequently they change, etc.

WWW: https://metacpan.org/release/JASONK/Search-Sitemap-2.13
2020-08-15 21:23:53 +00:00
Steve Wills
c71b0710b0 textproc/p5-Business-IS-PIN: create port
Business::IS::PIN

Validate Icelandic ID numbers

PR:		244739
Submitted by:	david@isnic.is
2020-08-15 21:03:44 +00:00
Joseph Mingrone
89a7265880 www/chromium: Fix U2F authentication
PR:		247744
Submitted by:	gonzo
Reported by:	Henry Hu <henry.hu.sh@gmail.com>
MFH:		(blanket: bug/crash fix)
2020-08-15 20:55:06 +00:00
Joseph Mingrone
e9b7b8a037 www/chromium: Update to version 84.0.4147.125
Upstream changes:
https://chromereleases.googleblog.com/2020/08/stable-channel-update-for-desktop.html

MFH:		2020Q3 (blanket: security fixes)
2020-08-15 20:54:03 +00:00
Steve Wills
9eafe4025a mail/p5-Mail-Tools: Update to 2.21
PR:		245441
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer timeout (kuriyama, >2 months)
2020-08-15 20:41:05 +00:00
Steve Wills
a4b5ccaa05 devel/p5-IPC-System-Simple: Update to 1.30
PR:		245442
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer timeout (kuriyama, >2 months)
2020-08-15 20:35:57 +00:00
Steve Wills
f7cb42196a devel/p5-Test-MockObject: Update to 1.20200122
PR:		245544
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer timeout (kuriyama, >2 months)
2020-08-15 20:20:25 +00:00
Steve Wills
91f4104a05 security/p5-Crypt-SMIME can be built again with LibreSSL
PR:		246374
Reported by:	Peter Putzer <freebsd@mnd.sc>
2020-08-15 20:14:16 +00:00
Steve Wills
b56f53f409 devel/p5-Test-Most: Update to 0.37
PR:		246610
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:	maintainer timeout (kuriyama, >2 months)
2020-08-15 20:01:38 +00:00
Steve Wills
8859758e60 devel/p5-Test-Requires: Update to 0.11
PR:		246612
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Approved by:	maintainer timeout (kuriyama, >2 months)
2020-08-15 19:54:58 +00:00
Steve Wills
28044c6163 security/sshguard: Update to 2.4.1
PR:		248404
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	maintainer timeout (dan.mcgregor@usask.ca, multiple timeouts)
2020-08-15 19:31:33 +00:00
Steve Wills
6e709e833f databases/pgbouncer: fix usage SO_REUSEPORT_LB
PR:		247956
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2020-08-15 19:23:18 +00:00
Steve Wills
657d421009 devel/gitlab-runner: update to 13.2.2 2020-08-15 18:58:05 +00:00
Ashish SHUKLA
385f6813ce - Enable STUN option by default, as audio/video calling is getting
common lately

Reported by:	Julian Huhn <julian at huhn dot dev> (private email)
2020-08-15 18:26:01 +00:00
Eric Turgeon
40ceb142a2 updating sysutils/mate-settings-daemon to 1.24 2020-08-15 18:19:58 +00:00
Eric Turgeon
ab9e614be9 updating deskutils/mate-notification-daemon to 1.24.1 2020-08-15 18:19:01 +00:00
Eric Turgeon
fc15cb5200 updating audio/mate-media to 1.24.1 2020-08-15 18:17:39 +00:00
Eric Turgeon
a4fd491178 updating audio/libmatemixer to 1.24.1 2020-08-15 18:16:08 +00:00
Steve Wills
5fb58e302a net/syncthing: update to 1.8.0
While here, fix runtime with Go 1.15
2020-08-15 17:31:42 +00:00
Steve Wills
3cf10a8de4 devel/py-identify: update to 1.4.26 2020-08-15 17:31:21 +00:00
Sunpoet Po-Chuan Hsieh
836e80987a Update WWW
Approved by:	portmgr (blanket)
2020-08-15 17:12:08 +00:00
Sunpoet Po-Chuan Hsieh
e518f42a23 Update to 0.15
Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		248340
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Exp-run by:	antoine
2020-08-15 17:12:03 +00:00
Sunpoet Po-Chuan Hsieh
4de83eb2c3 Update to 0.8.0
- Convert to test framework

Changes:	https://github.com/Cyan4973/xxHash/releases
PR:		248337
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-08-15 17:11:58 +00:00
Sunpoet Po-Chuan Hsieh
b7ebb5c591 Update to 3.1.5
Changes:	https://github.com/ruby-rdf/rdf/releases
2020-08-15 17:11:53 +00:00
Sunpoet Po-Chuan Hsieh
1c0178ffab Update to 3.9.0
Changes:	https://github.com/jekyll/jekyll/releases
2020-08-15 17:11:48 +00:00
Sunpoet Po-Chuan Hsieh
f32278b757 Update to 7.2.0
Changes:	https://github.com/cucumber/cucumber/blob/master/html-formatter/CHANGELOG.md
2020-08-15 17:11:44 +00:00
Sunpoet Po-Chuan Hsieh
dc49204fe6 Update to 14.2.0
Changes:	https://github.com/cucumber/cucumber/blob/master/gherkin/CHANGELOG.md
2020-08-15 17:11:39 +00:00
Sunpoet Po-Chuan Hsieh
7c3fbdd4e5 Update to 5.12.2
Changes:	https://github.com/OpenNebula/one/wiki/Release-Schedule
2020-08-15 17:11:34 +00:00
Sunpoet Po-Chuan Hsieh
0771ecbc60 Update to 0.3.18
Changes:	https://github.com/fog/fog-aliyun/commits/master
2020-08-15 17:11:30 +00:00
Sunpoet Po-Chuan Hsieh
3cec2bf485 Update to 1.1.1
Changes:	https://github.com/rdp/os/blob/master/ChangeLog
		https://github.com/rdp/os/commits/master
2020-08-15 17:11:25 +00:00
Sunpoet Po-Chuan Hsieh
401d4c1a08 Update to 3.12.4
Changes:	https://github.com/protocolbuffers/protobuf/releases
2020-08-15 17:11:20 +00:00