| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Mar 2013 20:13:22
20031008_2
|
marius  |
Deorbit expired ftp/ftp-tls and ftp/ftpd-tls.
Approved by: bapt (mentor) |
30 Dec 2012 12:47:48
20031008_2
|
marius  |
Mark deprecated with an expiration on 2013-01-31. Unfortunately, these
ports are no longer maintained upstream, which is a bad thing especially
for supposedly secure software.
Approved by: beat (mentor) |
05 Aug 2012 23:19:40
20031008_2
|
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
20031008_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. |
19 Mar 2011 12:38:54
20031008_2
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
20031008_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
20 Mar 2010 14:20:32
20031008_2
|
miwi  |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
21 Aug 2008 06:18:49
20031008_2
|
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 Oct 2007 23:04:44
20031008_2
|
edwin  |
Remove support for OSVERSION < 5 |
14 Jun 2006 20:46:27
20031008_2
|
marius  |
Use MASTER_SITE_LOCAL instead of a private server.
Approved by: netchild |
20 Feb 2006 12:38:28
20031008_2
|
marius  |
- Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.
Approved by: netchild |
22 Jan 2006 09:48:59
20031008_1
|
edwin  |
SHA256ify
Approved by: krion@ |
30 Aug 2005 18:37:02
20031008_1
|
marius  |
Remove no longer available WWW and site from MASTER_SITES (author passed
away and domain expired shortly after).
Approved by: netchild |
20 Apr 2004 13:49:29
20031008_1
|
netchild  |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
19 Mar 2004 01:51:15
20031008_1
|
trevor  |
Add size data, approved by maintainers. |
04 Jan 2004 13:56:20
20031008_1
|
netchild  |
Replace "/etc/nologin" with "/var/run/nologin" in manpage to reflect
reality.
Submitted by: maintainer |
09 Oct 2003 08:46:46
20031008
|
netchild  |
Update to 20031008. This fixes a bug where ftpd-tls would log bogus file
sizes for transfered files. On other operating systems (e.g. GNU/Linux) it
was even more severe as it also affected the file sizes ftpd-tls announced
in advent of a file transfer.
Submitted by: maintainer |
25 Sep 2003 11:34:39
20030924
|
netchild  |
- Update to 20030924. If you're running 20030520 there is no need to
update, the only change is that it now incorporates two patches
previously part of this port.
- Fix PLIST, the sample start-up script was missing.
Submitted by: maintainer |
10 Sep 2003 08:11:49
20030520
|
netchild  |
Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.
Submitted by: Marius Strobl <marius@alchemy.franken.de> |