Compose is a tool for defining and running multi-container Docker applications.
With Compose, you use a Compose file to configure your application's services.
Then, using a single command, you create and start all the services from your
configuration.
- The plugin requires linprocfs, so add an off-by-defult option knob to
depend on linux.
- Patch source files to point to /compat/linux/proc.
Submitted by: Jason Bacon <bacon4000@gmail.com>
Approved by: swills (mentor, implicit)
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight
- Bump PORTREVISION
svn r316342 added a common anticongestion routine that all periodic scripts should
use instead of simply calling sleep. To test if it's available, a port should
check for the anticongestion_sleeptime variable.
PR: 218283
Submitted by: asomers
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-02-05 sysutils/puppet38: Upstream support ended, see http://tinyurl.com/puppet3eol
2017-03-31 editors/libreoffice4: Deprecated by upstream
2017-03-31 databases/rubygem-redis-actionpack4: Use databases/rubygem-redis-actionpack instead
2017-03-31 devel/rubygem-nio4r1: Use devel/rubygem-nio4r instead
2017-03-31 devel/liborcus07: Deprecated by upstream, use devel/liborcus
2017-03-31 devel/mdds0: Deprecated by upstream, use devel/mdds
2017-03-31 security/openvpn23-polarssl: Replaced by new upstream relesae 2.4.x
2017-03-31 security/openvpn23: Replaced by new upstream relesae 2.4.x
2017-03-31 textproc/p5-XML-XSH: Deprecated by upstream
2017-03-31 www/rubygem-jquery-atwho-rails-rails4: Use www/rubygem-jquery-atwho-rails instead
2017-03-31 www/p5-Catalyst-Plugin-Singleton: Deprecated by upstream
2017-04-01 x11/lumina-i18n: Obsolete, i18n files included in x11/lumina
2017-04-01 sysutils/jail2: Starting with 10.0 functionality has been merged into base.
2017-04-01 sysutils/iocage-devel: Outdated version. Please use sysutils/py-iocage instead
2017-04-01 sysutils/iocage: Outdated version. Please use sysutils/py-iocage instead
2017-04-05 databases/puppetdb: Depends on expired sysutils/puppet38, use puppetdb[34] instead
2017-04-05 databases/puppetdb-terminus: Depends on expired sysutils/puppet38, use puppetdb-terminus[34]
2017-04-08 databases/pglesslog: Does not build with recent PostgreSQL versions
2017-04-08 textproc/go-text: Go libraries should not be packaged
2017-04-08 devel/go-pretty: Go libraries should not be packaged
2017-04-08 databases/godis: Go libraries should not be packaged
2017-04-10 www/moodle29: Upstream support EoL, please migrate to moodle32
Recent changes since MooseFS 3.0.90:
* MooseFS 3.0.91-1 (2017-04-07)
- (all) silence false warnings generated by static analyzers (clang and cppcheck)
- (master) fixed quota testing routine used during 'move/rename'
- (all) added README.md to distribution
- (cs+mount) decreased delay in conncache
- (mount) fixed reading done by many (20+) threads using one descriptor (premature removing requests from queue during cleaning)
PR: 218502
Submitted by: freebsd@moosefs.com (maintainer)