1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

422344 Commits

Author SHA1 Message Date
Joseph Mingrone
3efb185d78 net-im/mastodon: Update to version 1.4.7
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.4.7
2017-07-05 19:08:15 +00:00
Nikolai Lifanov
30122a4553 update sysutils/docker-machine to 0.12.1
Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly.
2017-07-05 18:38:32 +00:00
Nikolai Lifanov
4875d21b27 update sysutils/packer to 1.0.2
o update Packer to 1.0.2
o fetch from Hashicorp
o switch to USES=go
o inline single-entry plist
o add LICENSE_FILE
o take maintainership

Reviewed by:	swills
Approved by:	swills (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11408
2017-07-05 18:21:36 +00:00
Nikolai Lifanov
efeb6c8325 update sysutils/terraform to 0.9.11
o update to 0.9.8 [1]
o update to 0.9.11
o switch to USES=go
o add LICENSE_FILE
o take maintainership

PR:		220166 [1]
Reported by:	krion [1]
Reviewed by:	swills
Approved by:	swills (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11410
2017-07-05 18:19:15 +00:00
Bernard Spil
54de4c3293 databases/mariadb101-server: Update to 10.1.25
- update to bugfix release 10.1.25
2017-07-05 18:14:56 +00:00
Kurt Jaeger
7bb65a2b4c New port: security/hardening-check
Check binaries for security hardening features

Hardening-check is a perl script to verify that the resulting binary
does, in fact, have hardening features enabled, you can use it to
test each ELF binary and the output will show if the binary has
position independent executable, stack protected, fortify source
functions(not supported on FreeBSD now), read only relocations or
immediate binding supported.

WWW: https://wiki.debian.org/Hardening

PR:		220245
Submitted by:	amutu@amutu.com
2017-07-05 18:02:02 +00:00
Dimitry Andric
e33db1e19b Detect clang 5.0.0 correctly, and drop USE_GCC.
Approved by:	bdrewery (maintainer)
PR:		218856
MFH:		2017Q3
2017-07-05 17:20:56 +00:00
Raphael Kubo da Costa
6971b7a6b2 Update to 2.0001 2017-07-05 16:41:52 +00:00
Vasil Dimov
e290f6dc35 databases/mysqlwsrep56-server: Upgrade from 5.6.35_1 to 5.6.36
* Change maintainer from info@galeracluster.com to devel@galeracluster.com
  for consistency with databases/galera
* Fetch the source code from GitHub
* Remove patches that have been included upstream
  (files/patch-client_mysql.cc, files/patch-cmake_readline.cmake)
2017-07-05 16:32:37 +00:00
Richard Gallamore
9495883089 * Updated to 1.7.2
* New maintainer Jov <amutu@amutu.com>
* Sorted options

Changelog:	https://www.mbdyn.org/userfiles/downloads/CHANGELOG-1.7.txt

PR:		220157
Submitted by:	Jov <amutu@amutu.com> (maintainer), pfg
Reviewed by:	matthew (mentor), matt
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11481
2017-07-05 15:50:43 +00:00
Babak Farrokhi
3d08a9c8b4 databases/influxdb: update to 1.3.0
Changes:        https://github.com/influxdata/influxdb/blob/1.3/CHANGELOG.md
PR:		220465
Approved by:	cheffo@freebsd-bg.org (maintainer, implicit)
2017-07-05 15:41:19 +00:00
Tobias Kortkamp
dc0e63addc Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D11487
2017-07-05 14:58:11 +00:00
Guido Falsi
33680374b3 - Add depecation notice for the official EOL of this asterisk version
- Set expiration date on the same day as the official upstream EOL
2017-07-05 14:39:04 +00:00
Guido Falsi
f23dd591e8 - Add option to choose which asterisk version to depend on
- Set the default to asterisk13
2017-07-05 14:37:37 +00:00
Joseph Mingrone
3443cb22fd math/R: Fix typos in option descriptions
PR:		220480
Submitted by:	Trond.Endrestol@ximalas.info
2017-07-05 13:47:22 +00:00
Torsten Zuehlsdorff
e607abfee3 New port: databases/pgFormatter
This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
works with any other databases too. pgFormatter can work as a console
program or as a CGI. It will automatically detect his environment and
output as text or as HTML following the context. Keywords highlighting
will only be available in CGI context.

WWW: https://github.com/darold/pgFormatter

PR:           219681
Submitted by: Jov <amutu@amutu.com>
2017-07-05 13:08:12 +00:00
Vanilla I. Shu
a2b3b13aa6 Update to 1.9.15.
Sponsored by:	kkstream
2017-07-05 12:52:42 +00:00
Jan Beich
86dbaa26e4 x11-servers/xorg-server: close-on-exec for MIT-SHM (like Linux)
This is similar to what x11/libxshmfence already does.

MFH:		2017Q3
2017-07-05 12:41:57 +00:00
Jan Beich
fe62e6c2df x11-servers/xwayland: respect LOCALBASE 2017-07-05 12:41:43 +00:00
Joseph Mingrone
47d0cbff54 math/libRmath: Update to version 3.4.1 2017-07-05 11:58:13 +00:00
Adam Weinberger
af29dc1065 Update to 7.35.
- Removed deprecated watch attribute from Mojo::Server::Morbo.
  - Added spare attribute to Mojo::Server::Prefork.
  - Added -s option to prefork command.
  - Added fd option to Mojo::IOLoop::Server::listen.
  - Added fd parameter to Mojo::Server::Daemon::listen.
  - Added spare setting to Hypnotoad.
  - Increased default graceful_timeout from 20 to 60 seconds and
    heartbeat_timeout from 20 to 30 seconds in Mojo::Server::Prefork.
2017-07-05 11:58:01 +00:00
Dmitry Marakasov
e4a2f3ae51 - Move cppcheck gui into separate port, devel/cppcheck-gui 2017-07-05 10:45:42 +00:00
Dmitry Marakasov
6c6b764cdb - Add LICENSE 2017-07-05 10:32:13 +00:00
Dmitry Marakasov
152695f66e - Add LICENSE
- Add NO_ARCH
- Cosmetic fixes
- Update WWW
2017-07-05 10:31:36 +00:00
Dmitry Marakasov
d7e94dfcbb - Switch to options helpers 2017-07-05 10:28:52 +00:00
Dmitry Marakasov
5a8d33fada - Add LICENSE_FILE
Approved by:	portmgr blanket
2017-07-05 10:26:50 +00:00
Dmitry Marakasov
3e0d692e3a - Add LICENSE
- Switch to options helpers
2017-07-05 10:25:01 +00:00
Dmitry Marakasov
0636795e47 - Switch to options helpers 2017-07-05 10:24:22 +00:00
Dmitry Marakasov
1d2a24c2a4 - Add LICENSE
- Switch to options helpers
2017-07-05 10:24:13 +00:00
Dmitry Marakasov
3534261def - Switch to USES=localbase
- Switch to options helpers
2017-07-05 10:23:34 +00:00
Dmitry Marakasov
3cf4b2bfd3 - Fix LICENSE
- Add LICENSE_FILE
- Add links for gcc 8

Approved by:    bdrewery@FreeBSD.org (maintainer, implicit)
2017-07-05 10:23:00 +00:00
Jean-Sébastien Pédron
f6df83569c net/concourse-fly: Update to 3.3.1 2017-07-05 10:16:48 +00:00
Carlos J. Puga Medina
7b515e7ecc devel/codesearch-py: fix AssertionError in test_file_cache.py
- Update to latest commit
- Bump PORTREVISION
2017-07-05 10:00:53 +00:00
Torsten Zuehlsdorff
f06ccb42f2 New port: databases/plpgsql_check
Plpgsql_check is next generation of plpgsql_lint. It allows to check source
code by explicit call plpgsql_check_function. The SQL statements inside
PL/pgSQL functions are checked by validator for semantic errors. These errors
can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL
9.3, 9.4, 9.5, 9.6 and 10 are supported.

WWW: https://github.com/okbob/plpgsql_check

PR:           219680
Submitted by: Jov <amutu@amutu.com>
2017-07-05 09:24:14 +00:00
Dmitry Marakasov
e96ac2930e - Add LICENSE
- Fix redundant CFLAGS
- Switch to options helpers
- Regenerate patches
2017-07-05 09:00:18 +00:00
Torsten Zuehlsdorff
e9349a1daa www/gitlab: Unbreak GitLab after Rails-Update
GitLab currently does not start after an update of
Rails to 4.2.9. Patch this, since its working
fine with the new version.

Submitted by: Matthias Fechner <idefix@fechner.net>
MFH:          2017Q3
2017-07-05 08:39:22 +00:00
Emanuel Haupt
cb210f1d80 - Move to GitHub and
- Update to 0.1.1
2017-07-05 08:12:20 +00:00
Guido Falsi
7dcd554593 - Update finance/gnucash to 2.6.17
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
2017-07-05 08:07:32 +00:00
Marcelo Araujo
3713417789 - Add few patches that fixes some usability such like md5 and sha1 when
we use the shared library with dlopen(3).
- Bump PORTREVISION.

Sponsored by:	iXsystems, Inc.
2017-07-05 08:04:36 +00:00
Tobias Kortkamp
4e4fd724ab Only use enable-ec_nistp_64_gcc_128 on amd64 since it requires a
64-bit little-endian architecture and fix the build on !amd64

ecp_nistp224.c:43:9: error: unknown type name '__uint128_t'
typedef __uint128_t uint128_t;	/* nonstandard; implemented by gcc on 64-bit
	^

PR:		220403
Reported by:	dewayne@heuristicsystems.com.au
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11436
MFH:		2017Q3
2017-07-05 07:53:45 +00:00
Jose Alonso Cardenas Marquez
4436ac3661 - Update to 3.2.9 2017-07-05 06:45:56 +00:00
Jose Alonso Cardenas Marquez
d977919db6 - Update to 3.2.9 2017-07-05 06:45:36 +00:00
Alexey Dokuchaev
296f0009f9 Another round of spelling fixes, covering entries of the year 2015. 2017-07-05 06:33:07 +00:00
Steve Wills
24fa59a60c databases/timescaledb: needs a C11 compiler
Submitted by:	kbowling (maintainer, via private communications)
2017-07-05 06:33:05 +00:00
Rene Ladan
93106c7147 multimedia/w_scan: update to 20170107, which adds support for DVB-T2
- take maintainership
- drop LINUX option, the Linux binary is no longer pre-shipped
- pet portlint
2017-07-05 06:33:03 +00:00
Kurt Jaeger
72e2607d39 x11/p5-X11-Xlib: update 0.14 -> 0.15
Changes:	http://search.cpan.org/src/NERDVANA/X11-Xlib-0.15/Changes
2017-07-05 05:12:12 +00:00
Danilo Egea Gondolfo
871a8b1734 - Update to 2.8.5 2017-07-05 03:50:38 +00:00
Vanilla I. Shu
3225317a10 Update to 0.7.1.
Sponsored by:	kkstream
2017-07-05 02:51:43 +00:00
Cy Schubert
29754fe866 Fixing stack corruption in DMD=../dmd/generated/freebsd/release/64/dmd
due to inode64 on 12-CURRENT will take more than a trivial amount of time.
2017-07-05 02:45:25 +00:00
Cy Schubert
fc5d40b600 Fixup WITH_DEBUG, introduced in r281595, to actually make it work. 2017-07-05 01:50:51 +00:00