| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Aug 2012 23:19:40
2.3_4
|
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
2.3_4
|
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
2.3_4
|
miwi  |
- Get Rid MD5 support |
21 May 2010 14:46:56
2.3_4
|
stefan  |
Improve configuration hints.
PR: ports/142275
Submitted by: Kenyon Ralph <kenyon@kenyonralph.com>
Patch by: submitter, maintainer |
27 Mar 2010 00:15:24
2.3_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:35:32
2.3_4  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
25 Jul 2008 12:48:47
2.3_4
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
13 May 2006 04:15:53
2.3_4
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
24 Jan 2006 01:06:45
2.3_4
|
edwin  |
SHA256ify
Approved by: krion@ |
16 Jun 2005 15:51:38
2.3_4
|
jylefort  |
[1]:
- Add a rcNG startup script
- Use mkstemp() instead of the insecure tempnam()
Moreover:
- Also create /var/spool/anacron when installed from a package
- Try to remove /var/spool/anacron when deinstalling the package; if
it fails, hint the user about removing it manually
- Respect ${CC}
- Install/deinstall ${PREFIX}/etc/anacrontab
- Split the monolithic patch-aa into separate patches
- Refactor some patches into ${REINPLACE_CMD} invocations
- Install the program ourselves (it is more straightforward than
fixing the vendor's Makefile)
- Use SUB_FILES=pkg-message
PR: ports/82168 [1]
Submitted by: maintainer [1] |
24 Nov 2004 02:45:09
2.3_3
|
sem  |
- Add startup script.
PR: ports/74287
Submitted by: maintainer |
29 Aug 2004 14:21:28
2.3_2
|
sem  |
Fix compiling with gcc 3.4
PR: ports/71099
Submitted by: maintainer |
31 Mar 2004 03:12:58
2.3_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
2.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
04 Oct 2003 00:29:47
2.3
|
edwin  |
New port: anacron
Anacron is a periodic command scheduler. It executes
commands at intervals specified in days. Unlike cron, it
does not assume that the system is running continuously.
It can therefore be used to control the execution of daily,
weekly and monthly jobs (or anything with a period of n
days), on systems that don't run 24 hours a day.
Anacron is not an attempt to make cron redundant.
PR: ports/55959
Submitted by: Derik van Zuetphen <dz@426.ch> |