head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.6
	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.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.09.05.15.43.33;	author des;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.01.08.22.09;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.39.36;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2006.09.23.00.23.31;	author linimon;	state Exp;
branches;
next	1.5;

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

1.4
date	2005.04.26.05.35.17;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.22.13.49.04;	author thierry;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.25.13.55.21;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.25.13.28.19;	author des;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# $FreeBSD: head/security/pear-Auth_HTTP/Makefile 303710 2012-09-05 15:43:33Z des $

PORTNAME=	Auth_HTTP
PORTVERSION=	2.1.8
CATEGORIES=	security www pear

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PEAR HTTP authentication

BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS:=	${BUILD_DEPENDS}

CATEGORY=	Auth
PEAR_CATSRC=	yes
FILES=		HTTP.php
TESTS=		sample.sql test_basic_simple.php test_digest_simple.php \
		test_digest_get.php test_digest_post.php
_TESTSDIR=	docs

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.9
log
@SVN rev 303710 on 2012-09-05 15:43:33Z by des

Remove useless metadata from ports I created.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8
log
@- Update to 2.1.8
@
text
@a0 4
# Ports collection makefile for:	pear-Auth_HTTP
# Date created:				2004-10-25
# Whom:					des
#
a1 1
#
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	2.1.6
d19 1
d23 1
a23 3

post-extract:
	@@${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES}
@


1.6
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


1.4
log
@+ update port: security/pear-Auth_HTTP to 2.1.6
  + changelog: http://pear.php.net/package/Auth_HTTP/download/2.1.6/
+ pass maintainership to submitter
+ update COMMENT

PR:		80337
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d27 1
a27 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.3
log
@Upgrade to 2.1.4.

Changelog at <http://pear.php.net/package/Auth_HTTP/download/>.
@
text
@d9 1
a9 1
PORTVERSION=	2.1.4
d12 2
a13 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PEAR HTTP authentication methods
d20 1
a20 1
TESTS=		sample.sql test_basic_simple.php test_digest_simple.php	\
d24 1
a24 1
	(cd ${WRKSRC} && ${LN} -s Auth_HTTP.php HTTP.php)
@


1.2
log
@Braino: install the file with correct name.
@
text
@d9 1
a9 1
PORTVERSION=	2.0
d15 1
a15 2
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
		${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
d20 2
d24 1
a24 1
	(cd ${WRKSRC} && ln -s Auth_HTTP.php HTTP.php)
@


1.1
log
@Add Auth_HTTP 2.0 from PEAR.
@
text
@d20 4
a23 1
FILES=		Auth_HTTP.php
@

