| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x.
PR: ports/175527
Submitted by: Cristiano Deana <cris@gufi.org> (maintainer)
Notes:
svn path=/head/; revision=321592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
| |
PR: ports/134062
Submitted by: Alexey V.Degtyarev <alexey xx renatasystems.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=233772
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/107208
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=180886
|
|
|
|
|
|
|
|
| |
PR: ports/92483
Submitted by: maintainer
Notes:
svn path=/head/; revision=154700
|
|
|
|
|
|
|
|
| |
PR: 92120
Submitted by: Cristiano Deana <cris@gufi.org>
Notes:
svn path=/head/; revision=154167
|
|
table based on their age
Expiretable is a utility used to remove entries from the pf(4) table
based on their age.
The age in question being the amount of time that has passed since
the statistics for each entry in the target table was last cleared.
WWW: http://expiretable.fnord.se/
PR: ports/91481
Submitted by: cris <cris@gufi.org>
Notes:
svn path=/head/; revision=153057
|