| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.5.5_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. |
12 Sep 2011 13:46:59
1.5.5_1
|
gabor  |
- Track dependencies after databases/gdbm update |
03 Jul 2011 13:53:52
1.5.5
|
ohauer  |
- remove MD5 |
27 Mar 2010 00:15:24
1.5.5
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
31 Aug 2009 23:29:38
1.5.5
|
araujo  |
- Update to 1.5.5.
PR: ports/138329
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
21 Aug 2008 06:18:49
1.5.4
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
03 Jul 2008 01:24:54
1.5.4
|
beech  |
- Update to 1.5.4
PR: ports/125145
Submitted by: Bartlomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
24 Apr 2007 22:12:25
1.5.3_6
|
miwi  |
- Add "Save mbox indices" option
- Accomodate OPTIONS algorithm change
PR: 112070
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
20 Apr 2007 02:31:02
1.5.3_5
|
lwhsu  |
- Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/
- Bump PORTREVISION
PR: 111845
Submitted by: Alexander Logvinov <ports AT logvinov.com>
Approved by: Boris Kovalenko <boris AT tagnet.ru> (maintainer),
clsung (mentor) |
18 Apr 2007 06:08:11
1.5.3_4
|
lwhsu  |
- Add /etc/passwd authentication method support
- Bump PORTREVISION
PR: 111806
Submitted by: Alexander Logvinov <ports AT logvinov.com>
Approved by: Boris Kovalenko <boris AT tagnet.ru> (maintainer),
clsung (mentor) |
05 Dec 2006 18:40:12
1.5.3_3
|
laszlof  |
This update contains extra patch which is not approved by Chris Lightfoot
(the tpop3d author) as he is unreachable for a long time period. Indeed this
patch may help people who have coredumps with auth-perl and multithreaded perl.
Big thanks to George A Eliseeff <kuzmich at inbox.ru>.
PR: ports/106365
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
05 Nov 2006 11:32:05
1.5.3_3
|
miwi  |
- Proper startup order for rcNG script
PR: ports/103133
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2 |
12 Jul 2006 15:02:53
1.5.3_3
|
rafan  |
- Change the way OPTIONS is checked as suggested by Porters Handbook
PR: ports/100158
Submitted by: Boris Kovalenko <boris tagnet.ru> (maintainer) |
28 Jun 2006 02:54:19
1.5.3_3
|
rafan  |
- Update rcNG script to allow startup on 6.1-RELEASE.
Bump PORTREVISION.
- Cosmetic fixes
PR: ports/99537
Submitted by: maintainer
Approved by: delphij (mentor) |
10 May 2006 22:37:39
1.5.3_2
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
20 Feb 2006 20:47:50
1.5.3_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. |
22 Jan 2006 12:50:54
1.5.3_2
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Aug 2005 19:57:49
1.5.3_2
|
pav  |
- Add option for optional DRAC RFC for POP-before-SMTP relaying (default off)
PR: ports/85518
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
12 Apr 2005 03:26:57
1.5.3_2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.5.3_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
03 Apr 2005 05:42:25
1.5.3_2
|
sem  |
- Remove unnecessary IS_INTERACTIVE from Makefile
- Added patch to prevent crashing whith nonexistent maildir
PR: ports/79495
Submitted by: maintainer |
12 Mar 2005 16:29:58
1.5.3_1
|
sem  |
Second patch form the PR was missed
- Found serious OPTIONS interaction errors. Fixed.
PR: ports/78723
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
12 Mar 2005 15:19:51
1.5.3_1
|
sem  |
- Minor changes to be sure Maildir will be properly compiled
if options was changed.
-Pass maintainership to submitter
PR: ports/78723
Submitted by: Boris Kovalenko <boris@tagnet.ru>
Approved by: Chris Elsworth <chris@shagged.org> (maintainer) |
11 Mar 2005 22:08:12
1.5.3_1
|
pav  |
- Use OPTIONS, add more options
- Provide RCng script
- Tweaks
PR: ports/78659
Submitted by: Boris Kovalenko <boris@tagnet.ru>
Approved by: Chris Elsworth <chris@shagged.org> (maintainer) |
21 Dec 2004 09:30:20
1.5.3_1
|
sem  |
- Add missing TLS support
PR: ports/75331
Submitted by: Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw>
Approved by: maintainer |
15 Nov 2004 22:36:24
1.5.3
|
pav  |
- Change optional LDAP dependency from openldap20-client which is gone,
to openldap22-client.
Bumped into by: Sean McNeil <sean@mcneil.com> |
31 Mar 2004 03:12:58
1.5.3
|
trevor  |
SIZEify (maintainer timeout) |
04 Dec 2003 13:16:47
1.5.3
|
sergei  |
- Update to 1.5.3
While I'm here:
- Group related Makefile variables together
- Combine some .if's
- Install some documentation
PR: 59689
Submitted by: maintainer |
01 Nov 2003 10:45:37
1.5.2
|
erwin  |
use REINPLACE instead of perl to fix build on 5.x
Submitted by: maintainer
Noticed by: bento via kris |
27 Oct 2003 20:49:21
1.5.2
|
erwin  |
use USE_MYSQL
PR: 57645
Approved by: maintainer timeout (3 weeks) |
09 Sep 2003 20:07:10
1.5.2
|
erwin  |
Update to 1.5.2
Added a better sample configuration file
PR: 56629
Submitted by: maintainer |
20 Aug 2003 21:37:21
1.5.1
|
krion  |
- Fix typo in CONFIGURE_ARGS
Submitted by: maintainer |
20 Aug 2003 12:27:07
1.5.1
|
krion  |
- Update to 1.5.1
PR: 55801
Submitted by: maintainer |
15 Aug 2003 00:49:31
1.4.2
|
kuriyama  |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
24 Feb 2003 02:56:37
1.4.2
|
edwin  |
Point dependencies on net/openldap2 to net/openldap20 |
21 Feb 2003 12:42:26
1.4.2
|
knu  |
De-pkg-comment. |
30 Jun 2002 16:42:16
1.4.2
|
ijliao  |
upgrade to 1.4.2
PR: 40016
Submitted by: maintainer |
04 May 2002 14:09:58
1.4.1
|
anders  |
Update to 1.4.1.
Add OpenLDAP support.
PR: 37141
Submitted by: maintainer |
11 Feb 2002 21:37:22 
|
pat  |
Update to 1.3.5 |
31 Aug 2001 06:43:57 
|
petef  |
add tpop3d 1.3.4 Virtual-domain capable POP3 server supporting MySQL auth |