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


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

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

1.6
date	2009.08.22.21.31.56;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.27.16.36.29;	author tabthorpe;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.23.00.23.33;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.09.19.24.47;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.09.14.15.37;	author arved;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pear-File_SMBPasswd
# Date created:			  09 March 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@@inf.ufsc.br>)
#
# $FreeBSD: head/security/pear-File_SMBPasswd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	File_SMBPasswd
PORTVERSION=	1.0.3
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR class for managing SAMBA style password files

BUILD_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PHP=	mhash

CATEGORY=	File
FILES=		SMBPasswd.php
EXAMPLES=	smbpasswd.php smbpasswd

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


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


1.6
log
@- Take over maintainership

Approved by:	Wen Heping (maintainer)
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Update to 1.0.3
- Pass maintainership to submitter

PR:		ports/131003
Submitted by:	Wen Heping <wenheping gmail.com>
@
text
@d12 1
a12 1
MAINTAINER=	wenheping@@gmail.com
@


1.4
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
@d9 1
a9 1
PORTVERSION=	1.0.2
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
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.2
log
@Update to 1.0.2
changelog: http://pear.php.net/package/File_SMBPasswd/download/1.0.2/

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


1.1
log
@New port: security/pear-File_SMBPasswd PEAR class for managing SAMBA style password files

With PEAR::File_SMBPasswd you can maintain smbpasswd-files, usualy used by
SAMBA.

PR:		ports/78642
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d9 2
a10 2
PORTVERSION=	1.0.1
CATEGORIES=	security pear
@

