head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2013.03.03.01.08.25;	author svnexp;	state dead;
branches;
next	1.16;

1.16
date	2012.12.30.19.12.27;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.21.06.17.01;	author rafan;	state Exp;
branches;
next	1.13;

1.13
date	2007.10.03.23.04.42;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2006.12.19.23.10.55;	author marius;	state Exp;
branches;
next	1.11;

1.11
date	2005.11.28.19.04.33;	author marius;	state Exp;
branches;
next	1.10;

1.10
date	2005.08.30.18.37.01;	author marius;	state Exp;
branches;
next	1.9;

1.9
date	2004.04.20.13.49.29;	author netchild;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.09.08.47.43;	author netchild;	state Exp;
branches;
next	1.7;

1.7
date	2003.09.10.08.17.17;	author netchild;	state Exp;
branches;
next	1.6;

1.6
date	2003.09.10.08.14.24;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2003.08.29.19.52.59;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2003.08.21.13.47.45;	author netchild;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.21.15.25.56;	author netchild;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.12.00.35;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.10.30.12.08.24;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313293
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Ports collection makefile for:	ftp-tls
# Date created:				24 October 2002
# Whom:					marius@@alchemy.franken.de
#
# $FreeBSD: head/ftp/ftp-tls/Makefile 309665 2012-12-30 12:47:48Z marius $
#

PORTNAME=	ftp-tls
PORTVERSION=	20051021
CATEGORIES=	ftp security
MASTER_SITES=	http://www.ford-hutchinson.com/~fh-1-pfh/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	marius

MAINTAINER=	marius@@FreeBSD.org
COMMENT=	Ftp client supporting FTP AUTH TLS

DEPRECATED=	No longer maintained upstream
EXPIRATION_DATE=	2013-01-31

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes

MAN1=		ftp-tls.1

CONFIGURE_ARGS=		--with-openssl-dir=${OPENSSLBASE}

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/ftp ${PREFIX}/bin/ftp-tls
	@@${INSTALL_MAN} ${WRKSRC}/ftp.1.TLS ${PREFIX}/man/man1/ftp-tls.1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for i in README.TLS draft-murray-auth-ftp-ssl-16.txt
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309665
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309665 | marius | 2012-12-30 12:47:48 +0000 (Sun, 30 Dec 2012) | 6 lines
## SVN ##
## SVN ## Mark deprecated with an expiration on 2013-01-31. Unfortunately, these
## SVN ## ports are no longer maintained upstream, which is a bad thing especially
## SVN ## for supposedly secure software.
## SVN ##
## SVN ## Approved by:	beat (mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@@


1.15
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/ftp-tls/Makefile 300896 2012-07-14 13:54:48Z beat $
d18 3
@


1.14
log
@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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Remove support for OSVERSION  < 5
@
text
@a23 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.12
log
@- Add MASTER_SITE_LOCAL as a backup master site, the primary one suffers
  from outages at times.
- Fix compilation with GCC 4.x. [1]
- Quiet portlint.

Approved by:	netchild
Reported by:	kris [1]
Obtained from:	Fink [1]
@
text
@a25 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400000
BROKEN=		Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())
.endif

d36 1
a36 1
.include <bsd.port.post.mk>
@


1.11
log
@Update to version 20051021, which after the original author has died now
is hosted at http://www.ford-hutchinson.com/~fh-1-pfh/. The only change
since version 20031008 is the addition of support for the Clear Command
Channel (CCC) command as described in draft-murray-auth-ftp-ssl-16.txt
(recently issued as RFC4217).

PR:		89675
Submitted by:	mnag
Approved by:	netchild
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.ford-hutchinson.com/~fh-1-pfh/
d29 1
a29 1
BROKEN=		"Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())"
@


1.10
log
@Remove no longer available WWW and site from MASTER_SITES (author passed
away and domain expired shortly after).

Approved by:	netchild
@
text
@d9 1
a9 1
PORTVERSION=	20031008
d11 1
a11 1
MASTER_SITES=	ftp://ftp.zeist.de/pub/distfiles/
d21 3
a29 3
CONFIGURE_ARGS=		--with-openssl-dir=${OPENSSLBASE}
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}

d35 1
a35 1
.for i in README.TLS draft-murray-auth-ftp-ssl-09.txt
@


1.9
log
@Use the @@FreeBSD.org address of the maintainer.

Approved by:	marius
@
text
@d11 1
a11 2
MASTER_SITES=	ftp://ftp.zeist.de/pub/distfiles/ \
		ftp://ftp.runestig.com/pub/ftp-tls/
@


1.8
log
@Update to 20031008. This fixes a bug in the autoconfigure part which
actually didn't have a negative impact on building ftp-tls.
If you're using an older version of this port there's no need to update.

Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	marius@@alchemy.franken.de
@


1.7
log
@Increment PORTREVISION because of changed plist, forgotten in last commit.
@
text
@d9 1
a9 2
PORTVERSION=	20030805
PORTREVISION=	1
@


1.6
log
@- Fix some minor nits in the patched manual page.
- Install PORTDOCS (unless NOPORTDOCS is specified).

This changes where made to bring this port in line with the newly added
ftp/ftpd-tls port.

Submitted by:	Marius Strobl <marius@@alchemy.franken.de>
@
text
@d10 1
@


1.5
log
@- use hook for bsd.openssl.mk
@
text
@d34 6
@


1.4
log
@Update to 20030805.

Submitted by:	maintainer
@
text
@d17 2
a18 3
GNU_CONFIGURE=	YES

#USE_OPENSSL=	YES
a26 2

.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
@


1.3
log
@Update to 20030520.

Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	20030520
@


1.2
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	20020906
d11 2
a12 1
MASTER_SITES=	ftp://ftp.runestig.com/pub/ftp-tls/
a16 1
USE_AUTOCONF=	YES
d19 1
a19 1
USE_OPENSSL=	YES
d28 5
@


1.1
log
@Add ftp-tls 20020906, ftp client supporting FTP AUTH TLS.

Submitted by:	marius@@alchemy.franken.de
@
text
@d14 1
@

