head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2012.03.13.17.02.31;	author mi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# Created by: Mikhail Teterin <mi@@aldan.algebra.com>
# $FreeBSD: head/www/mod_ftp/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_ftp
DISTVERSION=	0.9.6-beta
CATEGORIES=	www ftp
MASTER_SITES=	${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR=httpd/mod_ftp

MAINTAINER=	mi@@aldan.algebra.com
COMMENT=	Serve web-server's content via FTP

MAKE_JOBS_SAFE=	yes

USE_BZIP2=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_APACHE=	22
HAS_CONFIGURE=	yes
CONFIGURE_SCRIPT=configure.apxs
CONFIGURE_ENV+=	APXS="${APXS}"

post-install:
	@@${CAT} ${PKGMESSAGE}
	${TEST} -e ${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf ||	\
	    ${CP} -p ${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf.dist	\
		${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf

.include <bsd.port.mk>
@


1.3
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_ftp
# Date created:				June 21, 2011 Oct  5
# Whom:					Mikhail Teterin <mi@@aldan.algebra.com>
#
a2 1
#
d17 1
a17 1
USE_APACHE=	22+
@


1.1
log
@mod_ftp is a FTP Protocol module to serve httpd content over the
FTP protocol (whereever the HTTP protocol could also be used). It
provides both RETR/REST retrieval and STOR/APPE upload, using the
same user/permissions model as httpd (so it shares the same security
considerations as mod_dav plus mod_dav_fs).

WWW: http://httpd.apache.org/mod_ftp/

Feature safe:	yes
@
text
@d21 1
a21 1
USE_APACHE=	20+
@

