1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

460091 Commits

Author SHA1 Message Date
Christoph Moench-Tegeder
b0474b0273 math/octave: fix pkg-plist typos from r485083
Approved by:	fix-the-obvious
2018-11-16 23:50:29 +00:00
Rene Ladan
f52eeac3c2 Remove expired ports:
2018-11-15 net-mgmt/vidalia: outdated and unmaintained
2018-11-15 german/selfhtml: Project migrated to a Wiki
2018-11-15 sysutils/fastest_cvsup: Obsolete, FreeBSD and OpenBSD switched from cvsup to svn and cvsync, NetBSD only have 2 servers left
2018-11-16 20:28:58 +00:00
Adam Weinberger
aeb63793d4 Update roda to 3.14.0 2018-11-16 20:06:52 +00:00
Stephen Montgomery-Smith
2ba688ab01 - Update to 0.5.3. 2018-11-16 19:49:50 +00:00
Stephen Montgomery-Smith
70b99932fb - Update to 2.4.12. 2018-11-16 19:49:12 +00:00
Jung-uk Kim
93c79b58f9 - Fix reversed ccache version detection logic. Enable ccache support.
- Use '-pthread' for Clang.  Clang supports '-pthread' on all BSDs except
for Darwin. [1]

Reported by:	Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
Tested by:	Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
2018-11-16 17:30:17 +00:00
Sunpoet Po-Chuan Hsieh
d12e8364a3 Clean up Makefile (should be part of r484963) 2018-11-16 17:26:15 +00:00
Dmitry Marakasov
b2e7528499 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2018-11-16 17:04:50 +00:00
Dmitry Marakasov
aa0d42dec7 - Fix LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-11-16 17:04:40 +00:00
Dmitry Marakasov
5b4dae68d7 - Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW
2018-11-16 17:04:10 +00:00
Yuri Victorovich
0d8c929050 security/tor-devel: Update 0.3.5.4 -> 0.3.5.5
Changelog:
https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.3.5.5-alpha

Reported by:	upstream notification
2018-11-16 17:03:00 +00:00
Philip Paeps
08c61a9c2c security/pam_yubico: update to 2.26
Changes: https://developers.yubico.com/yubico-pam/Release_Notes.html

PR:		233237
Approved by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2018-11-16 16:55:28 +00:00
Philip Paeps
c652488a75 security/ykpers: update to 1.19.0
Changes: https://developers.yubico.com/yubikey-personalization/Release_Notes.html

PR:		233236
Approved by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2018-11-16 16:54:14 +00:00
Philip Paeps
47ea50e50d security/ykclient: update to 2.15
Changes: https://developers.yubico.com/yubico-c-client/Release_Notes.html

PR:		233235
Approved by:	Matt Stofko <matt@mjslabs.com> (maintainer)
2018-11-16 16:52:59 +00:00
Stephen Montgomery-Smith
a92540473b - adds USES+= gl (USE_GL without USES+= gl is deprecated);
- adds USES+= desktop-file-utils iconv;
- adds USE_XORG+= xcursor xinerama xrender;
- adds USE_QT+= printsupport sql widgets;
- strips liboctave.so.6.0.0.
- Corrects configure options for --withosmesa

PR:		ports/233240
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2018-11-16 15:18:35 +00:00
Christoph Moench-Tegeder
de105ceb57 www/firefox: update to 63.0.3
https://www.mozilla.org/en-US/firefox/63.0.3/releasenotes/

PR:		233253
Approved by:	jbeich (maintainer)
MFH:		2018Q4
2018-11-16 15:09:56 +00:00
Christoph Moench-Tegeder
c401e218d0 mail/thunderbird-i18n: update to 60.3.1
forgot to commit this along thunderbird proper

PR:		228477
Approved by:	jbeich (maintainer)
MFH:		2018Q4
2018-11-16 15:06:57 +00:00
Christoph Moench-Tegeder
f488d0a09c mail/thunderbird: update to 60.3.1
https://www.thunderbird.net/en-US/thunderbird/60.3.1/releasenotes/

PR:		228477
Approved by:	jbeich (maintainer)
MFH:		2018Q4
2018-11-16 14:20:36 +00:00
Mateusz Piotrowski
c40687fe33 devel/checkbashisms: Update to 2.18.7
PR:		232810
Submitted by:	voidanix@420blaze.it
Reviewed by:	krion
Approved by:	krion (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D17760
2018-11-16 13:36:18 +00:00
Tobias Kortkamp
3b7a500cb9 net-mgmt/mk-livestatus: Unbreak Nagios 3.x support
Fix the NAGIOS4 option: The --without-nagios4 configure arg seems
to be broken in 1.2.8p20 and actually also enables Nagios 4.x
support.  Switch to just passing --with-nagios4 if NAGIOS4=on for
the time being.

$ mk-livestatus-1.2.8p20> ./configure --without-nagios4
$ mk-livestatus-1.2.8p20> grep NAGIOS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure --with-nagios4
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS = -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS =

This makes sure that mk-livestatus is built with Nagios 3.x support
again by default.

PR:		232716
Submitted by:	Leonid Vasiliev <leo9641@yandex.ru>
2018-11-16 12:49:05 +00:00
Joseph Mingrone
0214eaf08b x11-wm/stumpwm: Fix shebang
Submitted by:	0mp
Reported by:	vifon (#freebsd on freenode)
Differential Revision:	https://reviews.freebsd.org/D18007
2018-11-16 11:25:56 +00:00
TAKATSU Tomonari
cbcf007af2 - Update to 0.5 2018-11-16 10:45:29 +00:00
Joseph Mingrone
d0a91017a0 databases/bbdb: Use upstream's recommended config in pkg-message
Also, remove MAKE_JOBS_UNSAFE=yes.  It was only intended to be included
temporarily for testing.
2018-11-16 10:25:55 +00:00
Gerald Pfeifer
c3cf8a9c96 Update to the 20181111 snapshot of GCC 9. 2018-11-16 10:21:37 +00:00
Emanuel Haupt
bdd981b4a9 Update to 0.1.b115 2018-11-16 09:59:49 +00:00
Palle Girgensohn
0bfbae986b Update to version 1.0.7
Release notes: https://github.com/powa-team/pg_qualstats/blob/1.0.7/CHANGELOG
2018-11-16 09:46:38 +00:00
Dmitry Marakasov
1ba020a0cc - Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-11-16 09:30:21 +00:00
Tobias Kortkamp
1177879516 news/xpn: Add a trayicon
- Reset maintainer due to the long timeout

PR:		205429
Submitted by:	rainbow@irh.it
Approved by:	nivit (maintainer timeout, ~2 years)
Obtained from:	Debian
2018-11-16 09:28:41 +00:00
Jochen Neumeister
2ebe7c238f Update to 7.4.4
Sponsored by:	Netzkommune GmbH
2018-11-16 08:59:45 +00:00
Bernhard Froehlich
f5127da42c net/wireguard: Update to 0.0.20181115 2018-11-16 08:36:46 +00:00
TAKATSU Tomonari
960512b9e1 - Update to 0.11-2 2018-11-16 07:59:15 +00:00
TAKATSU Tomonari
395d4c9e50 - Update to 1.2.2 2018-11-16 07:44:09 +00:00
Tobias Kortkamp
f64c8c3420 misc/tzdiff: Update to 0.91
- While here cleanup some cruft that does nothing anymore

PR:		233248
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
2018-11-16 07:31:17 +00:00
TAKATSU Tomonari
3aa308ab85 - Update to 1.2.0 2018-11-16 07:05:57 +00:00
Yuri Victorovich
b32d05d7e6 New port: science/opensim-core: Software for modeling of musculoskeletal structures 2018-11-16 02:55:54 +00:00
Palle Girgensohn
d11049c752 Update to 1.5.1 2018-11-16 01:07:01 +00:00
Jochen Neumeister
3fb5b9f903 Update to 7.61
Changelog:
- File upload validation functions and hook_file_validate() implementations are now always passed the correct file URI.
- The default form cache expiration of 6 hours is now configurable (API addition: https://www.drupal.org/node/2857751).
- Allowed callers of drupal_http_request() to optionally specify an explicit Host header.
- Allowed the + character to appear in usernames.
- PHP 7.2: Fixed Archive_Tar incompatibility.
- PHP 7.2: Removed deprecated function each().
- PHP 7.2: Avoid count() calls on uncountable variables.
- PHP 7.2: Removed deprecated create_function() call.
- PHP 7.2: Make sure variables are arrays in theme_links().
- Fixed theme-settings.php not being loaded on cached forms
- Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11

Sponsored by:	Netzkommune GmbH
2018-11-16 00:24:26 +00:00
Jose Alonso Cardenas Marquez
62f1655faf - Add missing dependency
Reported by:	pkg-fallout
2018-11-15 23:16:11 +00:00
Jochen Neumeister
dcaef8cd1b Fix WWW
Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 22:09:04 +00:00
Jochen Neumeister
e763ffb43e Update to 3.7.6
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-7-6.html

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:53:44 +00:00
Jochen Neumeister
6bb91a710d Update to 3.6.13
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-6-13.html

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:51:47 +00:00
Jochen Neumeister
d94ba0fec9 Update to 3.5.17
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-17.html

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:49:10 +00:00
Jochen Neumeister
8625748b93 Update to 3.4.20
Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-20.html

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:46:55 +00:00
Ganael LAPLANCHE
25d6b7b7cf Update to 1.1.0 2018-11-15 21:31:52 +00:00
Sergey A. Osokin
a12d9fb33f Upgrade from 1.5 to 1.6.
<ChangeLog>

*) Change: "make install" now installs Node.js module as well if it was
   configured.

*) Feature: "--local" ./configure option to install Node.js module
   locally.

*) Bugfix: Node.js module might have crashed due to broken reference
   counting.

*) Bugfix: asynchronous operations in Node.js might not have worked.

*) Bugfix: various compatibility issues with Node.js applications.

*) Bugfix: "freed pointer is out of pool" alerts might have appeared in
   log.

*) Bugfix: module discovery didn't work on 64-bit big-endian systems
   like IBM/S390x.

</ChangeLog>
2018-11-15 21:30:08 +00:00
Jochen Neumeister
a5f13487ca New Port: databases/pgpool-II-40
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.

WWW: http://pgpool.net/

PR:		232957
Reported by:	Franco Ricci <franco.ricc@gmail.com>
Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 21:06:26 +00:00
Bradley T. Hughes
a440a4e544 devel/awscli: Update 1.16.44 -> 1.16.55
Sponsored by:	Miles AS
2018-11-15 20:50:22 +00:00
Bradley T. Hughes
8b5d96c8bf devel/py-botocore: Update 1.12.34 -> 1.12.45
Sponsored by:	Miles AS
2018-11-15 20:48:50 +00:00
Christoph Moench-Tegeder
69d98ef1c3 net/liferea: update to 1.12.5
PR:		232896
Approved by:	kwm (maintainer, timeout)
2018-11-15 20:36:16 +00:00
Dmitry Marakasov
dd41e4836f - Update to 1.2.1 2018-11-15 20:10:46 +00:00