Commit graph

481201 commits

Author SHA1 Message Date
Gerald Pfeifer
9d240807dd Update the default version of GCC as pulled in via USE_GCC=yes and a
myriad of other ways from GCC 8 (8.3 right now) to GCC 9 (9.1 right now).

PR:		238330
Tested by:	antoine (exp-runs)
Thanks to:	tobik, jbeich (for heavy lifting fixing broken ports)
2019-07-26 20:35:21 +00:00
Gleb Popov
0c33846f11 devel/tortoisehg: Update to 5.0.2. 2019-07-26 20:17:16 +00:00
Romain Tartière
63606ad656 Update to 6.7.2
Release notes:
https://puppet.com/docs/puppet/6.7/release_notes_puppet.html#puppet-release-notes-x.y.2

With hat:	puppet
2019-07-26 19:39:13 +00:00
Sunpoet Po-Chuan Hsieh
b8eb7b037c Add py-pyepsg 0.4.0
pyepsg is a simple interface to https://epsg.io/.

WWW: https://github.com/rhattersley/pyepsg
2019-07-26 19:35:49 +00:00
Greg Lewis
446cb09333 Update manual pages
* Update currently supported version specifiers.
* Update currently supported vendors.
* Bump minor version.

This is mostly based on the patch in PR 223304.

PR:		223304
Submitted by:	Tommy P <tommyhp2@gmail.com>
2019-07-26 18:55:51 +00:00
Greg Lewis
8292f8dc5d Support for newer Java versions
* Switch the internal fallback logic (which is only run when the ports
  system is absent) to use modern Java versioning (e.g. 9 rather than 1.9)
* Add in support for specifying 10+, 11+ and 12+ as requested versions.
* Bump version to 2.7

Notes:

* The fallback logic doesn't support the idea of a default version the way
  bsd.java.mk does.  This was already the case.
* The sorting of VMs in the configuration file doesn't numerically sort
  versions 10 and higher correctly yet.  This will be addressed shortly.
* Manual pages need updating.
* The fallback logic is only used if bsd.java.mk is absent.  This should
  be a no-op if it is present.

PR:		223304
2019-07-26 18:35:05 +00:00
Yuri Victorovich
aec5cb90e3 Remove devel/gradle46: the only user, biology/gatk, doesn't need it any more 2019-07-26 18:09:44 +00:00
Yuri Victorovich
fe375c5637 biology/gatk: Update 4.0.11.0 -> 4.1.2.0-43
Now it builds with gradle-5.

Improvements im Makefile to simplify the port update process, in line with some other gradle-based ports.

Reported by:	repology
2019-07-26 18:03:08 +00:00
Yuri Victorovich
db091009ba science/lammps: Update patch_5Jun2019 -> patch_19Jul2019
PR fixing folder locations is backported.

Reported by:	GitHub release notification
2019-07-26 18:01:05 +00:00
Gleb Popov
8ae3904ced devel/hs-ghcprofview: New port. Another profile viewer, GTK based. 2019-07-26 16:58:02 +00:00
Gleb Popov
a4998307e7 Add support for USES= cabal:hpack and document this option. 2019-07-26 16:52:49 +00:00
Jochen Neumeister
fb28df4e2f Revert r507359 2019-07-26 16:46:46 +00:00
Ryan Steinmetz
8cbbaa7cc5 - Add third-party slice read ahead patch 2019-07-26 16:25:54 +00:00
Tobias Kortkamp
58826a61a6 security/afl++: Update to 2.53c
Changes:	https://github.com/vanhauser-thc/AFLplusplus/blob/2.53c/docs/ChangeLog
2019-07-26 14:16:12 +00:00
Larry Rosenman
9c9f353be9 sysutils/lsof: add <stdbool.h> to support recent -CURRENT. 2019-07-26 13:59:14 +00:00
Steve Wills
93f811eaf6 sysutils/reggae: Update to 0.1.5
PR:		239396
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2019-07-26 13:44:31 +00:00
Tobias Kortkamp
6e63a9e5df misc/mbuffer: Update to 20190725 2019-07-26 12:38:21 +00:00
Dave Cottlehuber
4fccdfe738 sysutils/rest-server: new port - network backups for restic
API backend for the sysutils/restic backup software, enabling fast and
easy network backups

Approved by:	jrm (mentor, implicit)
Sponsored by:	SkunkWerks, GmbH
2019-07-26 12:01:54 +00:00
Kai Knoblich
f72d303288 mail/sympa: Update to 6.2.44
Changelog since 6.2.42:

* Indentation of web templates are corrected. Though this change will not
  affect functionality, administrators might have to apply their
  customization to the new templates again.
* WWSympa: TLS client authentication: Now it gets rfc822Name in X.509v3
  subjectAltName, otherwise emailAddress attribute in subject DN. Note
  that earlier efforts getting attribute such as MAIL, Email in subject DN
  are no longer supported.
* ARC: Now Mail-DKIM 0.55 or better is required for ARC support.
* WWSympa: Admin function to bulk unsubscribe which has been provided by
  6.1.x was restored

Fixed bugs:

* "Use of uninitialized value $salt" on --import
* Improve handling of missing sympa/web_tt2 during upgrade

Merged pull requests:

* Support Test::Compile 2.0.0
* Remove all unneeded files from foundation-icons directory

PR:		238784
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Reported by:	Daniel <d.stoye@cms.hu-berlin.de>
MFH:		2019Q3
2019-07-26 11:34:50 +00:00
Tobias Kortkamp
ec4f0ebd5f Fix version range of exim entry
It currently does not account for PORTREVISION, i.e., it excludes
4.92_1, 4.92_2, 4.92_3, 4.92_4 which are affected by CVE-2019-13917
too.
2019-07-26 11:04:27 +00:00
Tobias Kortkamp
8fe51f5210 devel/bingo: Drop GO_PKGNAME after r507340
Also remove no longer needed gomod-deps and related files.
2019-07-26 10:58:23 +00:00
Kai Knoblich
741df73e5e textproc/py-precis_i18n: Update to 1.0.1
Changelog:

https://github.com/byllyfish/precis_i18n/releases/tag/v1.0.1

PR:		239405
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2019-07-26 10:38:24 +00:00
Kai Knoblich
c3579f79d5 security/py-zkg: Update to 2.0.2
Changelog:

https://github.com/zeek/package-manager/blob/v2.0.2/CHANGES

PR:		239418
Submitted by:	Shirkdog <mshirk@daemon-security.com> (maintainer)
2019-07-26 10:32:22 +00:00
Dmitry Marakasov
8e3198e952 - Add LICENSE
- Update WWW
2019-07-26 09:02:20 +00:00
Vsevolod Stakhov
3e7af2cca7 Document exim vulnerability CVE-2019-13917 2019-07-26 08:52:48 +00:00
Tobias Kortkamp
435407595b net-mgmt/alertmanager: Switch to USES=go:modules
- Remove unneeded targets
- Fix build with go1.13beta1

===>  Building for alertmanager-0.16.2
go: github.com/DataDog/datadog-go@v0.0.0-20180822151419-281ae9f2d895: G
et https://proxy.golang.org/github.com/%21data%21dog/datadog-go/@v/v0.0
.0-20180822151419-281ae9f2d895.mod: dial tcp: lookup proxy.golang.org o
n 1.0.0.1:53: write udp 127.0.0.1:45569->1.0.0.1:53: write: permission
denied
*** Error code 1

PR:		238917
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	michal@hanu.la (maintainer)
2019-07-26 07:36:02 +00:00
Tobias Kortkamp
97804ade38 databases/pgmetrics: Switch to USES=go:modules
- Remove unneeded targets
- Drop nop BUILD_AS_NON_ROOT while here
- Fix build with go1.13beta1

===>  Building for pgmetrics-1.7.0
$GOPATH/go.mod exists but should not
*** Error code 1

PR:		238930
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	girgen (maintainer timeout, 24 days)
2019-07-26 07:30:33 +00:00
Tobias Kortkamp
5c3326e164 sysutils/kubectl: Switch to USES=go:modules
Fix build with go1.13beta1

===>  Building for kubectl-1.15.0
go: bitbucket.org/bertimus9/systemstat@v0.0.0-20180207000608-0eeff89b0690: Get https://proxy.golang.org/bitbucket.org/bertimus9/systemstat/@v/v0.0.0-20180207000608-0eeff89b0690.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:5
3: write udp 127.0.0.1:27372->1.0.0.1:53: write: permission denied
*** Error code 1

PR:		238946
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	danilo (maintainer timeout, 23 days)
2019-07-26 07:25:19 +00:00
Tobias Kortkamp
3c5839ab5a Mk/Uses/go.mk: Default to "." instead of PORTNAME
If neither GO_PKGNAME or GO_TARGET are set explicitly, go install
tries to install a package named ${PORTNAME} which is almost always
wrong.  This forces Go ports to set GO_PKGNAME or GO_TARGET although
their value is often redundant.

Update do-build to default to the "." package instead ("the package
in the current directory") and teach do-install to install the "."
package.  In many cases, this removes the need to explicitly set
GO_PKGNAME and GO_TARGET making USES=go:modules alone sufficient
for simpler ports.

This is a backward compatible change.

- Assign maintainership to Dmitri

Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	jlaffaye (maintainer timeout, ~3 weeks)
Differential Revision:	https://reviews.freebsd.org/D20813
2019-07-26 07:15:08 +00:00
Yuri Victorovich
c0c2aeaebf security/tor-devel: Update 0.4.1.3-alpha -> 0.4.1.4-rc
Reported by:	upstream notification
2019-07-26 04:49:02 +00:00
Sunpoet Po-Chuan Hsieh
8f6d36d813 Update to 2.11.318
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-07-25 23:57:28 +00:00
Sunpoet Po-Chuan Hsieh
18916e08ca Update to 2.11.318
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-07-25 23:57:23 +00:00
Sunpoet Po-Chuan Hsieh
f084fcf604 Update to 2.11.318
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-07-25 23:57:17 +00:00
Sunpoet Po-Chuan Hsieh
650bc3abc4 Update to 7.2.0
Changes:	https://github.com/erikrose/more-itertools/releases
		https://github.com/erikrose/more-itertools/blob/master/docs/versions.rst
2019-07-25 23:57:12 +00:00
Sunpoet Po-Chuan Hsieh
21f279015d Update to 4.31.0
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-07-25 23:57:06 +00:00
Sunpoet Po-Chuan Hsieh
9bac49259d Update to 0.001080
Changes:	https://metacpan.org/changes/distribution/Test2-Harness
2019-07-25 23:57:01 +00:00
Sunpoet Po-Chuan Hsieh
c61dd11b0c Cosmetic change 2019-07-25 23:56:56 +00:00
Jason W. Bacon
93d5ecd48f sysutils/desktop-installer: Upgrade to 0.6.6
Remove obsolete qt/kde 4 references
Default to no flashplayer on all platforms
Factor out flashplayer setup to sysutils/auto-admin
Disable webcamd setup for now (interferes with uhid)
Other clean up and minor enhancements
2019-07-25 21:54:30 +00:00
Jason W. Bacon
16a9d4a4fb sysutils/auto-admin: Upgrade to 0.4.8
FreeBSD changes:

Roll auto-add-linproc-mount into auto-install-linux_base
Remove obsolete auto-amd-nfs-setup, auto-kdm3-toggle
Add scripts for installing and updating infininband kernel
Factor auto-install-linux-flash out of desktop-installer

New common scripts:

auto-idrac-passwd
auto-fetch-install-media
auto-install-media-distname
auto-lock-local-pw, auto-unlock-local-pw
auto-root-check
auto-useradd
auto-user-admin
2019-07-25 21:46:43 +00:00
Guido Falsi
131133a6c4 Update asterisk16 to 16.5.0 2019-07-25 20:48:02 +00:00
Guido Falsi
49e87983d4 Update asterisk13 to 13.28.0 2019-07-25 20:47:21 +00:00
Max Brazhnikov
7d534ce649 editors/texmaker:
- Update to 5.0.3
- Remove dependency on poppler, texmaker uses pdfium since 5.0
- Update WWW

PR:		238752
Approved by:	maintainer timeout (4 weeks)
2019-07-25 18:20:23 +00:00
Muhammad Moinur Rahman
4e66b621ef databases/freetds-devel: Update version 1.1.25=>1.1.50 2019-07-25 17:27:41 +00:00
Muhammad Moinur Rahman
60a2425a44 lang/guile2: Update version 2.2.5=>2.2.6
- Add ATCH wide compiler:c11 [1]

PR:		239212 [1]
Submitted by:	jhibbits [1]
2019-07-25 17:26:40 +00:00
Thomas Zander
51c5c177ee Update to upstream release 0.21.11
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.11/NEWS
- Mark TIDAL OPTION defunct: The Tidal streaming service made some changes
  to its protocol. The plugin can still be compiled, but it does currently
  not work. This is mentioned in the changelog (link above).

MFH:		2019Q3 (hat: ports-secteam)
2019-07-25 17:07:49 +00:00
Fernando Apesteguía
63de09e0e9 games/xdesktopwaves: update to 1.4
* Add LICENSE.

ChangeLog:
 * Added backdrop failure checking, and because this is not always reliable,
   also added an (emergency) exit button.
 * Adapted to new KDE versions.
 * Added support for Hygon Dhyana processor.
 * Fixed some minor portability flaws.
2019-07-25 15:07:28 +00:00
Rodrigo Osorio
dc0cecc510 Reorder the net/rsync ditfile sources to try HTTPS first.
Bump portrevision.

PR:		239096
Submitted by:	Miyashita Touka <imagin8r@protonmail.com>
2019-07-25 14:51:24 +00:00
Steve Wills
eb8276ea1b textproc/chkascii: update to version 1.6
PR:		239398
Submitted by:	bourne.identity@hotmail.com (maintainer)
2019-07-25 12:07:28 +00:00
Steve Wills
4a6ada862a sysutils/bastille: update to 0.4.20190714
PR:		239404
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2019-07-25 12:01:12 +00:00
Steve Wills
03d77c478b security/lego: Update to 2.7.1
PR:		239433
Submitted by:	Matthew Horan <matt@matthoran.com> (maintainer)
2019-07-25 11:46:27 +00:00