Commit graph

460621 commits

Author SHA1 Message Date
Steve Wills
d3bd10609d devel/magit: Update to 2.90.1
PR:		233256
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2018-11-23 14:51:38 +00:00
Matthias Fechner
1c890a7dd8 Added new port required for gitlab-ce 11.5.
Approved by:	mentors (implicit)
2018-11-23 14:51:28 +00:00
Jochen Neumeister
2f616bc3b9 Update to 5.2.27
Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27

PR:		233420
Reported by:	Derek Schrock <dereks@lifeofadishwasher.com>
MFH:		2018Q4
Security:	b036faba-edd8-11e8-b3b7-00e04c1ea73d
Sponsored by:	Netzkommune GmbH
2018-11-23 14:42:29 +00:00
Jochen Neumeister
79af09fae9 Modified entry and add phpmailer
PR:		233420 233416
Sponsored by:	Netzkommune GmbH
2018-11-23 14:37:10 +00:00
Tobias Kortkamp
bedb925ea8 devel/tig: Fix a GNUism in tools/make-builtin-config.sh
PR:		233423
Reported by:	kevans
2018-11-23 13:59:08 +00:00
Steve Wills
a0fc0f8205 www/grafana5: Update to 5.3.4
PR:		233258
Submitted by:	mahlon@martini.nu
2018-11-23 13:33:28 +00:00
Eric Turgeon
9ee64844b1 update editors/pluma to 1.20.3
Approved by:	mentor (implicit)
2018-11-23 13:15:09 +00:00
Steve Wills
a65eeaebad math/mprime: update to 29.4b7
PR:		233261
Submitted by:	rozhuk.im@gmail.com (maintainer)
2018-11-23 13:04:12 +00:00
Lars Engels
7ade515f5e net-mgmt/icingaweb2: Update to 2.6.2 2018-11-23 13:01:22 +00:00
Steve Wills
e99b538cbe sysutils/UEFITool: update to 53
PR:		233299
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-11-23 13:00:44 +00:00
Steve Wills
407032040a devel/zapcc: Update MAINTAINER email
PR:		233409
Submitted by:	M. <martinfilla@post.cz> (maintainer)
2018-11-23 12:57:58 +00:00
Eric Turgeon
20960cfd13 sysutils/mate-polkit: fix spelling in COMMENT
PR:		233435
Submitted by:	Christopher A. Chavez
Reported by:	Christopher A. Chavez
Reviewed by:	ericbsd
Approved by:	mentors (implicit)
2018-11-23 12:54:42 +00:00
Danilo G. Baio
1c219d5da7 net-mgmt/zabbix4-frontend: Add missing PHP filter extension
This requirement was introduced just on Zabbix 4 and it's still
not documented upstream.

PR:		233005
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Reported by:	Joseph Mulloy <freebsd-bugs@joe.mulloy.me>
2018-11-23 12:33:18 +00:00
Mateusz Piotrowski
3a4fbeec46 lang/retro12: Update to 2018.8
Also:
- Fix the order of variables.
- Set USES=shebangfix for the rre interpreter.

PR:		232885
Submitted by:	w.schwarzenfeld@utanet.at
Reviewed by:	krion, mat ndowens_yahoo.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17830
2018-11-23 10:52:22 +00:00
Gleb Popov
c9a727255b devel/tortoisehg: Update to 4.8.
Submitted by:	Joan Picanyol i Puig <pica@biaix.org> (a link to a necessary patch)
Reviewed by:	Nathan Owens <ndowens@yahoo.com>, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18042
2018-11-23 10:46:13 +00:00
Emanuel Haupt
f03c31f60b Update to 1.2817 2018-11-23 10:29:53 +00:00
Jochen Neumeister
6253b1e00e Update to RC6
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC6/NEWS

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-23 10:28:43 +00:00
Tobias Kortkamp
5c0d507e4a www/google-sitemapgen: Fix obvious typo
It causes problems later:

Writing index file "sitemap_index.xml" with 13 Sitemaps
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 2092, in <module>
    sitemap.Generate()
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1665, in Generate
    self.WriteIndex()
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1810, in WriteIndex
    fd.write(sitemap_index_header)
UnboundLocalError: local variable 'sitemap_index_header' referenced before assignment

PR:		233427
Submitted by:	Vladislav Movchan <vladislav.movchan@gmail.com>
2018-11-23 10:16:14 +00:00
Dmitry Marakasov
ae35e9372c - Fix LICENSE
- Pet portlint, add missing USES=gnome
- Update WWW

Approved by:	portmgr blanket
2018-11-23 09:30:28 +00:00
Tobias Kortkamp
596d8b7072 net/ipxe: Update to latest commit 2018-11-23 08:57:55 +00:00
Yuri Victorovich
c3656b4a8b devel/bashdb: Update 4.4-1.0.0 -> 4.4-1.0.1 2018-11-23 06:56:09 +00:00
Yuri Victorovich
faffd3628a math/openblas: Increase the limit for the number of threads to unbreak other ports
NUM_THREADS= sets the build-time limit on the number of threads that apps can use with OpenBlas.
This unbreaks at least science/erkale's tests, and possibly some other software.
The upstream acknowledges the problem, recommended this solution for the port,
and are working on the permanent solution: https://github.com/xianyi/OpenBLAS/issues/1882

Approved by:	portmgr blanket (unbreak)
2018-11-23 06:13:51 +00:00
Yuri Victorovich
20088f716f science/metaphysicl: Update 0.3.2 -> 0.3.3
Reported by:	portscout
2018-11-23 05:57:25 +00:00
Yuri Victorovich
ea3e7a2e4f misc/urh: Update 2.4.2 -> 2.5.0
Reported by:	portscout
2018-11-23 05:47:01 +00:00
Yuri Victorovich
74bcffe1d7 audio/padthv1-lv2: Update 0.9.2 -> 0.9.3-7
Reported by:	portscout
2018-11-23 05:41:42 +00:00
Yuri Victorovich
ac53852ccd audio/avldrums-lv2: Update 0.3.0 -> 0.3.1
Reported by:	portscout
2018-11-23 05:32:41 +00:00
Yuri Victorovich
5a371113af math/vtk8: Remove QT4 option
kde4 is set to be deprecated on 2018-12-31 with Qt4 soon to follow.
Therefore, simplify the VTK8 port and remove QT4.
2018-11-23 05:23:04 +00:00
Sergey A. Osokin
c0ddb908e8 Upgrade from 5.0.1 to 5.0.2.
<ChangeLog>

Upgrade urgency: CRITICAL if you use streams and consumer groups.
                 HIGH if you use redis-cli with Redis Cluster.
                 LOW otherwise.

Welcome to Redis 5.0.2.  This release fixes two issues with Streams consumer
groups, where items could be returned duplicated by XREADGROUP when accessing
the history, and another bug where XREADGROUP can report some history even
if the comsumer pending list is empty.  Both problems were addressed and unit
tests to avoid regressions implemented.  Moreover this release fixes some
issue with redis-cli when in cluster mode.  Finally some FreeBSD and DragonFly
build problems are now resolved.

</ChangeLog>
2018-11-23 04:41:40 +00:00
Yuri Victorovich
fd7a921d56 math/vtk8: Remove unnecessary patches 2018-11-23 04:39:24 +00:00
Mark Linimon
40c9ef8072 Pet portlint. 2018-11-23 04:32:08 +00:00
Mark Linimon
cd9786d2b2 Mark as only for x86, since nvidia driver only supports that.
Reported by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-23 04:30:22 +00:00
Wen Heping
b9dca5c025 - Update to 1.2.1 2018-11-23 02:21:48 +00:00
Vanilla I. Shu
42a98b6ebc Update to 1.15.1. 2018-11-23 00:15:23 +00:00
Vanilla I. Shu
6fc7f79df3 Update to 4.2.8, remove REDIS option. 2018-11-22 23:12:20 +00:00
Mathieu Arnold
a81807a190 Mark this as broken on 12+ with base ssl. 2018-11-22 22:34:49 +00:00
Sunpoet Po-Chuan Hsieh
5369e58051 Extend EXPIRATION_DATE to 2018-12-31 2018-11-22 20:51:07 +00:00
Sunpoet Po-Chuan Hsieh
5166a63478 Add LICENSE_FILE
- While I'm here, sort *_DEPENDS and PLIST

Approved by:	portmgr (blanket)
2018-11-22 20:48:36 +00:00
Sunpoet Po-Chuan Hsieh
c0c447fa6e Convert to options target helper
Approved by:	portmgr (blanket)
2018-11-22 20:48:28 +00:00
Sunpoet Po-Chuan Hsieh
b56b44ab56 Update to 4.1.5
Changes:	https://github.com/codykrieger/ace-rails-ap/commits/master
2018-11-22 20:48:20 +00:00
Sunpoet Po-Chuan Hsieh
da17041400 Update to 1.3.11
Changes:	https://github.com/wvanbergen/chunky_png/blob/master/CHANGELOG.rdoc
2018-11-22 20:48:12 +00:00
Sunpoet Po-Chuan Hsieh
07671393b5 Update to 40.6.2
Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
Differential Revision:	https://reviews.freebsd.org/D18030
PR:		233287
Exp-run by:	antoine
2018-11-22 20:48:04 +00:00
Sunpoet Po-Chuan Hsieh
ae36de83cc Update to 0.67
- Add LICENSE_FILE
- Sort TEST_DEPENDS
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/XML-Reader
2018-11-22 20:47:56 +00:00
Sunpoet Po-Chuan Hsieh
62a19269fe Update to 2.128
Changes:	https://metacpan.org/changes/distribution/Config-Model
2018-11-22 20:47:47 +00:00
Sunpoet Po-Chuan Hsieh
c64dccc459 Update to 2.11.176
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-11-22 20:47:38 +00:00
Sunpoet Po-Chuan Hsieh
0f3171ee76 Update to 2.11.176
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-11-22 20:47:30 +00:00
Sunpoet Po-Chuan Hsieh
36720109dd Update to 2.11.176
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-11-22 20:47:22 +00:00
Ed Maste
8da74486b6 lang/php73: link with -znotext on i386
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864, 230207
Sponsored by:	The FreeBSD Foundation
2018-11-22 20:20:58 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Alexandre C. Guimarães
9ea8c5a60a deskutils/note: Update to version 1.3.26.
PR:		233387
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by:	tcberner (mentor)
2018-11-22 19:59:46 +00:00
Romain Tartière
752af63012 Update to 1.1.3
With hat:	puppet
2018-11-22 19:42:50 +00:00