| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jun 2012 13:10:10
0.11_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.11_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
14 Jan 2012 08:57:23
0.11_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. |
03 Jul 2011 13:53:52
0.11_1
|
ohauer  |
- remove MD5 |
27 Jun 2011 17:52:38
0.11_1
|
crees  |
- Use USERS and GROUPS
PR: ports/157576
Submitted by: Chris Rees (utisoft@gmail.com)
Approved by: tabthorpe (co-mentor), maintainer |
27 Mar 2010 00:15:24
0.11_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Jan 2010 13:05:28
0.11_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 11).
Approved by: portmgr (itetcu) |
01 Oct 2007 05:18:54
0.11
|
linimon  |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer |
08 Sep 2007 01:01:47
0.11
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
03 Nov 2006 03:37:56
0.11
|
rafan  |
- Fix pkg-plist
Reported by: pointyhat via kris
Approved by: Yoshisato YANAGISAWA (maintainer, implicit) |
01 Nov 2006 08:36:08
0.11
|
rafan  |
- Update to 0.11
PR: ports/104967
Submitted by: Yoshisato YANAGISAWA (maintainer) |
18 Sep 2006 14:12:16
0.10_2
|
rafan  |
- rc scripts have race condition to stop executing at start-up time.
This also stops FreeBSD start up.
Ref: http://docs.freebsd.org/cgi/mid.cgi?450CA21C.3080407
- There are potential DoS attacks by dkfilter_{in,out} program.
They can change their pid file to illegally stop any program
when an administrator try to stop them by rc script.
- pet portlint(1)
PR: ports/103344
Submitted by: Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp>
(maintainer) |
29 Jul 2006 02:07:43
0.10_1
|
rafan  |
- rc.d scripts are changed to show error messages when some error
occurs. It didn't show error messages even if they are fatal.
- Each rc.d script now logs all messages got at starting a daemon.
- pkg-install is made to automatically make a user to execute dkfilter
which is specified by Makefile. Register UIDs, GIDs.
- pkg-deinstall is made to notice that an admin should remove the
user made at install-time if they don't need him or her
- Bump PORTREVISION for all these changes
PR: ports/100978
Submitted by: Yoshisato YANAGISAWA (maintainer) |
15 Jul 2006 16:11:19
0.10
|
clsung  |
- update to 0.10
- pet portlint
PR: ports/100349
Submitted by: maintainer (Yoshisato YANAGISAWA) |
20 Feb 2006 20:47:50
0.8_2
|
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. |
25 Jan 2006 11:41:46
0.8_2
|
garga  |
- Fix rc.d scripts
- Bump PORTREVISION
PR: ports/92302
Submitted by: maintainer |
12 Nov 2005 20:18:42
0.8_1
|
mnag  |
Add rc scripts dkfilter_in.sh and dkfilter_out.sh
Fix pkg-descr and one patch to fix Signature.pm
Bump PORTREVISION
PR: 88881
Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
(maintainer) |
05 Nov 2005 03:57:27
0.8
|
vanilla  |
Add dkfilter 0.8, domainkeys filter for Postfix.
PR: ports/88442
Submitted by: Yoshisato YANAGISAWA |