| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Aug 2012 21:00:33
1.1
|
dougb  |
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied. |
05 Aug 2012 23:19:40
1.1
|
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.1
|
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. |
24 Oct 2011 04:17:38
1.1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
19 Mar 2011 12:38:54
1.1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
19 Jul 2006 16:18:41
1.1
|
dougb  |
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default. |
20 Feb 2006 20:47:50
1.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. |
24 Jan 2006 01:06:45
1.1
|
edwin  |
SHA256ify
Approved by: krion@ |
28 Jun 2005 22:18:24
1.1
|
jylefort  |
- Update to 1.1 [1]
- Polish the port
[1]
PR: ports/82749
Submitted by: maintainer |
04 Nov 2004 18:46:29
1.0
|
pav  |
Add rsyncmanager, a small ruby thing to manage repeated rsync jobs.
PR: ports/73537
Submitted by: Kelley Reynolds <kelley@insidesystems.net> |