1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Ryan Steinmetz
9ff471ed29 - Update to 5.1
PR:		ports/166444
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
Feature safe:	yes
2012-03-28 01:42:25 +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
Ryan Steinmetz
26078a1ecd - Patch sample ifstated.conf to honor FreeBSD's ping(1) syntax
PR:		ports/163037
Submitted by:	Filip Valder <filip@valder.cz>
Approved by:	maintainer timeout (3+ weeks)
2012-01-04 01:34:00 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Li-Wen Hsu
fdde528fec - Support multiple profiles (instances) much like apache22
- Add `-p pidfile' option to support multiple profiles

PR:		ports/149727
Submitted by:	Jim Riggs <ports AT christianserving.org> (maintainer)
2010-08-22 01:15:32 +00:00
Steven Kreuzer
0bb451b0af Include patch file that I forgot to include in previous committ
PR:		ports/148638
Submitted by:	Jim Riggs <ports@christianserving.org>
2010-07-15 21:25:48 +00:00
Steven Kreuzer
206bbc8bff Update to 4.7
PR:		ports/148242
Submitted by:		Jim Riggs <ports@christianserving.org>
2010-07-13 21:31:33 +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
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +00:00
Ion-Mihai Tetcu
8b75a1af63 Drop a MASTER site that will disappear soon.
PR:		ports/113686
Submitted by:	Steven Kreuzer (maintainer)
2007-06-17 21:30:06 +00:00
Ion-Mihai Tetcu
2dd2e37464 Change of email address, same maintainer.
PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
2007-06-17 21:27:42 +00:00
Stefan Walter
ff44bf490c - Update to 3.7. [1]
- Integrate patch that fixes behaviour with multiple check criteria. [2]

PR:		111129 [1], [2]
Submitted by:	maintainer [1]
		Artemiev Igor <ai@bmc.brk.ru> [2]
Approved by:	maintainer
2007-04-14 14:03:19 +00:00
Martin Wilke
aadc1537f4 - Pass maintainership to submitter
PR:		107713
Submitted by:	Steven Kreuzer<skreuzer@f2o.org>
2007-01-09 21:48:36 +00:00
Pav Lucistnik
5d2ef3d520 - Reset maintainer, his email address is bouncing
- Style: USE_RC_SUBR, SUB_FILES

  This port needs a new caretaker.  With the old maintainer dissapeared the
  only download location.
2006-10-07 11:17:09 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Pav Lucistnik
36a1b9849a - Update to 20050505
PR:		ports/80667
Submitted by:	Matthew George <mdg@secureworks.net> (maintainer)
2005-05-06 17:39:09 +00:00
Pav Lucistnik
b49c93766f - Add file missed in previous commit before anyone notices 2004-11-21 03:09:12 +00:00
Pav Lucistnik
b10532a581 Add ifstated, a port of src/usr.sbin/ifstated from OpenBSD. It has been
modified to use kqueue/kevent and sysctl.

The ifstated daemon runs commands in response to network state changes,
which it determines by monitoring interface link state or running exter-
nal tests.  For example, it can be used with carp(4) to change running
services or to ensure that carp(4) interfaces stay in sync, or with pf(4)
to test server or link availability and modify translation or routing
rules.

PR:		ports/74096
Submitted by:	Matthew George <mdg@secureworks.net>
2004-11-21 03:08:36 +00:00