| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
347
|
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
347
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
347
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
28 Jul 2009 08:43:38
347
|
tdb  |
- Update to 347. |
26 Jul 2009 11:25:14
343_1
|
tdb  |
Stop using USE_RC_SUBR=yes.
PR: ports/136842
Submitted by: pgollucci |
06 Jan 2009 12:50:06
343
|
tdb  |
- Update to version 343. |
20 Feb 2006 20:47:50
341b_1
|
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. |
19 Feb 2006 12:48:28
341b_1
|
tdb  |
- Remove deprecated USE_REINPLACE
- Remove test for versions of FreeBSD lower than 3.x |
22 Jan 2006 02:28:45
341b_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
01 Dec 2005 16:50:07
341b_1
|
tdb  |
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor) |
02 Dec 2004 11:40:28
341b_1
|
vs  |
Improve startup-script (bump PORTREV)
PR: ports/74519
Submitted by: maintainer |
14 Nov 2004 22:47:05
341b
|
thierry  |
Update to 341b.
PR: ports/73936
Submitted by: maintainer. |
25 Aug 2004 09:17:55
341
|
krion  |
Use RCNG
PR: ports/70862
Submitted by: maintainer |
02 Jun 2004 16:29:09
341
|
pav  |
- Update to 341
- Hand maintainership to volunteer
- Tweaks
PR: ports/67462
Submitted by: Tim Bishop <tim@bishnet.net> |
17 Apr 2004 04:17:21
333_1
|
linimon  |
Per dosirak run, fix plist. |
17 Mar 2004 18:29:46
333_1
|
trevor  |
SIZEify. |
11 Feb 2004 03:03:05
333_1
|
linimon  |
dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.
While here, pacify portlint on all of them.
Discussed with: various members of portmgr@, at various times over
the last few months. |
09 Nov 2003 19:01:23
333_1
|
linimon  |
No longer allow modification of original file in files/directory.
Pointed out by: kris. |
06 Nov 2003 03:59:13
333_1
|
linimon  |
Update to latest binary client -- basically, just a retitling of a
long-standing release candidate as a release. PR: ports/48124 and
a long-term maintainer timeout. (This is part of a pass to harvest
old, stuck, PRs.) |
02 Nov 2003 23:23:44
319c_1
|
linimon  |
Update ARCH logic and change BROKEN to IGNORE for cases where the
port will never run.
PR: ports/53132 (maintainer timeout)
Submitted by: self (as linimon@lonesome.com) |
07 Mar 2003 06:07:20
319c_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
18 Jun 2001 01:08:03 
|
dwcjr  |
Add extra directory to pkg-plist Bump PORTREVISION |
21 Mar 2001 19:03:33 
|
dbaker  |
update: 313->319c |
02 Mar 2001 01:05:47 
|
will  |
Fix files/proxyper.sh install. |
08 Oct 2000 05:01:16 
|
asami  |
Convert category misc to new layout. |
05 Jul 2000 13:37:07 
|
tg  |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
22 Jun 2000 20:24:04 
|
dbaker  |
1. this patch moves the of the shell script (proxyper.sh) into the build stage
of the port. |
30 May 2000 00:50:24 
|
steve  |
Provide a cleaner way of installing files in the do-install target. |