| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
2.0.2_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. |
03 Jul 2011 14:03:52
2.0.2_2
|
ohauer  |
-remove MD5 |
16 Dec 2010 02:34:07
2.0.2_2
|
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
31 May 2010 02:01:56
2.0.2_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Mar 2010 00:15:24
2.0.2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
03 Nov 2009 02:54:10
2.0.2
|
linimon  |
Reset cherry@trombik.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
17 Aug 2009 22:44:51
2.0.2
|
miwi  |
- Update to farrokhi
PR: 137207
Submitted by: farrokhi
Approved by: maintainer timeout |
15 Jul 2009 16:56:10
1.0.0_1
|
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. |
08 Jun 2008 13:20:15
1.0.0_1
|
pav  |
- Fix build on 7.x (objformat removal)
- Move Makefile.common from server to libraries port
- Minor fixes
PR: ports/124331 ports/124335-7 ports/124371
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer) |
06 Jun 2008 14:01:07
1.0.0_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
04 Jun 2008 13:19:00
1.0.0
|
edwin  |
[NEW PORT] security/openvas-server: A security scanner: a fork of Nessus
OpenVAS stands for Open Vulnerability Assessment System and
is a network security scanner with associated tools like a
graphical user fontend. The core is a server component with
a set of network vulnerability tests (NVTs) to detect
security problems in remote systems and applications.
WWW: http://www.openvas.org/
PR: ports/123128
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> |