1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

102 Commits

Author SHA1 Message Date
Chris Rees
368fd8a051 Modernise rc scripts
Submitted by:	dougb (based on patch)
2012-01-15 20:35:29 +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
Chris Rees
10c2150c77 Add reload function to rc script
PR:		ports/163786
Submitted by:	Carl Lindberg <lindberg+freebsdbugs@clindberg.org>
2012-01-02 20:38:33 +00:00
Chris Rees
d73b6de2b8 - Update to 4.83.5
- Automate config file updates
- Include config file handling in package
- Update maintainer address

PR:		ports/157065
Submitted by:	Chris Rees (utisoft@gmail.com) (self)
Reviewed by:	Kevin Kobb
Approved by:	tabthorpe (co-mentor)
2011-06-18 16:35:08 +00:00
Sahil Tandon
d89c6e39e0 - Pass maintainership to submitter
- s/LOCALBASE/PREFIX/ where necessary
- Remove obsolete %%RC_SUBR%% reference
- Assign to RUN_DEPENDS with immediate expansion
- Use REINPLACE_CMD instead of PERL macro

PR:		ports/156883
Submitted by:	Chris Rees <utisoft@gmail.com>
2011-05-08 20:54:08 +00:00
Frederic Culot
4c382cf6d7 - Update to 4.83.4
PR:		ports/156201
Submitted by:	Kevin Kobb <kkobb AT skylinecorp.com>
2011-04-11 15:01:50 +00:00
Martin Wilke
6fc8389487 - Update to 4.83.2
PR:		155665
Submitted by:	Kevin Kobb <kkobb@skylinecorp.com> (maintainer)
2011-03-25 10:39:30 +00:00
Martin Wilke
a62f11ae47 - Update to 4.82.6-1
PR:		154775
Submitted by:	maintainer
2011-02-15 07:36:23 +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
Philip M. Gollucci
eb278d833e - Update to 4.81.4
PR:             ports/150331
Submitted by:   Kevin Kobb <kkobb@skylinecorp.com>
2010-09-14 04:11:47 +00:00
Philip M. Gollucci
3df089616c - Release some more ports 2010-04-28 22:20:23 +00:00
Philip M. Gollucci
825dcb10a1 - Update to 4.79.11 the current stable release
PR:             ports/144638
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
2010-04-27 00:20:34 +00:00
Renato Botelho
33d9de8958 Chase clamav's lib bump 2010-04-06 12:01:56 +00:00
Doug Barton
204523bd3c Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables 2010-03-28 05:52:12 +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
Philip M. Gollucci
4b89068be1 - Update to 4.79.10
PR:             ports/143277
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
2010-02-01 03:32:13 +00:00
Jun Kuriyama
14ed202be0 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).

Approved by:	portmgr (itetcu)
2010-01-27 13:05:28 +00:00
Philip M. Gollucci
d4d141a250 - Update to 4.79.5 2010-01-18 05:35:35 +00:00
Philip M. Gollucci
9875f3c1aa - Adopt 2010-01-12 06:54:31 +00:00
Philip M. Gollucci
10b2562faa This is a workaround to the continuous taint mode incompatibilities with this code.
- This patch introduces a new rc variable called "mailscanner_user". If you changed the "Run As User"
  variable in MailScanner.conf (which triggers taint mode) you MUST now also set the same value in /etc/rc.conf.
- Removed ulimit bump from startup script, since its now dynamically set at boot time based on system resources.
- fixes permission problems with pid file.

PR:             ports/142382
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
2010-01-09 23:45:02 +00:00
Pav Lucistnik
b278c686f3 - Update to 4.79.4
PR:		ports/141726
Submitted by:	Mike Jakubik <mike.jakubik@intertainservices.com>
2009-12-18 22:30:47 +00:00
Felippe de Meirelles Motta
e6d4fd5eb9 - Update to 4.78.17.
PR:		ports/139313
Submitted by:	Mike Jakubik <mikej@rogers.com>
2009-10-11 22:32:16 +00:00
Mark Linimon
4f0502580a Reset j.koopmann@seceidos.de due to maintainer-timeouts and no response
to email.

Hat:		portmgr
Feature safe:	yes
2009-09-16 21:52:11 +00:00
Pav Lucistnik
16e66b73ba - Update to 4.78.9
PR:		ports/137747
Submitted by:	Mike Jakubik <mikej@rogers.com>
Approved by:	maintainer timeout
Feature safe:	yes
2009-09-16 15:00:32 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Pav Lucistnik
9bcfb5997e - Update to 4.75.11
PR:		ports/131518
Submitted by:	Kevin Kobb <kkobb@skylinecorp.com>
Approved by:	maintainer timeout on older patch in the PR
2009-04-30 13:34:40 +00:00
Renato Botelho
b5a9f42350 - Bump necessary PORTREVISIONS and fix some ports to new clamav API 2009-03-27 11:53:07 +00:00
Renato Botelho
37c88c8e12 - Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
2008-09-15 19:56:38 +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
Martin Wilke
08152b07c9 - Add deve/p5-IO to the dependency
PR:		122152
Submitted by:	Johan Hendriks <j.hendriks@schavemaker.com>
Approved by:	maintainer via irc
2008-03-27 11:53:05 +00:00
Martin Wilke
bb9ce8c4a4 - Update to 4.67.6
Submitted by:	maintainer via private mail
2008-03-27 08:11:54 +00:00
Martin Wilke
2d8a3c6d08 - Update to 4.64.3
PR:		117129
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-10-17 09:31:17 +00:00
Martin Wilke
f1120fa555 - Update to 4.63.8
PR:		116436
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-09-18 15:10:23 +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
Cheng-Lung Sung
66d7544ff0 - Update to 4.62.9
- for details please refer to the PR

PR:		ports/115907
Submitted by:	maintainer (Jan-Peter Koopmann)
2007-09-05 09:33:20 +00:00
Martin Wilke
4aa738e8ea - Update to 4.61.7
PR:		114214
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-07-04 15:04:03 +00:00
Martin Wilke
18d00186b1 - Fixed error in auto-zip: If a message contained 2 different attachments
with exactly the same filename, the auto-zip feature would fail and
  MailScanner would die.

Submitted by:	Jan-Peter Koopmann via irc (maintainer)
2007-06-04 20:52:13 +00:00
Martin Wilke
6ce8fd0b37 - Update to 4.60.8
PR:		114420
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-06-04 13:21:45 +00:00
Martin Wilke
83eea5a3e6 - Update to 4.59.4
PR:		112389
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-06-04 09:59:58 +00:00
Stefan Walter
bc0fb8de8f Correct some options in clamav-wrapper.
PR:		111026
Submitted by:	maintainer
2007-04-08 10:40:05 +00:00
Renato Botelho
6dee7aadd2 - Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
2007-03-13 20:11:19 +00:00
Martin Wilke
79c3651630 - Update to 4.58.9
PR:		108976
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2007-02-10 12:56:37 +00:00
Nicola Vitale
b0c2c45ee1 - Updated to 4.57.6
PR:		ports/108004
Submitted by:	Jan-Peter Koopmann <j.koopmann at seceidos.de> (maintainer)
Approved by:	alexbl (mentor, implicit)
2007-01-16 21:13:03 +00:00
Dmitry Sivachenko
274e5c4ab3 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. 2006-12-03 12:45:59 +00:00
Martin Wilke
4a58e7dfb5 - Fix Update problems
- Bump PORTREVISION

Submitted by:	ports@
                Jan-Peter <Jan-Peter.Koopmann@seceidos.de> (Maintainer)
2006-11-23 21:03:47 +00:00
Martin Wilke
d69eb8f06f - Update to 4.56.8
PR:		ports/105741
Submitted by:	Jan-Peter Koopmann (maintainer)
2006-11-22 20:52:21 +00:00
Pav Lucistnik
6755590114 - Update to 4.55.10
PR:		ports/101766
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2006-08-11 20:10:30 +00:00
Anton Berezin
3b52b48898 Fix dependency: use sysutils/p5-Filesys-Df instead of
devel/p5-Filesys-Statvfs_Df, which the former replaces.  Bump
portrevision.

This should fix INDEX build.

Noticed by:	droso, index build script
Pointy hat to:	aaron, tobez (implicit)
2006-06-19 11:27:33 +00:00
Pav Lucistnik
9d5b27ea23 - Fix gunzip path
PR:		ports/98716
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2006-06-09 21:53:19 +00:00