aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add new port for Linux-nvme's nvme-cli program.imp2018-10-143-0/+32
| | | | | | | | | | | The nvme program allows sending of arbitrary commands to nvme devices. Only the admin-passthru command is known to work, though others might. Many linuxisms remain in this program that, though it compiles, will likely not work on FreeBSD, preventing other commands from working. Marked only for amd64 / FreeBSD 12/13 since it's only been tested there and uses APIs that are unstable between the major releases. Upstreamable patches welcome to fix any of this, and this port will evolve as my patches get accepted upstream.
* Be more specific about openssl breakage. Only on HEAD.cy2018-10-132-2/+2
| | | | Reported by: mat@
* With the introduction of OpenSSL 1.1.1 into base, accelerate thecy2018-10-131-1/+1
| | | | expiration of cfengine22.
* Mark syslog-ng310, syslog-ng311, syslog-ng312, and syslog-ng313cy2018-10-135-1/+12
| | | | | | | | | | | deprecated and expired at the end of 2019, as they are no longer officially supported by Balabit. syslog-ng39 will remain as it, along with syslog-ng314, are reported to be the most stable and most popular versions of syslog-ng. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* Deprecate, expire and flag BROKEN syslog-ng36 and syslog-ng37.cy2018-10-133-1/+7
| | | | | | | | These ports are now broken by openssl111 in base. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Reviewed by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
* - Update to 0.1.6danilo2018-10-132-4/+4
|
* sysutils/smart: Update to 0.0.11 and fix build on mips(64), powerpcjrm2018-10-132-7/+4
| | | | | PR: 232087 Reported by: pkubaj@anongoth.pl
* lang/rust: update to 1.29.2jbeich2018-10-134-4/+4
| | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477
* Setting DOCS=off will set EXTRA_PATCHES, so we need to append to thissbruno2018-10-131-1/+1
| | | | | | variable, not clear it. Submitted by: tobik
* sysutils/ipmitool: unbreak with openssl 1.1.1 importsbruno2018-10-132-0/+146
| | | | | | | | | | | | - Only apply openssl patch if we are on a version of FreeBSD with openssl 1.1.1 - Don't bump portrevision as we don't change anything except on broken systems It should be noted that this is a functional way to fix this port and is the method used upstream. There are most likely better ways to do this. Reviewed by: 0mp (Makefile changes) Obtained from Sponsored by: Limelight Networks
* Deprecate sysutils/ataidletobik2018-10-121-0/+3
| | | | | | | | camcontrol(8) from the base system should be used instead. PR: 228578 Submitted by: bcran (ataidle developer) Approved by: wg (maintainer timeout, 4 months)
* Finish glib12 deprecationantoine2018-10-121-0/+3
|
* Deprecate most glib12 consumersantoine2018-10-124-0/+12
| | | | With hat: portmgr
* - Update to 1.1.5wen2018-10-122-4/+4
| | | | | PR: 231817 Submitted by: guoqiang_cn@126.com(maintainer)
* Update KDE Applications to 18.08.2tcberner2018-10-1214-40/+40
|
* New port: sysutils/py-pyznap: ZFS snapshot tool written in Python0mp2018-10-125-0/+53
| | | | | | | | | | | | | | | | pyznap is a ZFS snapshot management tool. It automatically takes and deletes snapshots and can send them to different remote and local backup locations. For example, it is possible to specify a policy for a given filesystem in the pyznap.conf file and then use cron to let it run once per quarter-hour. WWW: https://github.com/yboetz/pyznap PR: 232161 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (previous version) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17520
* Update wemux port to include latest bug fixes from another forked version ofcs2018-10-114-87/+16
| | | | | | it. This new fork also adds manpages. PR: 230014
* sysutils/flashrom: Enable buspirate interface by defaultmanu2018-10-111-7/+5
| | | | | | | | Tested with my buspirate and two spi flash. While here, pet portlint. Approved by: mizhka@gmail.com (maintainer), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17350
* Mark BROKEN: fails to buildantoine2018-10-101-0/+1
| | | | | | | | # github.com/hashicorp/nomad github.com/hashicorp/nomad/vendor/golang.org/x/crypto/blake2b.supportsAVX2: relocation target runtime.support_avx2 not defined github.com/hashicorp/nomad/vendor/golang.org/x/crypto/blake2b.supportsAVX: relocation target runtime.support_avx not defined Reported by: pkg-fallout
* sysutils/fusefs-libs3: fix build with base GCCswills2018-10-102-4/+10
| | | | | | PR: 231700 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: maintainer timeout (se, >2 weeks)
* sysutils/acts: Update to 1.3feld2018-10-102-3/+4
| | | | | | Changelog: https://github.com/alexjurkiewicz/acts/releases/tag/1.3 MFH: 2018Q4
* archivers/libunrar5: Update to 5.6.8jhale2018-10-091-1/+1
| | | | Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
* sysutils/qdirstat: fix build on GCC-based architectureskbowling2018-10-091-1/+1
| | | | | | | PR: 231976 Submitted by: Piotr Kubaj Approved by: timur (mentor) Differential Revision: https://reviews.freebsd.org/D17463
* Fix some PKGNAME collisionsantoine2018-10-081-1/+1
|
* Connect all the PHP 7.3 portstz2018-10-081-0/+2
|
* Add PHP 7.3 RC2 to the ports-tree.tz2018-10-084-0/+81
| | | | | | | | | Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
* Deprecate some GNOME 2 applicationsantoine2018-10-087-0/+21
| | | | With hat: portmgr
* Update maintainer eMail address.rigoletto2018-10-081-1/+1
| | | | | | Reviewed by: mat (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17399
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-0619-38/+38
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* Update to 1.4.2sunpoet2018-10-062-4/+4
| | | | | Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* - Update to 0.30.0danilo2018-10-062-5/+5
|
* - Update to 1.12.1danilo2018-10-062-4/+4
|
* Hook u-boot-pinebook to the buildantoine2018-10-061-0/+1
|
* Update to 11.4.1sunpoet2018-10-062-4/+4
| | | | Changes: https://salsa.debian.org/debian/debhelper/tags
* sysutils/intel-qcu: Update to 2.30.23.0skozlov2018-10-062-4/+5
| | | | | | | | | | | - Update PORTVERSION and distinfo - Add NO_WRKSUBDIR due to change in zip package Test Plan: Compile and sanity checked using poudriere w/portlint Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D17437
* - Update to 0.1.5danilo2018-10-062-4/+4
|
* Update to 6.0.2romain2018-10-052-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-602 With hat: puppet
* sysutils/atf-allwinner: Update to latest upstreammanu2018-10-052-5/+5
| | | | | | | | | | | This brings a few patches for Pinebook and TERES-1 Tested-On: Pinebook Tested-On: Pine64 Tested-On: Pine64-LTS Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17412
* sysutils/u-boot-pinebook: Add ports for this boardmanu2018-10-043-1/+35
| | | | | | | | | Patches are comming upstream and I've personnally runned the wip branch for a long time. So it's time that other people can enjoy FreeBSD on the pinebook. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17410
* sysutils/py-diffoscope: update to v103emaste2018-10-042-4/+4
| | | | | PR: 231906 Approved by: koobs
* sysutils/py-filelock: Update 3.0.8 -> 3.0.9yuri2018-10-042-4/+4
| | | | Reported by: portscout
* Update to 20181003.jkim2018-10-042-4/+4
| | | | https://acpica.org/node/161
* Update to 6.0.1romain2018-10-049-21/+22
| | | | | | | | | | | Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601 While here, regenerate patches with make makepatch, and fix warnings in the logs by pointing the server to ruby multi_json gem (quick fix for now, we will have to improve this in the future). With hat: puppet
* Update to 6.0.1romain2018-10-042-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-601 With hat: puppet
* Add a port of `sysutils/stepsync', file and folder synchronization tool.danfe2018-10-035-0/+37
| | | | WWW: http://gap.nongnu.org/stepsync/
* [New Port] sysutils/dwatch-json: FreeBSD dwatch profiles to produce JSON logsdteske2018-10-035-0/+55
| | | | | | | | | | | | DTrace module for FreeBSD dwatch(1) to produce JSON logs. JSON (JavaScript Object Notation) is easily consumed by log aggregators such as Kafka and Telegraf and visualizers like Vizceral. With these modules you can get data out of the kernel/userland for use in such aggregators/visualizers. Reviewed by: mat (previous version) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D17316
* sysutils/doctl: Update to version 1.10.0jrm2018-10-032-4/+4
| | | | | Upstream change: Add support for tagging images (GitHub issue #348) https://github.com/digitalocean/doctl/blob/master/CHANGELOG.md
* - Fix licenseamdmi32018-10-022-2/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵rene2018-10-021-1/+1
| | | | safekeeping.
* - Update to 0.1.4danilo2018-10-022-4/+4
|
* sysutils/cbsd: Fix build on mips, mips64, powerpc64.0mp2018-10-014-4/+33
| | | | | | | | | | | This port unconditionally links against libc++. This needs to be removed to build on architectures that don't have libc++. PR: 231789 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: olevole@olevole.ru (maintainer), mat (mentor) Sponsored by: IntegriCloud (hardware) Differential Revision: https://reviews.freebsd.org/D17352
* Cleanup plistsantoine2018-10-011-13/+13
|
* sysutils/javaservicewrapper: pet portlintjmd2018-10-012-14/+21
| | | | | PR: 231396 Submitted by: michael.osipov@siemens.com (maintainer)
* The updated libgtop included in the GNOME 3.28 update broke runtime forkwm2018-10-015-5/+5
| | | | | | | mate ports that use libgtop [1]. Bump all users not included in the GNOME update to fix these issues. Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1]
* Update to 1.4.1sunpoet2018-10-012-4/+5
| | | | | Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-3043-960/+896
| | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lriggs2018-09-291-1/+1
|
* - Update to 0.29.0danilo2018-09-292-18/+6
|
* lang/rust: update to 1.29.1jbeich2018-09-294-3/+4
| | | | | | | | | - Force rebuild all consumers as standard library is statically linked Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html PR: 229826 (follow up) Approved by: dumbbell Differential Revision: https://reviews.freebsd.org/D17337
* - Update to 1.12.0danilo2018-09-292-4/+4
|
* Fix build when EXAMPLES is setromain2018-09-281-1/+0
| | | | Reported by: pkg-fallout
* Add an option for GeoIP2 database support via libmaxminddbadamw2018-09-281-2/+9
| | | | | PR: 231241 Approved by: maintainer timeout (3w)
* Update to 3.0.2romain2018-09-282-6/+7
| | | | | | While here, pet portlint(1) With hat: puppet
* Update to 1.1.1romain2018-09-283-8/+8
| | | | With hat: puppet
* - Add LICENSEamdmi32018-09-282-1/+3
| | | | | | - Update WWW Approved by: portmgr blanket
* sysutils/potnet: Add LICENSE_FILE.0mp2018-09-281-0/+1
| | | | | | Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17343
* Fix build on gcc-based archs.linimon2018-09-281-4/+3
| | | | | | | | | | Tested on powerpc64, amd64. While here, pet portlint. PR: 231740 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* sysutils/potnet: New port.pizzamig2018-09-284-0/+140
| | | | | This is a utility, written in Rust, designed to support sysutils/pot. It's a mandatory step to allow the next release of pot
* Update to 20180927.jkim2018-09-282-4/+4
| | | | https://acpica.org/node/160
* Deprecate a bunch of MCollective related portsromain2018-09-275-0/+10
| | | | | | | | No expiration date for now, but Marionette Collective agents are better distributed to nodes by the Puppet Master, so that a consistent version is deployed on all nodes. With hat: puppet
* - Add UPOWER option to xfce4-systemload-plugin, enabled by defaultmadpilot2018-09-271-5/+9
| | | | | | | | since it was mandatory before [1] - While here cleanup and silence one portlint warning PR: 231731 [1] Submitted by: Ali Abdallah <aliovx@gmail.com>
* Update to latest releaseromain2018-09-273-19/+4
| | | | | | | Change Log: https://github.com/puppetlabs/r10k/blob/3.0.x/CHANGELOG.mkd With hat: puppet
* New port: sysutils/puppetserver6romain2018-09-2716-0/+369
| | | | | | | Release notes: https://puppet.com/docs/puppetserver/6.0/release_notes.html With hat: puppet
* New port: sysutils/puppet6romain2018-09-2710-2/+231
| | | | | | | Release notes: https://puppet.com/docs/puppet/6.0/release_notes.html With hat: puppet
* New port: sysutils/rubygem-puppetserver-caromain2018-09-275-0/+51
| | | | | | | | | This gem provides the functionality behind the Puppet Server CA interactions. The actual CLI executable lives within the Puppet Server project. WWW: https://github.com/puppetlabs/puppetserver-ca-cli/ With hat: puppet
* Install the generated .gemspec fileromain2018-09-272-0/+6
| | | | | | | | | | Building the C implementation of facter also produce a .gemspec file. So far, it was not installed (probably by mistake: since nothing was using it, everything was fine). Now that we are about to add a consumer of this file as sysutils/rubygem-puppetserver-ca to the ports tree, this file must be installed. With hat: puppet
* Update to 0.21.0.vanilla2018-09-272-7/+7
| | | | | PR: 231642 Submitted by: maintainer
* sysutils/coreutils: update to 8.30fernape2018-09-272-13/+14
| | | | | | | | | | | | Also reorder some variables. Announcement: http://lists.gnu.org/archive/html/coreutils-announce/2018-07/msg00000.html PR: 231573 Submitted by: pkubaj@anongoth.pl Approved by: tcberner (mentor, implicit), jharris@widomaker.com (maintainer)
* Update Objective-C LLVM version to 6.0.brooks2018-09-262-2/+2
| | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
* Fix error messages on tier-2 archs.linimon2018-09-261-3/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Update to the latest cfengine github commit.cy2018-09-265-12/+10
|
* - Update to 2.11.0danilo2018-09-263-6/+6
| | | | - Add a pkg-message file with a reminder about the upgrade process
* bump llvm depend for 10.x to llvm60.brooks2018-09-261-3/+3
| | | | | | PR: 231290 Approved by: zi (maintainer) Sponsored by: DARPA, AFRL
* - Update to 0.1.3danilo2018-09-262-4/+4
|
* sysutils/tuptime: update to 3.4.0fernape2018-09-264-24/+30
| | | | | | PR: 231632 Submitted by: rfraile@rfraile.eu Approved by: tcberner (mentor, implicit), jeremy@smart-serv.net (maintainer)
* sysutils/bfs: Update to 1.2.4tobik2018-09-252-5/+8
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.2.4
* sysutils/slurm-wlm: Change WWW to httpsyuri2018-09-251-1/+1
| | | | Approved by: portmgr blanket
* Mark BROKEN on FreeBSD 12kmoore2018-09-251-0/+2
| | | | PR: 231682
* - Update to 2018.3.2wen2018-09-243-5/+15
| | | | | | | - Fix the py3 loader issue PR: 231609 Submitted by: christer.edwards@gmail.com(maintainer)
* Update to 2.0.42.mat2018-09-247-17/+16
|
* sysutils/s-tui: Update 0.6.7.4 -> 0.8.2yuri2018-09-243-10/+16
| | | | Reported by: upstream
* update sysutils/packer to 1.3.1lifanov2018-09-242-4/+4
| | | | Changes: https://github.com/hashicorp/packer/blob/v1.3.1/CHANGELOG.md
* update sysutils/ansible25 to 2.5.9lifanov2018-09-242-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.5.9/changelogs/CHANGELOG-v2.5.rst
* New port: sysutils/bfstobik2018-09-234-0/+42
| | | | | | | | | | | bfs is a breadth-first version of the UNIX find(1) command. It supports almost every feature from every major find(1) implementation, so your existing command lines should work as-is. It also adds some features of its own, such as a more forgiving command line parser and some additional options. WWW: https://github.com/tavianator/bfs
* Change URL in pkg-descr to use https.madpilot2018-09-231-1/+1
|
* Update xfce4-battery-plugin to 1.1.1madpilot2018-09-233-4/+5
|
* Require a modern compiler, this should fix build on powerpc64antoine2018-09-231-3/+1
| | | | PR: 231594
* Update to 0.2.1sunpoet2018-09-232-6/+7
| | | | | | Changes: https://github.com/theforeman/smart_proxy_dynflow/commits/master Security: 2d6de6a8-fb78-4149-aeda-77fc8f140f06 MFH: 2018Q3
* Attempt to fix build on powerpc64.mandree2018-09-221-4/+6
| | | | | | | | Since the reporter has refused to test my proposed patch twice, I am committing this anyways. PR: 231570 Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
* Update to 8.38.0matthew2018-09-222-5/+4
| | | | Changelog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
* - Update to 3.3.4wen2018-09-227-143/+35
| | | | | | | PR: 230711 Submitted by: sergey@akhmatov.ru Approved by: maintainer(timeout, > 30 days) Differential Revision: https://reviews.freebsd.org/D16776
* sysutils/ipfs-go: Switch to upstream-provided source tarballyuri2018-09-222-22/+12
| | | | | | | | | | | | Since v0.4.17, go-ipfs started to provide full source tarball [1] which includes all dependencies required for build. Switch port to use it instead of LOCAL/yuri/ipfs-go-gx-*.tar.xz [1] https://github.com/ipfs/go-ipfs/releases/download/v0.4.17/go-ipfs-source.tar.gz PR: 231107 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: jhixson (maintainer's timeout; 19 days)
* Update to 1.16.5sunpoet2018-09-222-6/+7
| | | | Changes: https://github.com/bundler/bundler/releases
* sysutils/ganglia-webfrontend: Fix known display bug in cluster viewjwb2018-09-212-2/+13
| | | | | | | | This is an emergency fix for a serious bug that wrecks the main page. I will upgrade to 3.7.4 after working out different issues with that release. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17264
* Update to 3.12.0romain2018-09-212-4/+4
| | | | | | | Release notes: https://puppet.com/docs/facter/3.12/release_notes.html With hat: puppet
* sysutils/tarsnap-gui: update to 1.0.2swills2018-09-212-5/+4
|
* - take maintainershipdinoex2018-09-201-1/+1
|
* Update to 3.4.5sunpoet2018-09-202-4/+4
| | | | Changes: https://github.com/puppetlabs/hiera/commits/master
* sysutils/storcli: Update to 7.709swills2018-09-202-7/+7
| | | | | PR: 231469 Submitted by: takefu@airport.fm (maintainer)
* sysutils/xorriso: update to 1.5.0swills2018-09-194-10/+40
| | | | | | | While here, make TK optional and pass maintainership to submitter PR: 231450 Submitted by: Nathan <ndowens@yahoo.com>
* sysutils/s6: update to 2.7.2.0fernape2018-09-193-12/+18
| | | | | | | | | | | | * Change maintainership * Reorder some variables Change log: http://www.skarnet.org/software/s6/upgrade.html PR: 231159 Submitted by: colin-ports@heliocat.net Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17224
* sysutils/reggae: Update to 0.1.0swills2018-09-193-4/+18
| | | | | PR: 231259 Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
* u-boot: Update to v2018.09manu2018-09-182-4/+4
| | | | | | | | | Tested On: RPI* Tested On: OrangePi One Tested On: Pine64(-LTS) Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17213
* Add gnu99 to USE_CSTD to fix builds on gcc-based archs.linimon2018-09-181-0/+1
| | | | | | Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
* sysutils/consul: update to 1.2.3swills2018-09-182-4/+4
| | | | | PR: 231347 Submitted by: pete@nomadlogic.org
* sysutils/py-filelock: Update 3.0.6 -> 3.0.8yuri2018-09-182-4/+4
| | | | Reported by: repology
* Update KDE Frameworks to 5.50tcberner2018-09-184-6/+12
| | | | | | | * net/syndication has become a framework and been moved to net/kf5-syndication. Exp-run by: antoine PR: 231263
* Deprecate ports that do not build on FreeBSD 11+antoine2018-09-162-0/+4
|
* sysutils/py-dirsync: update to 2.2.3 and install LICENSE textrene2018-09-162-5/+8
| | | | Reported by: Kai Knoblich
* Update to 1.4.2sunpoet2018-09-162-4/+4
| | | | | | Changes: https://github.com/tsl0922/ttyd/releases PR: 231369 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Update to 1.7.4sunpoet2018-09-162-4/+5
| | | | | | | | - While I'm here, add NO_ARCH Changes: https://github.com/bolthole/zrep/releases PR: 231368 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Update to 3.2sunpoet2018-09-164-72/+25
| | | | | | - Convert PLIST_FILES and PORTDOCS to PLIST Changes: https://git.savannah.gnu.org/cgit/dmidecode.git/tree/NEWS
* Update to 11.4sunpoet2018-09-162-4/+4
| | | | Changes: https://salsa.debian.org/debian/debhelper/tags
* sysutils/x86info: pick up latest sources.ler2018-09-164-49/+6
| | | | | | Integrates 2 of our patches Take MAINTAINER.
* sysutils/runit-faster: Update scripts to 0.1.26tobik2018-09-153-4/+5
| | | | Changes: https://github.com/t6/freebsd-runit/releases/tag/v0.1.26
* Update WWWsunpoet2018-09-151-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-09-151-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-09-151-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2018-09-151-1/+1
| | | | Approved by: portmgr (blanket)
* - Use GO_* variables to simplify the Makefiledanilo2018-09-141-26/+22
|
* - Use GO_* variables to simplify the Makefiledanilo2018-09-141-11/+6
|
* sysutils/vagrant: update to 2.1.5cmt2018-09-144-7/+9
| | | | | | | https://github.com/hashicorp/vagrant/releases PR: 231350 Approved by: joe at thrallingpenguin.com (maintainer)
* - Set the commit hash of this release to fix a runtime panic in the command ↵danilo2018-09-131-0/+2
| | | | | | "helm version --short" Reported by: Robert Hernandez
* - Add LICENSEamdmi32018-09-132-1/+3
| | | | | | - Update WWW Approved by: portmgr blanket
* - Update to 0.1.2danilo2018-09-132-5/+6
| | | | - Add the builtAt build flag back
* New port sysutils/lxqt-adminjsm2018-09-134-0/+34
| | | | | | PR: 229304 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17093
* sysutils/javaservicewrapper: require at least Java8jmd2018-09-121-2/+2
| | | | | | | | | | | As discussed in bug 213081, javaservicewrapper does not build without Java8. As discussed in bug 230418, require Java8 since Ant also requires it. As discussed in bug 231128, hand over mainainership from old maintainer to new maintainer. PR: 230418 213081 231128 Submitted by: michael.osipov@siemens.com (new maintainer) Approved by: mike.jakubik@gmail.com (old maintainer)
* - Update to 1.11.3danilo2018-09-122-17/+9
| | | | - Use GO_* variables to simplify the Makefile
* Change x11/xorgproto to become a build depzeising2018-09-124-4/+4
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* sysutils/android-file-transfer: update to 3.5jbeich2018-09-112-5/+5
| | | | | Changes: https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.5 Changes: https://github.com/whoozle/android-file-transfer-linux/compare/v3.4...v3.5
* There is no need to remove .orig files.des2018-09-101-3/+0
|
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.mat2018-09-101-2/+0
| | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine
* Add EXAMPLES options to ports that should have one.mat2018-09-106-4/+8
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Add DOCS options to ports that should have one.mat2018-09-1056-14/+108
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* After an include, PLIST_SUB must be appended to, not overwritten.mat2018-09-101-2/+2
| | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine
* Regenerate with 'make makepatch'.des2018-09-101-9/+9
|
* Reassign all of tobez@'s p5 ports to perl@.des2018-09-104-4/+4
| | | | Approved by: tobez
* - Add LICENSEamdmi32018-09-102-2/+4
| | | | | | | - Fix dependency on libcurl - Update WWW Approved by: portmgr blanket
* xen-tools411: re-add markdownroyger2018-09-102-20/+2
| | | | | | | | It only has perl as a dependency (which is also a dependency for xen-tools) and allows to build the command line documentation. Fix the plist. Sponsored by: Citrix Systems R&D
* - Update to 0.1.20180813ehaupt2018-09-103-6/+9
| | | | - Update WWW, the upstream git repository has moved
* Remove trailing space.des2018-09-101-1/+1
|
* update sysutils/ansible to 2.6.4lifanov2018-09-102-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.6.4/changelogs/CHANGELOG-v2.6.rst
* update sysutils/debootstrap to 1.0.109lifanov2018-09-102-4/+4
|
* Mark various ports broken on powerpc64.linimon2018-09-101-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Add LICENSEamdmi32018-09-091-0/+3
| | | | Approved by: portmgr blanket
* New port: sysutils/yanktobik2018-09-095-0/+44
| | | | | | | | | The yank utility reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard. Fields are either recognized by a regular expression or by splitting the input on a delimiter sequence. WWW: https://github.com/mptre/yank
* - Update to 1.0.2danilo2018-09-083-19/+12
| | | | - Use GO_* variables to simplify the Makefile
* sysutils/smenu: Update to 0.9.14dbaio2018-09-082-4/+4
| | | | Changes: https://github.com/p-gen/smenu/releases/tag/v0.9.14
* sysutils/smartmontools: unbreak in 12-CURRENTfernape2018-09-071-1/+1
| | | | | | | | | | | | | Between __FreeBSD_version 1200058 and 1200081 fields opc and fuse of struct nvme_command (sys/dev/nvme/nvme.h) where merged under opc_fuse, but in r338182 this change was undone and this port broke. Update patch to fix it so it works regardless of the revision we check out. PR: 230867 Submitted by: ohartmann@walstatt.org Approved by: tcberner (mentor), maintainer (timeout, 2 weeks) Differential Revision: https://reviews.freebsd.org/D16908
* Fix service munin-asyncd status.mat2018-09-072-3/+2
| | | | | | PR: 231056 Reported by: gerrit kuehn aei mpg de MFH: 2018Q3
* sysutils/lockfile-progs: Update to 0.1.18swills2018-09-073-6/+6
| | | | | PR: 231147 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
* Update to 1.4.1sunpoet2018-09-072-7/+6
| | | | | | Changes: https://github.com/tsl0922/ttyd/releases PR: 231207 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Update the current KDE Applications to 18.08.1, the latest release.adridg2018-09-0714-40/+40
| | | | | | | | | https://www.kde.org/announcements/announce-applications-18.08.1.php The release notes mention a few dozen fixes, MTP doesn't crash when concurrently accessed by another application, nothing critical. Submitted by: tcberner
* sysutils/pcapfix: update to 1.1.3swills2018-09-072-4/+4
| | | | | PR: 231183 Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
* Update to the latest cfengine commit on github.cy2018-09-066-10/+12
|
* Remove an extraneous blank line.cy2018-09-061-1/+0
|
* archivers/libunrar5: Update to 5.6.6jhale2018-09-061-1/+1
| | | | Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
* Update to 10.2+0.94+2jhale2018-09-062-6/+9
|
* Update to 0.16.0sunpoet2018-09-062-4/+4
| | | | Changes: https://github.com/dotless-de/vagrant-vbguest/blob/master/CHANGELOG.md
* Update devel/json-c to 0.13.1sunpoet2018-09-0613-10/+13
| | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine
* xen-tools411: remove markdown and pandoc DOCS dependencyroyger2018-09-061-3/+1
| | | | | | | | | Most of the man pages and document sources are in pod format, which only requires perl in order to convert. Remove the other dependencies since pandoc depends on a bunch of Haskell packages and seems to be broken quite often. Sponsored by: Citrix Systems R&D
* - Update to 2018.08.11nivit2018-09-052-5/+8
| | | | | | | | - Update MASTER_SITES - Add LICENSE_FILE - Remove EXTRACT_SUFX Changes: http://invisible-island.net/vttest/CHANGES
* sysutils/npadmin: Fix build with Clang 6tobik2018-09-041-0/+4
| | | | | | | | npadmin.C:109:41: error: constant expression evaluates to 2147483648 which cannot be narrowed to type 'int' [-Wc++11-narrowing] {"covers", no_argument,&retval,COVER_FLAG}, ^~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/npadmin-0.8.7_1.log
* sysutils/py-hpilo: Update to 4.3pizzamig2018-09-042-4/+4
| | | | | | Backwards compatibility with code that uses the ssl_version parameter Fix a bug in mod_global_settings that accidently mapped some integers to booleans More workarounds for broken XML
* sysutils/dsbmc: Corrections to previous commitswills2018-09-031-2/+1
| | | | | | | | * Sort USES * Remove duplicate OPTIONS_DEFAULT Reported by: danfe Pointyhat to: swills
* Update to 2.0.40.mat2018-09-035-19/+11
|
* sysutils/intel-pcm-devel: update to g20180717swills2018-09-032-7/+8
| | | | | PR: 231105 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer)
* - Update to 0.1.1danilo2018-09-034-72/+7
| | | | - Use GO_* variables to simplify the Makefile
* sysutils/dsbmd: update to 1.5swills2018-09-032-4/+4
| | | | | PR: 231081 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/dsbmc: update to 0.5swills2018-09-032-5/+6
| | | | | PR: 231082 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/dsbmc-cli: update to 0.2swills2018-09-032-4/+4
| | | | | PR: 231083 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Fix build on FreeBSD 10.4dvl2018-09-022-0/+14
| | | | patched upstream: http://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-9.2&id=eea817f035d32221ab46d1a4f95193cd4d6dbda7
* Second try at fixing linking problems with the OPENSSL option is selected.matthew2018-09-021-2/+2
| | | | | PR: 230913 Submitted by: Axel.Rau@Chaos1.DE
* Update to 1.3.0sunpoet2018-09-022-4/+4
| | | | Changes: https://github.com/WinRb/winrm-fs/blob/master/changelog.md
* Update to 1.6.2sunpoet2018-09-027-14/+54
| | | | | Changes: https://lists.gnu.org/archive/html/freeipmi-announce/2018-05/msg00000.html https://savannah.gnu.org/forum/forum.php?forum_id=9080
* Mark BROKEN: fails to buildantoine2018-09-021-0/+2
| | | | | | | | | | | | | | | | | | | | ipmilan_command.c:52:1: error: unknown type name 'selector_t' selector_t *os_sel; ^ ipmilan_command.c:87:16: error: unknown type name 'selector_t' void timed_out(selector_t *sel, sel_timer_t *timer, void *data); ^ ipmilan_command.c:90:11: error: unknown type name 'selector_t' timed_out(selector_t *sel, sel_timer_t *timer, void *data) ^ ipmilan_command.c:283:7: warning: 'sel_alloc_selector' is deprecated [-Wdeprecated-declarations] rv = sel_alloc_selector(os_hnd, &os_sel); ^ /usr/local/include/OpenIPMI/selector.h:190:5: note: 'sel_alloc_selector' has been explicitly marked deprecated here int sel_alloc_selector(os_handler_t *os_hnd, struct selector_s **new_selector) ^ Reported by: pkg-fallout
* u-boot: Re-add cache patchesmanu2018-09-024-1/+42
| | | | | | | Some boards (like Allwinner ones) still needs them. This fixes booting with ubldr. Approved by: bapt (implicit)
* Switch default version of samba to 4.7antoine2018-09-025-2/+5
| | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904
* - clariftamdmi32018-09-012-2/+3
| | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
* Fix ezjail use of make distribution and the path to snapshots on the mirrors.brd2018-09-012-0/+21
| | | | | PR: 230690 Approved by: maintainer timeout
* sysutils/py-filelock: Update 3.0.4 -> 3.0.6yuri2018-08-312-4/+4
| | | | Reported by: repology
* sysutils/google-compute-engine-oslogin: Unbreak buildyuri2018-08-312-3/+22
| | | | | | | | Remove USE_GCC, add patch, add localbase:ldflags. PR: 230466 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: helen.koike@collabora.com (maintainer)
* sysutils/ipfs-go: Update 0.4.15 -> 0.4.17yuri2018-08-314-23/+73
| | | | | | | | | Major port redesign. Changed from the binary, pre-built distribution to building from the source. PR: 230601 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: jhixson (maintainer timeout; 17 days)
* Deprecate KDE4 software in categories graphics-textproc.adridg2018-08-3117-0/+51
| | | | | | | | | | | | | | | The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
* Update `sysutils/avfs' to version 1.0.6.danfe2018-08-302-4/+4
| | | | Approved by: maintainer
* Update sysutils/webmin to version 1.890.olgeni2018-08-303-27/+264
|
* Update to 0.14.0sunpoet2018-08-302-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli-foreman/releases
* Update to 0.14.0sunpoet2018-08-302-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli/releases
* Update to 20180522sunpoet2018-08-302-5/+5
| | | | Changes: https://git.tartarus.org/?p=simon/agedu.git;a=shortlog
* sysutils/doctl: Update to version 1.9.0jrm2018-08-292-4/+4
| | | | Upstream changes: https://github.com/digitalocean/doctl/releases/tag/v1.9.0
* sysutils/devcpu-data: Provide a file for loading Intel updates at bootmarkj2018-08-293-5/+30
| | | | | | | | | | | Extend the port so that users may easily apply microcode updates using the method implemented in src r337715. For now, this just consists of providing all Intel microcode update files concatenated together as a single blob in /boot/firmware. Approved by: sbruno Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D16924
* sysutils/bvm: Update to 1.1.4ygy2018-08-283-4/+6
| | | | | | | PR: 230320 Submitted by: Qiang Guo <guoqiang_cn@126.com> (maintainer) Approved by: woodsb02 Differential Revision: https://reviews.freebsd.org/D16905
* Add a new OPENSSL option as an alternative to GNUTLS. This parallelsmatthew2018-08-282-2/+12
| | | | | | | | a simlar fix to librelp, and tracks the upstream project's intention to switch from gnutls to openssl over time. The default remains to not compile in any TLS support in rsyslog8. PR: 230913
* Update sysutils/e2fsprogs to new upstream release 1.44.4.mandree2018-08-282-8/+5
| | | | | | | | | This is a bug fixing release. Full release notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4> MFH: 2018Q3
* sysutils/smart: Update to version 0.0.10jrm2018-08-272-7/+7
|
* Upgrade to 9.2.1dvl2018-08-264-9/+9
|
* - Update to 1.0.1danilo2018-08-263-7/+4
|
* sysutils/rfstool: Fix build with Clang 6tobik2018-08-251-1/+2
| | | | | | | | | | reiserfs.cpp:770:23: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] printf("File %s (%"FMT_QWORD" Bytes)\n", (const char*) strLocalPath, pFile->m_stat.sd_size ); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/rfstool-0.14.log - Make sure the build respects CXXFLAGS
* sysutils/searchmonkey: Fix build with Clang 6tobik2018-08-251-0/+1
| | | | | | | | | | | mainwindow.cpp:784:7: error: declaration of variable 'autoSettingsReset' with deduced type 'auto' requires an initializer auto autoSettingsReset asr(sui); // dtor calls sui->reset() ^ mainwindow.cpp:784:24: error: expected ';' at end of declaration auto autoSettingsReset asr(sui); // dtor calls sui->reset() ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/searchmonkey-2.0.0_2.log
* Update to 4.6.2antoine2018-08-253-5/+5
|
* Update KDE Applications to 18.08tcberner2018-08-2518-43/+46
| | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
* sysutils/xosview: unbreak in 12fernape2018-08-251-3/+27
| | | | | | | Broken due to changes in sys/vmmeter.h Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16747
* sysutils/plasma5-powerdevil: add missing runtime dependency on upowertcberner2018-08-251-1/+3
| | | | | PR: 230693 Reported by: cperciva
* sysutils/openipmi: Update to 2.0.25garga2018-08-2410-89/+96
| | | | | | | | Pass maintainership to submitter PR: 230052 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Sponsored by: Rubicon Communications, LLC (Netgate)
* xen-tools411: build a working hvmloaderroyger2018-08-242-1/+104
| | | | | | | | ... when using LLVM LD. Add a patch that fixes hvmloader build with LLVM LD. Without this patch the generated hvmloader doesn't work properly. Sponsored by: Citrix Systems R&D
* Update to 2.12.3romain2018-08-242-6/+6
| | | | With hat: puppet
* Update to 5.3.5romain2018-08-242-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppetserver/5.3/release_notes.html#puppet-server-535 With hat: puppet
* Update to 5.5.6romain2018-08-242-4/+4
| | | | | | | Release notes: https://puppet.com/docs/puppet/5.5/release_notes.html#puppet-556 With hat: puppet
* Update to 3.11.4romain2018-08-242-5/+4
| | | | | | | Release notes: https://puppet.com/docs/facter/3.11/release_notes.html#facter-3114 With hat: puppet
* Avoid using %% in Makefile. We can use ${GEM_LIB_DIR} here.romain2018-08-241-1/+1
| | | | | | Reported by: sunpoet Pointy hat to: romain With hat: puppet
* Update KDE Frameworks to the latest monthly, 5.49adridg2018-08-245-8/+8
| | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
* Update to 3.4.4sunpoet2018-08-242-4/+4
| | | | Changes: https://github.com/puppetlabs/hiera/commits/master
* sysutils/file: Update to 5.34swills2018-08-242-4/+4
| | | | | | PR: 230457 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: jharris@widomaker.com (maintainer)
* ElasticSearch: Update to 6.3.2feld2018-08-246-10/+24
| | | | Differential Revision: https://reviews.freebsd.org/D16597
* Update to 2.6.4romain2018-08-232-6/+6
| | | | | | https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd With hat: puppet
* sysutils/di: Update to 4.47swills2018-08-232-4/+4
| | | | | PR: 230821 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* Update to 1.16.4sunpoet2018-08-222-4/+4
| | | | Changes: https://github.com/bundler/bundler/releases
* Remove expired ports:rene2018-08-216-202/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
* sysutils/wait_on: Update 1.1 -> 1.1-2yuri2018-08-213-7/+13
| | | | | | | | | | | | jcpierri@gmail.com takes maintainership Port changes: * Code moved from the original CVS repository to the maintainer's repository on github * Update COMMENT * Add WWW PR: 230311 Submitted by: Josmar <jcpierri@gmail.com>
* * Updated to 160ultima2018-08-212-4/+4
|
* - Use "go build" and GH_SUBDIR instead of gmake and post-patchdanilo2018-08-201-9/+10
|
* New port sysutils/lxqt-configjsm2018-08-205-0/+52
| | | | | | PR: 229300 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16583
* Fix build by including sys/random.h.se2018-08-202-0/+13
| | | | Approved by: nobutaka (maintainer)
* - Use GH_SUBDIR instead of post-patchdanilo2018-08-201-8/+5
|
* - Use GH_SUBDIR instead of post-patchdanilo2018-08-201-10/+5
|
* - Use GH_SUBDIR instead of post-patchdanilo2018-08-201-8/+5
|
* update sysutils/docker-compose to 1.22.0lifanov2018-08-202-5/+4
|
* update sysutils/debootstrap to 1.0.108lifanov2018-08-202-4/+4
|
* update sysutils/ansible to 2.6.3lifanov2018-08-202-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.6.3/changelogs/CHANGELOG-v2.6.rst
* update sysutils/ansible25 to 2.5.8lifanov2018-08-202-5/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.5.8/changelogs/CHANGELOG-v2.5.rst
* update sysutils/ansible24 to 2.4.6.0lifanov2018-08-202-5/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.4.6.0-1/CHANGELOG.md
* update sysutils/terraform to 0.11.8lifanov2018-08-202-4/+4
| | | | Changes: https://github.com/hashicorp/terraform/blob/v0.11.8/CHANGELOG.md
* - Use GH_SUBDIR instead of post-patchdanilo2018-08-201-10/+2
| | | | Reported by: Dmitri Goutnik
* - New port: sysutils/istiodanilo2018-08-205-0/+273
| | | | | | | | Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provides an abstraction layer over the underlying cluster management platform, such as Kubernetes, Mesos, etc.
* - Update to 2.10.0danilo2018-08-202-4/+4
|
* sysutils/py-google-compute-engine: remove patches for InstanceSetupswills2018-08-194-28/+7
| | | | | | | While here, pet portlint by fixing shebang and bump PORTREVISION. PR: 230741 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
* Update MAINTAINER: use @FreeBSD.orgsunpoet2018-08-194-4/+4
|
* - Use PORTSCOUT to avoid notifications of new versions like this: ↵danilo2018-08-181-0/+2
| | | | 'latest_release'
* sysutils/py-plumbum: update to 1.6.7dbn2018-08-182-6/+5
| | | | | | | | | | - PyPI sources do not ship LICENSE_FILE or tests - ChangeLog: * Commands: Added run_* methods as an alternative to modifiers * CLI: Added support for ALLOW_ABREV * CLI: Added DESCRIPTION_MORE, preserves spacing * Color: Avoid throwing error in atexit in special cases (like pytest) * Smaller bugfixes and other testing improvements.
* - New port: sysutils/eksctldanilo2018-08-186-0/+104
| | | | | | eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. It is written in Go, and based on Amazon's official CloudFormation templates.