head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.5;

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

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

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

1.2
date	2008.06.21.12.36.42;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.29.11.54.15;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Created by: vl
# $FreeBSD: head/www/mod_lisp2/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_lisp2
PORTVERSION=	1.3.1
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://freebsd.minira.nl/

MAINTAINER=	viktor.leis@@googlemail.com
COMMENT=	Apache2 module for use with Common Lisp

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>
@


1.6
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.5
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
# Ports collection makefile for:	mod_lisp2
# Date created:				Tue Jul 17 2007
# Whom:					vl
#
a2 1
#
d15 1
a15 1
USE_APACHE=	22+
@


1.4
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d19 3
a21 3
USE_APACHE=	20+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.3
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Fix generates incorrect LoadModule directive in apache22's httpd.conf

PR:		124674
Submitted by:	Sven Klose <pixel@@copei.de>
Approved by:	maintainer
@
text
@d17 2
@


1.1
log
@mod_lisp is an Apache 2 module for writing web applications in Common
Lisp. It is distributed with a BSD-style license.

WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html

PR:		ports/114666
Submitted by:	Viktor Leis <viktor.leis@@googlemail.com>
@
text
@d10 1
@

