Commit graph

109 commits

Author SHA1 Message Date
Andrej Zverev
02eb7ff1b6 - Remove unnecessary depend on PERL_LEVEL < 5.12
PR:		ports/178928
Submitted by:	az
Approved by:	maintainer (timeout)
2013-06-07 07:47:25 +00:00
Baptiste Daroussin
46c943cb34 Fix syntaxe error introduced by conversion to new options framework 2013-05-02 12:56:12 +00:00
Baptiste Daroussin
0b881b0ece Convert security to new options framework 2013-04-28 21:02:39 +00:00
Carlo Strub
f87124df63 - Remove A/An in COMMENT
- Trim Header where applicable
2013-03-29 19:33:41 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Chris Rees
09a8c4aa8c RC fixes;
- 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
2012-10-28 13:57:12 +00:00
Gabor Kovesdan
423a07c748 - Fix mistakenly expanded variable substitution
Noticed by:	zeising
Feature safe:	yes
2012-10-13 18:35:19 +00:00
Gabor Kovesdan
72c887c31c - Let amavisd_ram respect tmpfs [1]
- Fix amavis-p0fanalyzer startup script [2]
- Bump PORTREVISION

PR:		ports/169660 [1],
		ports/172182 [2]
Submitted by:	Helmut Schneider <jumper99@gmx.de> [1],
		Rouslan Iskhakov <rouslan@rshell.net> [2]
Feature safe:	yes
2012-10-13 18:04:57 +00:00
Doug Barton
dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
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.
2012-08-06 00:28:43 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Gabor Kovesdan
5ee8ff9eea - Update to 2.8.0
- Fix typo in LICENSE
- Remove old upgrade message
2012-07-03 16:28:43 +00:00
Andrej Zverev
c9b4f372f4 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 12:42:52 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Gabor Kovesdan
34b256f438 - Update to 2.7.0
- Beautify OPTIONS
- Remove unnecessary patch

PR:		ports/158613
Submitted by:	sahil
2011-08-08 11:19:48 +00:00
Gabor Kovesdan
6b24cc548e - Update to 2.6.6
PR:		ports/157352
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2011-06-11 19:28:36 +00:00
Gabor Kovesdan
1ab85b998e - Turn IPV6 support on by default
- Bump PORTREVISION

Requested by:	dougb, delphij
Feature safe:	yes
2011-01-25 23:24:03 +00:00
Gabor Kovesdan
268c3d2c03 - Make IPv6 support optional because it causes a delay on systems that
do not support it

PR:		ports/153431
Submitted by:	Michael Scheidell <michael.scheidell@secnap.com>
Feature safe:	yes
2011-01-17 14:33:14 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Martin Matuska
ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
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
2010-09-21 07:56:43 +00:00
Tong LIU
738d612f2b - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR:	ports/148309
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-09 08:54:36 +00:00
Gabor Kovesdan
aa087f2cd4 - Remove BDB version requirement. This doesn't fix the problem because
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]
2010-07-11 17:42:37 +00:00
Gabor Kovesdan
1c09e8cb66 - Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which was
indirectly pulled in by dependencies, has a serious performance
  problem.
- Bum PORTREVISION

Requested by:	Andy Dills <andy@xecu.net> (via private mail)
2010-06-08 07:10:55 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Jun Kuriyama
22b0d4983b - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).

Approved by:	portmgr (itetcu)
2010-01-26 15:01:09 +00:00
Gabor Kovesdan
ce2040e29e - Statically hardcode the hostname at build-time isn't correct because
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
2009-12-21 23:08:19 +00:00
Gabor Kovesdan
97eb632cb5 - Match default Clamav socket to the Clamav port's default [1]
- Change $localhost_name to real hostname instead of 'localhost' [2]
- Bump PORTREVISION

PR:		ports/141206 [1]
Submitted by:	Petr Rehor <prehor@gmail.com> [1]
Requested by:	delphij [2]
2009-12-21 22:44:13 +00:00
Gabor Kovesdan
231afbecda - Don't overwrite edited configuration file
PR:		ports/138801
Submitted by:	"Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe:	yes
2009-09-17 21:31:11 +00:00
Gabor Kovesdan
e7ea61e845 - Add support for SNMP subagent [1]
- Fix bug sending 2 reject notifications [2]

PR:		ports/136151 [1], ports/137333 [2]
Submitted by:	Olli Hauer <ohauer@gmx.de>
More info:	http://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg14060.html [2]
2009-09-12 18:51:59 +00:00
Gabor Kovesdan
f8e0706fd4 - Update to 2.6.4
PR:		ports/136078
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-06-28 08:53:47 +00:00
Gabor Kovesdan
a7f743b457 - Add forgotten patch for the last commit 2009-06-01 21:24:16 +00:00
Gabor Kovesdan
18b079adac - Fix the 'Can't locate object method "new" via package "Amavis::SpamControl"
at /usr/local/sbin/amavisd line 13878.' bug
- Bump PORTREVISION

PR:		ports/134882 [1]
Submitted by:	Elliot Dierksen <ebd@oau.org> [1],
		Kirill Angelov <kirill@dubna.ru>
Obtained from:	Debian Project
2009-06-01 21:23:44 +00:00
Gabor Kovesdan
4ff9e0dc8e - Update to 2.6.3
PR:		ports/134163
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2009-05-06 08:54:36 +00:00
Gabor Kovesdan
2c41117dae - Do not hardcode pidfile in the rc.d script [1]
- Depend on p5-Mail-DKIM >= 0.33 [2]
- Patch clamscan timeout bug [2]
- REQUIRE: mysql postgresql in rc.d script [2]
- Bump PORTREVISION
- pkg-message nits

PR:		ports/132575 [1], ports/133073 [2]
Submitted by:	Helmut Schneider <jumper99@gmx.de> [1],
		Michael Scheidell <scheidell@secnap.net> [2]
2009-04-05 17:49:19 +00:00
Gabor Kovesdan
7cfccf3344 - Fix config file path
- Fix reload target in the rc script
- Bump PORTREVISION

Reported by:	Florian Smeets <flo@kasimir.com>,
		Arjo Hooimeijer <arjo.hooimeijer@xs4all.nl>,
		Michael Scheidell <scheidell@secnap.net>
2009-02-24 15:36:43 +00:00
Gabor Kovesdan
54139a71e7 - Fix SQL logging problem [1]
- Remove old dependency [1]
- Add a warning when memdisk is used, because it is unsafe [2]
- Fix on Perl 5.8.9 [3]
- Bump PORTREVISION

PR:		ports/130835 [1], ports/131633 [2]
Submitted by:	Michael Scheidell <scheidell@secnap.net> [1][2]
2009-02-23 11:53:09 +00:00
Gabor Kovesdan
94c1bae5a6 - Update to 2.6.2 [1]
- Inplace edit Perl path to be ${PERL} [2]

PR:		ports/129670 [1]
Submitted by:	Michael Scheidell <scheidell@secnap.net> [1]
Requested by:	Andre Luiz dos Santos <andre@netvision.com.br> [2]
2008-12-26 02:29:00 +00:00
Gabor Kovesdan
856c5bf9f1 - Fix modes of the temp directory [1]
- Fix a bug in SMTP handling [2]
- Bump PORTREVISION

PR:		ports/127216 [1]
Submitted by:	Juan J Lopez <jlopez@evsis.com.ar> [1],
		Matt Emmerton <matt@gsicomp.on.ca> [2] (via private mail)
Approved by:	portmgr (erwin)
2008-09-22 09:30:48 +00:00
Gabor Kovesdan
773c325bdd - Update to 2.6.1
PR:		ports/125368
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2008-07-12 16:34:08 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Gabor Kovesdan
f532c288f2 - Fix dependency and fix INDEX
Broken by:	gabor
Reported by:	erwin
2008-05-13 16:00:31 +00:00
Gabor Kovesdan
1205c0f653 - Update to 2.6.0 [1]
- Add Ms Word support via textproc/ripole

PR:		ports/123227 [1]
Submitted by:	Michael Scheidell <scheidell@secnap.net> [1]
2008-05-13 13:44:24 +00:00
Gabor Kovesdan
a6d4fe71fc - Update to 2.5.4
PR:		ports/121666
Submitted by:	garga
2008-03-19 15:20:26 +00:00
Gabor Kovesdan
ede9193b86 - Fix a typo in pkg-message
Submitted by:	miwi
2008-01-07 17:44:21 +00:00
Gabor Kovesdan
3b7b2c9d14 - Update to 2.5.3
This is a maintainance release.
Release notes: http://www.ijs.si/software/amavisd/release-notes.txt

PR:		ports/118631 [1],
		ports/118732 [2]
Submitted by:	Olli Hauer <ohauer@gmx.de> [1],
		Michael Scheidell <scheidell@secnap.net> [2]
2007-12-16 11:24:30 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Gabor Kovesdan
758558ff31 - Make a dependency version more accurate. According to pkg_version(1)
the current one is fine, but it is reported that portupgrade(1)
  has troubles with the current way.  No PORTREVISION bump, as it just blocked
  the upgrade, but we don't want to require people to rebuild again.

Reported by:	Aurelien Croc <aurelien@ap2c.org>
2007-07-20 21:11:33 +00:00
Gabor Kovesdan
f7348895e1 - Update to 2.5.2 [1]
- Don't try to install if WITH_RAR is selected and IA32 compatibility is not
  available [2]

PR:		ports/114084 [1], ports/113941 [2]
Submitted by:	garga [1], Michael Scheidell <scheidell@secnap.net> [2]
2007-06-29 10:33:30 +00:00
Gabor Kovesdan
a71333c320 - Update to 2.5.1
- Dependency changes
- Require the fixed versions of zoo/unzoo, which are not vulnerable
- Add ramdisk support

PR:		ports/113396
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Reviewed by:	Mark Martinec <Mark.Martinec@ijs.si> (author)
2007-06-09 11:13:44 +00:00
Gabor Kovesdan
af5b6e57f7 Fix packaging. No PORTREVISION bump, since it installs and deinstalls cleanly,
just does not package. Somehow tinderbox did not reflect this issue, but
pointyhat and local tests did.

Reported by:	Bryan Fullerton <bryanf@samurai.com>,
		pointyhat (via kris)
Approved by:	portmgr (linimon)
2007-05-21 22:52:40 +00:00
Gabor Kovesdan
d9d5b2b55a - Update to 2.5.0
- Add Altermime support
- Add P7Zip support

Release Notes:	http://www.ijs.si/software/amavisd/release-notes.txt

PR:		ports/112048
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2007-05-01 18:31:56 +00:00