Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jan 2021 09:29:38
1.4.2

|
danfe  |
- Fix the build on recent -CURRENT by depending on `devel/libgnuregex'
- Drop the leading article from the COMMENT line per our conventions
- Install docfiles in the dedicated `do-install-DOCS-on' helper target
- Wrap an overly long line and reduce vertical whitespace while here
PR: 252258
Submitted by: kevans |
19 Oct 2019 12:21:22
1.4.2

|
rakuco  |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
10 Sep 2018 13:14:52
1.4.2

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
01 Apr 2016 14:33:58
1.4.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
04 Jul 2014 09:17:48
1.4.2

|
culot  |
- Update pkg-descr
PR: ports/191485
Submitted by: C. Hutchinson <portmaster@bsdforge.com> (maintainer) |
20 May 2014 06:08:37
1.4.2

|
rm  |
www/spreadlogd: remove broken and deprecated
- remove broken and deprecated, because the dependency was fixed
- pass maintainership to submitter
PR: 188852
Submitted by: C Hutchinson <portmaster@bsdforge.com> |
05 Apr 2014 20:24:00
1.4.2

|
ohauer  |
- mark this port for removal on 2014-05-01
port depends on net/spread, which expired on 2014-03-10
PR: ports/188128
Submitted by: rene |
15 Dec 2013 17:47:29
1.4.2

|
ohauer  |
- add stage support
- add License |
20 Sep 2013 23:36:54
1.4.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
05 Aug 2012 23:19:40
1.4.2
|
dougb  |
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 |
14 Jan 2012 08:57:23
1.4.2
|
dougb  |
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. |
19 Mar 2011 12:38:54
1.4.2
|
miwi  |
- Get Rid MD5 support |
28 Apr 2010 22:24:39
1.4.2
|
pgollucci  |
- Assign some ports to apache@ |
27 Mar 2010 00:15:24
1.4.2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
12 Jan 2010 07:00:47
1.4.2
|
pgollucci  |
- Adopt |
15 Jul 2009 16:56:10
1.4.2
|
dougb  |
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. |
27 Feb 2007 09:57:22
1.4.2
|
linimon  |
Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.
Hat: portmgr |
13 May 2006 04:41:22
1.4.2
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
20 Feb 2006 20:47:50
1.4.2
|
dougb  |
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. |
24 Jan 2006 03:14:23
1.4.2
|
edwin  |
SHA256ify
Approved by: krion@ |
14 May 2005 11:12:15
1.4.2
|
jylefort  |
Add spreadlogd.
If you kill -HUP or kill the spreadlogd process, it will not actually process
the signal until after it has received its next message from Spread. You can
move you log files to new names and then kill -HUP and it will reopen the log
files. This is useful for seamless log rotation without losing any messages.
Spread is really cool. It is a poweful group communication toolkit developed
at the Center for Networking and Distributed Systems at the Johns Hopkins
University (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively).
WWW: http://www.lethargy.org/mod_log_spread/
PR: ports/80877
Submitted by: Meno Abels <meno.abels@adviser.com> |