head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.42;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.02.20.28.36;	author ohauer;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.14.19.16.42;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.09.15.41.07;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2011.08.21.18.37.48;	author ohauer;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Created by: Jim Riggs <ports@@christianserving.org>
# $FreeBSD: head/www/mod_setenvifplus/Makefile 306887 2012-11-02 20:28:36Z ohauer $

PORTNAME=	mod_setenvifplus
PORTVERSION=	0.19
CATEGORIES=	www
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	modsetenvifplus
EXTRACT_SUFX=	-src.tar.gz
DIST_SUBDIR=	apache2

MAINTAINER=	ports@@christianserving.org
COMMENT=	Allows setting environment variables based on request attributes

LICENSE=	AL2

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SRC_FILE=	${WRKSRC}/apache2/${MODULENAME}.c

.include <bsd.port.mk>
@


1.5
log
@SVN rev 306887 on 2012-11-02 20:28:36Z by ohauer

- update mod_webkit to version 1.1 [1]
- update mod_setenvifplus to version 0.19 [2]

noted by portscout (no changes except version number) [1]
old version no longer fetchable [1][2]

Feature safe: yes

PR:	171900 [2]

Submitted by:	ohauer [2]
Approved by:	maintainer timeout [2]
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
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_setenvifplus
# Date created:		2010-11-29
# Whom:			Jim Riggs <ports@@christianserving.org>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	0.13
d10 1
@


1.3
log
@- Update to 0.13

PR:             ports/165078
Submitted by:   myself (pgollucci)
Approved by:    ports@@christianserving.org (maintainer)
Sponsored by:   Apache Software Foundation (ASF)
@
text
@d20 3
a22 3
USE_APACHE=	20+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.2
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.1
log
@The mod_setenvifplus module allows you to set environment variables
according to whether different aspects of the request match regular
expressions you specify. These environment variables can be used by
other parts of the server to make decisions about actions to be taken,
e.g. by using mod_qos or to propagate supplemental information to the
appliaction via HTTP header data. mod_setenvifplus is derived from the
standard Apache modules mod_setenvif and mod_headers.

WWW:	http://modsetenvifplus.sourceforge.net/

PR:		ports/158709
Submitted by:	Jim Riggs <ports at christianserving.org>
@
text
@d18 1
a18 1
LICENSE=	ASL
@

