head	1.12;
access;
symbols
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.01.01.19.30.50;	author ohauer;	state dead;
branches;
next	1.11;

1.11
date	2011.11.02.03.43.38;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.10.10.11.39.54;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2011.10.09.03.43.36;	author eadler;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2011.03.19.13.15.33;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.21.20.45.33;	author pgollucci;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.02.15.20.16.20;	author krion;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
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_shapvh
# Date created: 			17 Nov 2004
# Whom:					Steven Looman <steven@@krx.nl>
#
# $FreeBSD: ports/www/mod_shapvh/Makefile,v 1.11 2011/11/02 03:43:38 pgollucci Exp $
#

PORTNAME=	mod_shapvh
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.crazygreek.co.uk/data/pages/mod_shapvh/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.c

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module that provides virtual hosts from a database

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

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13
USE_MYSQL=	yes

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

AP_INC=	${LOCALBASE}/include
AP_LIB=	${LOCALBASE}/lib/mysql -lmysqlclient

NO_WRKSUBDIR=	yes

do-extract:
	${MKDIR} ${WRKSRC}
	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}

.include <bsd.port.mk>
@


1.11
log
@- sync apache13 related EXPIRATION_DATE

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


1.10
log
@- pass maintainership to apache@@

Submitted by:	pgollucci
Approved by:	sahil (mentor)
@
text
@d20 1
a20 1
EXPIRATION_DATE=	2011-11-01
@


1.9
log
@- reset maintainers whose email has bounced

Approved by:	portmgr (linimon)
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


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
@d16 1
a16 1
MAINTAINER=	steven@@krx.nl
@


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

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


1.6
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d19 3
@


1.5
log
@Bump PORTREVISION for ports linking to default libmysqlclient.
@
text
@d21 1
a21 1
USE_APACHE=	1.3
@


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

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


1.3
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133640
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
@
text
@d18 2
@


1.2
log
@Fix MASTER_SITES.

PR:		ports/77527
Submitted by:	maintainer
@
text
@d18 1
a18 1
USE_APACHE=	yes
d20 7
a32 6
do-build:
	@@cd ${WRKSRC} && ${APXS} -c -l mysqlclient -I ${PREFIX}/include -L ${PREFIX}/lib/mysql ${PORTNAME}.c

do-install:
	${APXS} -i -A -n ${PORTNAME:S/^mod_//g} ${WRKSRC}/${PORTNAME}.so

@


1.1
log
@- Add mod_shapvh 1.0, Apache module that provides virtual hosts from a
  MySQL database.

  http://www.crazygreek.co.uk/content/mod_shapvh

PR:		ports/74038
Submitted by:	Steven Looman <steven@@krx.nl>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.crazygreek.co.uk/downloads/
@

