Update port: security/pear-File_Passwd to 1.1.2

+ update port: security/pear-File_Passwd to 1.1.2
	  + changelog: http://pear.php.net/package/File_Passwd/download/1.1.2/
	+ add PEAR::Crypt_CHAP dependency (optional)
	+ add PHP version dependency

PR:		ports/76976
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
Edwin Groothuis 2005-02-02 12:37:34 +00:00
parent 74bc1ddc52
commit 98f77420e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127905
2 changed files with 22 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= File_Passwd
PORTVERSION= 1.1.1
PORTVERSION= 1.1.2
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
@ -15,6 +15,11 @@ COMMENT= PEAR class to manipulate many kinds of password files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= yes
LATEST_LINK= pear-File_Passwd
OPTIONS= PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off
CATEGORY= File
FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \
Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \
@ -25,6 +30,20 @@ TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \
passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \
passwd.authdigest.txt passwd.custom.txt
.if defined(WITH_PEAR_CRYPT_RC4)
RUN_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4
.endif
.include <bsd.port.pre.mk>
PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 406
IGNORE= "You need PHP 4.0.6 or later to install PEAR::File_Passwd"
.endif
do-build:
${DO_NADA}
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (PEAR/File_Passwd-1.1.1.tgz) = 55275a4affd6734d56aaa25b6a8f5821
SIZE (PEAR/File_Passwd-1.1.1.tgz) = 23200
MD5 (PEAR/File_Passwd-1.1.2.tgz) = 2a5a15c8c227d480d62b5ea21684db18
SIZE (PEAR/File_Passwd-1.1.2.tgz) = 23282