head	1.10;
access;
symbols
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.01.01.19.30.41;	author ohauer;	state dead;
branches;
next	1.9;

1.9
date	2011.11.02.03.43.33;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.07.03.00.39;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.27.09.54.32;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.17.07.24.27;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.04.14.08.55;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.04.00.18.11;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.18.16.21.47;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2004.04.21.17.09.30;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.16.16.20.16;	author clement;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	mod_auth_useragent
# Date created:				Apr 16 2004
# Whom:					Clement Laforet <clement@@FreeBSD.org>
#
# $FreeBSD: ports/www/mod_auth_useragent/Makefile,v 1.9 2011/11/02 03:43:33 pgollucci Exp $
#

PORTNAME=	mod_auth_useragent
PORTVERSION=	1.0
CATEGORIES=	www
MASTER_SITES=	http://download.tangent.org/ \
		http://sheepkiller.nerim.net/ports/${PORTNAME}/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows you to forbid clients based on their User-Agent

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
PORTDOCS=	README faq.html

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.9
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d18 1
a18 1
EXPIRATION_DATE=	2011-11-01
@


1.7
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d18 1
a18 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.6
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d17 3
@


1.5
log
@- Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@@ are now bsd.apache.mk
  compliant
@
text
@d17 2
@


1.4
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d17 1
a17 1
WANT_APACHE=	13
d22 1
a22 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d30 1
a30 1
.include <bsd.port.post.mk>
@


1.3
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d23 1
a23 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.2
log
@- Add mirror to fix the build for release.

Notice by:      bento via kris
Approved by:    portmgr (marcus)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add mod_auth_useragent 1.0

mod_auth_useragent allows you to forbid clients based on their
User-Agent by placing a single line in your Apache httpd.conf. Be aware
that this is by no means a security measure as it is trivial to change
your User-Agent in most browsers.

WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423
@
text
@d11 2
a12 1
MASTER_SITES=	http://download.tangent.org/
@

