head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	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;
locks; strict;
comment	@# @;


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

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

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

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

1.3
date	2009.08.22.00.35.00;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.18.21.05.18;	author glarkin;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.25.11.15.45;	author beech;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	phpdeadlock
# Date created:		08 Oct 2007
# Whom:			Greg Larkin <glarkin@@FreeBSD.org>
#
# $FreeBSD: head/security/phpdeadlock/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	phpdeadlock
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	security www
MASTER_SITES=	SF/${PORTNAME}/Deadlock/${PORTVERSION}%20Stable
DISTNAME=	Deadlock-${PORTVERSION}-Stable

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Web-based user authentication/password protection system

WRKSRC=	${WRKDIR}/Deadlock-1.01
DLURL?=	${PORTNAME}
DLDIR=		www/${DLURL}
PORTDOCS=	CHANGES.txt COPYING.txt UPGRADE.txt

USE_DOS2UNIX=	yes
USE_APACHE_RUN=	22+
USE_PHP=	mysql session ctype pcre
NO_BUILD=	yes

SUB_FILES=	pkg-message
SUB_LIST=	DLURL=${DLURL} DLDIR=${DLDIR}

post-extract:
	@@cd ${WRKDIR} && ${MV} "Deadlock v1.01" Deadlock-1.01

post-patch:
	@@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \;

do-install:
	@@cd ${WRKSRC}/deadlock && ${COPYTREE_SHARE} . ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
		${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
	@@${CHMOD} 777 ${WWWDIR}/db_config.php
	@@${ECHO_CMD} '@@exec ${CHMOD} 777 \
		${WWWDIR:S|^${PREFIX}/|%D/|}/db_config.php' >> ${TMPPLIST}

post-install:
.if !defined(NOPORTDOCS)
	@@${INSTALL} -d ${DOCSDIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.6
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
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@@
@
text
@d24 1
a24 1
USE_APACHE=	20+
@


1.4
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d24 1
a24 1
USE_APACHE=	13+
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
d24 1
a24 1
USE_APACHE=	1.3+
@


1.2
log
@Changed my MAINTAINER address to
glarkin@@FreeBSD.org.

Approved by:	beech (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.1
log
@- New port phpdeadlock-1.0.1
- Web-based user authentication/password protection system

PR:		ports/117122
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
@
text
@d3 1
a3 1
# Whom:			Greg Larkin <glarkin@@sourcehosting.net>
d14 1
a14 1
MAINTAINER=	glarkin@@sourcehosting.net
@

