Commit Graph

488151 Commits

Author SHA1 Message Date
Renato Botelho
5d9442158f devel/dotconf: Take maintainership 2019-10-14 18:30:25 +00:00
Renato Botelho
7512b39136 editors/ne: Update to 3.2.1 2019-10-14 18:20:29 +00:00
Romain Tartière
3ae30f398a Rename french/py-grammalecte -> french/py-grammalecte-fr
Quotting reporter:
The name of this package appears to be Grammalecte-fr [1]. Even though its not
listed in PyPI (CHEESESHOP) yet, if it ever is uploaded/registered there,
that's what its name will be.

[1] setup.py: name='Grammalecte-fr',

Reported by:	koobs
2019-10-14 18:17:08 +00:00
Dmitry Marakasov
45b12d134d - Mark BROKEN: segfaults when trying to actually grab color
PR:		241014
2019-10-14 18:13:53 +00:00
Renato Botelho
e42b188e3d net/xmlrpc-c: Update to 1.51.04
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-10-14 18:02:56 +00:00
Olli Hauer
bf9923031c - fix PORTSCOUT version 2019-10-14 17:48:30 +00:00
Olli Hauer
f3bcae7a40 - update to 3.5-20191013 2019-10-14 17:44:01 +00:00
Brooks Davis
601c63fda9 Exclude from 32-bit systems.
While it may build on some, no one is likely to develop CHERI software
from a 32-bit platform (maybe with exception of an armv7 SoC on an
FPGA and we can enable the build there that if that ever happens).
2019-10-14 17:36:47 +00:00
Emanuel Haupt
1dfc52aaec Self host distfile since debian keeps releasing new tarballs containing debian
specific meta data changes. Thus drop PORTSCOUT variable containing debian skip
versions.
2019-10-14 16:53:49 +00:00
Renato Botelho
fb40298297 Limit portscout versions to numbers and dots 2019-10-14 16:51:02 +00:00
Renato Botelho
7ecf426757 security/sudo: Update to 1.8.28
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-10-14 16:46:28 +00:00
Jimmy Olgeni
da8eeddea6 Update lang/elixir to version 1.9.2. 2019-10-14 16:14:12 +00:00
Vsevolod Stakhov
e17ce1f9e4 mail/rspamd:
- Update to 2.0
- Add upstream patches to fix crash due to constructors init order
- Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade.
- Remove NO_SHARED CMake flag as it is on by default
- Add notes to UPDATING

mail/rspamd-devel:
- Update to 2.1.a1.20191014
- Remove sample configuration files as default configuration files are NOT intended for modification by users and SHOULD be overwritten on port upgrade.
- Add notes to UPDATING

PR:		241204
Submitted by:	Alexander Moisseev <moiseev at mezonplus.ru>
Reported by:	Yasuhiro KIMURA <yasu at utahime.org>
2019-10-14 16:06:01 +00:00
Oleksii Samorukov
8ae4d27eb3 comms/anyremote: update to 6.7.2
- Update to the 6.7.2
 - Update USES to fix build warnings
 - Regenerate patches with "make makepatch"

Approved by:    krion (mentor)
Differential Revision:  https://reviews.freebsd.org/D22021
2019-10-14 15:23:42 +00:00
Mathieu Arnold
d2f05ef734 Update to 0.1.21. 2019-10-14 14:45:14 +00:00
Mathieu Arnold
aaca021537 Update to latest commit. 2019-10-14 14:45:10 +00:00
Mathieu Arnold
cd8056e5bd Update to v5.31.4-361-gf87d8789b9. 2019-10-14 14:44:56 +00:00
Piotr Kubaj
e67b174ea6 games/sdlpop: update to 1.20, change maintainer to my FreeBSD address
Approved by:	mentors (implicit approval)
2019-10-14 14:01:36 +00:00
Piotr Kubaj
7b29a99341 math/py-rpy2: fix build on GCC architectures
Use C11 compiler:
rpy2/rinterface_lib/R_API_eventloop.h:24: error: redefinition of typedef 'InputHandler'
rpy2/rinterface_lib/R_API_eventloop.h:6: error: previous declaration of 'InputHandler' was here

Approved by:	mentors (implicit approval)
2019-10-14 12:06:13 +00:00
Piotr Kubaj
54f96e5584 comms/xlog: fix build on GCC architectures
Use newer compiler:
cc1: error: unrecognized command line option "-Wno-stringop-truncation"

Approved by:	mentors (implicit approval)
2019-10-14 12:04:52 +00:00
Piotr Kubaj
536fada977 sysutils/cbsd: fix build on GCC architectures
Linking to C++ libraries compiled by GCC9 requires GCC9:
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:171: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:205: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:215: undefined reference to `simpleXmlGetLineNumber'
/wrkdirs/usr/ports/sysutils/cbsd/work/cbsd-12.1.1/misc/src/dump_iscsi_discovery.c:225: undefined reference to `simpleXmlGetLineNumber'

Also, remove -mminimal-toc, not needed with the current version.

Approved by:	mentors (implicit approval), portmgr (removing architecture specific fixes)
2019-10-14 10:58:19 +00:00
Kai Knoblich
8268aed10f net-mgmt/netbox: Update to 2.6.6
Changelog:

Enhancements:
* Add InfiniBand interface types
* Add rack and site filters for cables
* Disallow raw HTML in Markdown-rendered fields
* Add MultiObjectVar for custom scripts
* Enable editing of individual DeviceType components
* Render text and URL fields as textareas in the custom link form
* Introduce commit_default custom script attribute to not commit changes by
  default

Bug Fixes:
* Prevent primary IP address for a device/VM from being reassigned
* Correct CSV headers for exported power feeds
* Fix device status page loading when NAPALM call fails
* Prevent erroneous redirects when editing tags
* Ensure consistent display of changelog retention period
* Change device to parent in interface editing VLAN filtering logic
* Restore label for comments field when bulk editing circuits
* Enforce view permissions on global search results
* Enforce object-form JSON for local context data on devices and VMs

https://github.com/netbox-community/netbox/releases/tag/v2.6.6

MFH:		2019Q4
2019-10-14 10:41:15 +00:00
Pietro Cerutti
6dbbf21d8e devel/catch: update to 2.10.0
Release notes:
https://github.com/catchorg/Catch2/releases/tag/v2.10.0
2019-10-14 10:36:36 +00:00
Oleksii Samorukov
8b22b9cb7d dns/inadyn, net-mgmt/flowviewer, sysutils/smartmontools: update homepage URL
Approved by:    krion (mentor), araujo (mentor)
Differential Revision:  https://reviews.freebsd.org/D22018
2019-10-14 10:34:27 +00:00
Gerald Pfeifer
748ba9941c Update to the 20191012 snapshot of GCC 9.2.1.
This brings four+ fixes on the Fortran side, one for the C++ front end,
one for rs6000/powerpc (and several for platforms we do not support).
2019-10-14 10:30:58 +00:00
Rene Ladan
caa769eea3 Remove expired port:
2019-10-13 palm/synce-libsynce: obsolete technology
2019-10-14 10:17:46 +00:00
Rene Ladan
a74675e62d archivers/orange: drop dependency on expired palm/synce-libsynce 2019-10-14 10:15:58 +00:00
Tobias Kortkamp
317628a4cc security/signify: Add OpenBSD 6.7 key
- Drop old OpenBSD 6.4 key
2019-10-14 09:59:48 +00:00
Rene Ladan
45de0d5d68 lang/gnatcross-*aarch64: bump base version of FreeBSD from 11.0 to 11.3
- Unexpire lang/gnatcross-aarch64, it builds again on 11.3-amd64
- Clean up lang/gnatcross-sysroot-aarch64

Differential Revision:	https://reviews.freebsd.org/D21974 (part)
2019-10-14 09:52:38 +00:00
Dmitry Marakasov
91c7902c64 - Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-10-14 09:39:05 +00:00
Pietro Cerutti
717469bc37 security/libtomcrypt: lib-depend on libtommath
PR:		241232
Submitted by:	samm@os2.kiev.ua
Differential Revision:	https://reviews.freebsd.org/D22015
2019-10-14 09:29:44 +00:00
Bernhard Froehlich
0703a2577d ports-mgmt/caronade:
- Project moved to GitHub so update WWW
- Switch to fetch from GitHub
- Regenerate GH_TUPLE with modules2tuple

MFH:		2019Q4
2019-10-14 09:15:25 +00:00
Bernhard Froehlich
18265140fd net/wireguard-go: Update to 0.0.20191012
MFH:		2019Q4
2019-10-14 09:13:12 +00:00
Bernhard Froehlich
796462c271 net/wireguard: Update to 0.0.20191012
MFH:		2019Q4
2019-10-14 09:11:58 +00:00
Bernhard Froehlich
70dd57e0cf mail/smtprelay:
- Project moved to GitHub so update WWW
- Switch to fetch from GitHub
- Regenerate GH_TUPLE with modules2tuple

MFH:	2019Q4
2019-10-14 09:10:36 +00:00
Max Brazhnikov
d63370aacb x11-fonts/paratype:
- Fix fetch and undeprecate
- Pass maintainership to submitter

PR:		240514
Submitted by:	Greg V
2019-10-14 08:49:35 +00:00
Vasil Dimov
171f532ca9 net-p2p/qtum: Use ${REINPLACE_CMD} instead of ${SED} -i '' 2019-10-14 07:15:19 +00:00
TAKATSU Tomonari
f79da543b1 - Add missing dependency to unbreak 2019-10-14 07:11:20 +00:00
Tobias Kortkamp
4682cc80a2 security/cargo-audit: Update to v0.10.0
Changes:	https://github.com/RustSec/cargo-audit/blob/v0.10.0/CHANGES.md
2019-10-14 06:35:41 +00:00
Yuri Victorovich
882a402d76 security/zeronet: Update 0.6.5-25 -> 0.7.1
ZeroNet now supports python3.
ZeroNet is nothing less than the alternative model of the internet, where websites are hosted by users.
2019-10-14 05:46:10 +00:00
Yuri Victorovich
ed17319e83 devel/py-traitlets: Update 4.3.2 -> 4.3.3
Reported by:	portscout
2019-10-14 05:21:28 +00:00
Yuri Victorovich
28cc52b67e games/emptyepsilon: Update 2019.05.21 -> 2019.09.10
Reported by:	portscout
2019-10-14 05:18:35 +00:00
Yuri Victorovich
388aa55aba graphics/py-pypillowfight: Update 0.2.4 -> 0.3.0
Reported by:	portscout
2019-10-14 05:04:21 +00:00
Yuri Victorovich
04706ab094 audio/gsequencer: Update 2.3.12 -> 2.3.13
Reported by:	portscout
2019-10-14 05:01:53 +00:00
Romain Tartière
09a20cd303 Update to 0.9.1 2019-10-14 02:21:55 +00:00
Romain Tartière
8f693be4c3 New port: french/py-grammalecte: French grammar and typographic corrector 2019-10-14 02:14:11 +00:00
Nikolai Lifanov
60c49a71ff update sysutils/packer to 1.4.4 2019-10-14 01:38:50 +00:00
Nikolai Lifanov
57eb2bafc2 update sysutils/terraform to 0.12.10 2019-10-14 01:36:19 +00:00
Nikolai Lifanov
072da2a4a7 update games/wtf to 20191006 snapshot from NetBSD 2019-10-14 01:33:23 +00:00
Nikolai Lifanov
7f41581750 archivers/innoextract: fix WWW
Reported by:	repology.org
2019-10-14 01:32:11 +00:00