Commit graph

21149 commits

Author SHA1 Message Date
Warner Losh
b6c6cb75cf Add Makefile forgotten in r447312. 2017-08-04 16:01:40 +00:00
Warner Losh
6c7275921b Add support for Zybo Zynq-based board.
Submitted by: Thomas Skibo
2017-08-04 01:00:13 +00:00
Warner Losh
336712f4a1 Add support for Xilinx Zynq-based Zedboard and more generally all
Zynq-based boards.

Submitted by: Thomas Skibo
2017-08-04 01:00:00 +00:00
Warner Losh
d77b689df9 Remove files directory. It should have gone away in the prior commit,
but didn't. Ditto distinfo.
2017-08-04 00:28:37 +00:00
Warner Losh
7e0994b4bd Fix comment. 2017-08-04 00:28:29 +00:00
Jose Alonso Cardenas Marquez
0c310fcadd - Pass maintainership to me. marino@ is not part of FreeBSD committers 2017-08-03 23:40:28 +00:00
Jason E. Hale
e9f9027b7c Update to 1.9.2
PR:		221028
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-08-03 22:15:20 +00:00
Jason E. Hale
04e2ffee51 Update to 1.25.2
Pass maintainership to submitter

PR:		219010
Submitted by:	Niclas Carlsson <n_carlsson@outlook.com>
2017-08-03 19:39:46 +00:00
Nikolai Lifanov
e181a251ba sysutils/packer: update license to MPL20 2017-08-03 13:48:07 +00:00
Nikolai Lifanov
dd567576a4 update sysutils/terraform to 0.10.0
This is a major release. Please read the upgrading guide:
https://www.terraform.io/upgrade-guides/0-10.html

Changes: https://github.com/hashicorp/terraform/blob/v0.10.0/CHANGELOG.md

While here, switch LICENSE to MPL20.
2017-08-03 13:38:22 +00:00
Mathieu Arnold
4f1b61e45c Fix starting and stopping munin-asyncd. [1]
Turns out creating a start_cmd function is not enough, you have to add a
variable, start_cmd and point it to the start_cmd function.
As for stopping it, it should work out of the box, but for the fact that
munin-asyncd uses setproctitle or something, and it confuses the hell
out of rc.subr.

While there, pet rclint.

PR:		221000 [1] (based on)
Submitted by:	marcel herrbischoff com
Sponsored by:	Absolight
2017-08-03 13:34:57 +00:00
Palle Girgensohn
0a25953094 update to latest version 2017-08-02 19:39:28 +00:00
Sunpoet Po-Chuan Hsieh
c9fe86c4ca Update to 0.11.0
Changes:	https://github.com/theforeman/hammer-cli-foreman/releases
2017-08-02 18:37:03 +00:00
Sunpoet Po-Chuan Hsieh
c1a3f7de7e Update to 0.11.0
- Use PLIST_FILES instead of PLIST

Changes:	https://github.com/theforeman/hammer-cli/releases
2017-08-02 18:36:57 +00:00
Sunpoet Po-Chuan Hsieh
8468dffd77 Update to 10.7.2
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-08-02 18:35:13 +00:00
Mark Linimon
9568851488 Add U-Boot ports for nanopi-m1plus and nanopi-neo-air.
PR:		221180, 221181
Submitted by:	manu
2017-08-02 18:16:52 +00:00
Nikolai Lifanov
476af1eea3 update MooseFS to 3.0.97-1
* MooseFS 3.0.97-1 (2017-08-01)

  - (tools) fixed trash/sustained size desynchronization after file length changed by chunk creation
  - (mount) fixed handling invalid arguments in posix lock command

* MooseFS 3.0.96-1 (2017-07-25)

  - (tools) fixed segfault in mfsscadmin

* MooseFS 3.0.95-1 (2017-07-17)

  - (mount+master) added update master version during reconnection to master (after updating master server)
  - (master) fixed winattr field size in setattr command
  - (mount) fixed dirattrcache (freezes or inefficiences during listing directories - introduced in 3.0.93)
  - (cgi) fixed displaying master charts without leader (pro only)
  - (mount) added info about using open dir cache in oplog/ophisotry

PR:		221183
Submitted by:	freebsd@moosefs.com (maintainer)
2017-08-02 18:13:26 +00:00
Warner Losh
d0922198b1 Trim unneeded lines in this slave port. 2017-08-02 16:17:19 +00:00
Warner Losh
fb7518f146 Make CHIP a proper slave port of u-boot-master rather than
u-boot-olimex-a20-som-evb. No maintainer was listed. Tweak MODEL to be
chip to match port name.
2017-08-02 16:17:14 +00:00
Warner Losh
8e9acd2213 Make the package name match the model name.
Update pkg-descr to reflect this and also reality

Submitted by: Emmanuel Vadot
PR: 220578
2017-08-02 16:17:08 +00:00
Mark Linimon
a879ea72b3 Add slave port of u-boot-master for NanoPi Neo board.
PR:		220576
Submitted by:	manu
2017-08-02 15:36:30 +00:00
Warner Losh
4bab7baf95 Cut pine port over to u-boot-master.
Submitted by: Emmanuel Vadot
2017-08-02 15:21:02 +00:00
Warner Losh
75bad080a8 Changes to prepare for aarch64 support
o Generalize support for different architectures.
o Add specific support for aarch64
o Add ALLWINNER64 as a new family using aarch64, but no ports use it yet.
o CROSS_COMPILE is the string to pass to u-boot
o COMPILER is the FreeBSD port (we assume gcc since that works better
  typically than clang).

Submitted by: Emmanuel Vadot (the aarch64 bits, hacked by me to be generic)
2017-08-02 15:20:57 +00:00
Warner Losh
6c9a0c6d74 Bump uboot version to 2017.07.00.1 to pickup arm64 fix in FreeBSD
u-boot repo.

Submitted by: Emmanuel Vadot
2017-08-02 15:20:52 +00:00
Matthew Seaman
1a92660dea Appease portlint by reordering some items in the Makefile
Group FOO_DESC with all the other options helpers for option FOO

When DOCS are enabled and one or both of MYSQL and PGSQL options are
selected, install the corresponding createDB.sql file for generating
the DB schema rsyslog expects [1]

PR:		221012
Reported by:	rainer@ultra-secure.de [1]
2017-08-02 11:30:46 +00:00
Marcelo Araujo
ed0bdeb8a9 - Update to 0.9.9.1.
Important note:
Fix jail migration from TAGs to NAME if you have children datasets
under /data and prevent continuing if the jail is running.

Sponsored by:	iXsystems, Inc.
2017-08-02 02:41:41 +00:00
Sunpoet Po-Chuan Hsieh
c025c9d915 Update to 4.44
PR:		221156
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2017-08-01 17:11:22 +00:00
Sunpoet Po-Chuan Hsieh
7e18427374 Update to 10.7.1
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-08-01 17:10:01 +00:00
Ryan Steinmetz
c550e11dac - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
Marcelo Araujo
646f9340ee - Add devel/py3-verboselogs as dependency.
- Bump PORTREVISION.
2017-08-01 05:11:13 +00:00
Ed Schouten
cbf4c57a6c Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
This release of the CloudABI definitions contains some cleanups, such as
the removal of socket addresses. Though structures like sockaddr are
still defined by the C library, this information is no longer exposed by
runtimes. The reasoning being that additional services for CloudABI,
such as Flower, are going to facilitate this in the future:

https://github.com/NuxiNL/flower

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D11734
2017-07-31 19:57:58 +00:00
Rene Ladan
c6c3afa7e0 Remove expired ports:
2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away)
games/gondola: Depends on expired multimedia/avbin
2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away)
2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer
2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead
2017-07-31 19:39:07 +00:00
Rene Ladan
20f9ef44a2 Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2.
2017-07-31 19:17:10 +00:00
Tobias Kortkamp
e1e6b08154 sysutils/cbsd: Update to 11.1.0
Changes:	https://github.com/cbsd/cbsd/releases/tag/v11.1.0
PR:		221108
Submitted by:	olevole@olevole.ru (maintainer)
2017-07-31 19:10:35 +00:00
Rene Ladan
2988783f2b Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab; please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged into Ruby 2.0
2017-07-31 17:42:33 +00:00
Sunpoet Po-Chuan Hsieh
9941c39dfe Update to 13.2.20
- Fix shebang
- Simplify post-install:
- Update WWW

Changes:	https://github.com/chef/chef/blob/master/CHANGELOG.md
PR:		220778
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-07-31 15:50:51 +00:00
Sunpoet Po-Chuan Hsieh
64100af57d Update to 13.2.0
- Update WWW

Changes:	https://github.com/chef/ohai/blob/master/RELEASE_NOTES.md
		https://github.com/chef/ohai/blob/master/CHANGELOG.md
PR:		220777
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-07-31 15:50:46 +00:00
Sunpoet Po-Chuan Hsieh
e628e097a5 Update to 13.0.0
- Add LICENSE_FILE
- Fix indent
- Update WWW

Changes:	https://github.com/chef/chef-zero/blob/master/CHANGELOG.md
PR:		220775
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-07-31 15:50:35 +00:00
Sunpoet Po-Chuan Hsieh
b0904eaa9b Add rubygem-chef-config 13.2.20
ChefConfig is the default configuration and config loading library for Chef.

WWW: https://github.com/chef/chef/tree/master/chef-config
2017-07-31 15:50:30 +00:00
Sunpoet Po-Chuan Hsieh
0f2ba941b7 Update to 10.7
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-07-31 15:49:26 +00:00
Sunpoet Po-Chuan Hsieh
204389b227 Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		220684
Reported by:	lifanov
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 17 days)
2017-07-30 13:13:25 +00:00
Sunpoet Po-Chuan Hsieh
934c3f7648 Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		220630
Reported by:	lifanov
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2017-07-30 13:13:20 +00:00
Dmitry Marakasov
85e8799f26 - Cosmetic fixes
- Update WWW

Approved by:	portmgr blanket
2017-07-30 09:01:10 +00:00
Ryan Steinmetz
a3478098ee - Update to 2.6.0 2017-07-29 21:28:20 +00:00
Sunpoet Po-Chuan Hsieh
1f32d3fdcc Update to 3.9.0
Changes:	https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md
2017-07-29 19:26:56 +00:00
Marcelo Araujo
118e5c15ea - Update to 0.9.9.
Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9
2017-07-29 04:17:31 +00:00
Colin Percival
6335b82de3 Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including an
assertion failure after successfully creating an archive containing a file
which was (allegedly) last modified prior to January 1, 1970.

Upgrading is recommended, as (despite their implausibility) it seems that
a large number of people have files with such modification times.
2017-07-29 04:00:56 +00:00
Jung-uk Kim
37129afea9 Update to 20170728. 2017-07-28 17:33:46 +00:00
Dag-Erling Smørgrav
b2000c4361 Fix PGSQL build.
Approved by:	dvl@
2017-07-28 14:59:15 +00:00
Dmitry Marakasov
7c1b0f0a98 - Update WWW
- Add LICENSE
- Add NO_ARCH
- Remove redundant variables

Approved by:	portmgr blanket
2017-07-28 09:01:09 +00:00