- Remove note of these manual actions from pkg-message
- Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation
- Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away
PR: 206235
Submitted by: amdmi3
Approved by: bf (maintainer)
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0
Add note in UPDATING
PR: 206174
Submitted by: lifanov@mail.lifanov.com (maintainer)
make way for a port of NetHack 3.6.0.
. Add a note to updating on how to preserve save and bones files.
PR: 205255
Submitted by: groot@kde.org (partially)
It contains the same suggestions that were dropped from its Qt4 counterpart
in r402882. Mention both ports in UPDATING.
PR: 202927
Submitted by: theraven@
MFH: 2015Q4
Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
added to the port suggesting changes to the default shared memory limits in
loader.conf(5). Since then, the default limits have been changed and the
values suggested by the port are no longer sensible (base r209037, present
in all supported FreeBSD releases).
According to theraven@:
Suggesting lowering the maximum number of pages available for shared pages
doesn't seem sensible. The other default limits look as if they ought to
be high enough (kern.ipc.shmseg is the number of shm segments that each
process can have open, so should be fine. kern.ipc.shmmni is the total
number of shm objects, so might need lowering).
Follow his advice and drop the suggestions from pkg-message.
PR: 202927
Submitted by: theraven@
MFH: 2015Q4
- Create a separate plist file
- Add @sample option to the sample file
- Rename rc script without .sh suffix
- Switch from postfix user to _rmilter dedicated user
- Add _rmilter:_rmilter to UIDs/GIDs
- Add UPDATING entry
- Update PORTVERSION, distinfo, and pkg-plist for 3.0.3
- Add LICENSE
- Fix CONFLICTS
Changes compared to CodeIgniter 2:
* The framework is released under the MIT license
* The database drivers have had extensive refactoring
* PDO is fully functional with subdrivers
* There is a new Session library
* There is a new Encryption library
* The unit testing has been beefed up, and code coverage improved
* PHP 5.4 or newer is recommended, but CI will still work on PHP 5.2.4
UPDATING:
- Add entry documenting the steps for updating a legacy site
Reference: http://www.codeigniter.com/user_guide/installation/upgrade_300.html
PR: 203403
Simple tweaks to UPDATING keepassx entry to make it more obvious that the
instructions are a series of steps, not alternatives.
Approved by: mat (original author)
Differential Revision: https://reviews.freebsd.org/D4008
- Update MIPS user target to work on head after svn r286871
- Bump UPDATING as this makes the current pkg incompatible with current
prior to this revision.
Submitted by: kan
r398061 only helps package users due to ports framework bugs:
- {BUILD,RUN}_DEPENDS cannot specify options requirements
- During updates default options' state aren't propagated once saved
PR: 203384
Reported by: many
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542