The dependency on archivers/freeze make it so that amavisd-new can check
inside freeze archives, however there are issues with that port that keeps
it from being built, and that makes amavisd-new not build either. It is
still possible to install freeze separately and have amavisd-new use it.
Approved by: flo (maintainer)
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
- Use REQUIRE in lieu of BEFORE where possible
- Include KEYWORD: shutdown for persistent services
- load_rc_config should precede any default settings
- Style fixes, indenting functions, remove single-line functions
Approved by: gabor (maintainer)
Feature safe: yes
command=foo >/dev/null 2>&1
|
v
command=foo
command_args='>/dev/null 2>&1'
This is clearly what should have been done, for several reasons.
No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port
is already present on the system when we install amavisd-new, this knob
won't guarantee that we get the proper version. The underlying port
should be changed to use a more modern version of BDB, so instead of
adding quirks here, a PR has been submitted for that port
(ports/148494). [1] [2]
- Proper handling of the WITH_RAR case [3]
- Remove -M option from mdmfs when using ramdisk. This reportedly
stop crashes. [4]
- Bump PORTREVISION
PR: ports/147794 [1], ports/147856 [2]
Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2],
Scot Hetzel <swhetzel@gmail.com> [3],
Andy Dills <andy@xecu.net> (via private mail) [4]
indirectly pulled in by dependencies, has a serious performance
problem.
- Bum PORTREVISION
Requested by: Andy Dills <andy@xecu.net> (via private mail)
packages will hold the hostname of the building cluster in this way.
Just set $localhost_name to $myhostname instead. The latter is
tunable in the configuration file.
- Bump PORTREVISION
Pointed out by: delphij