From 39d7c9e196953325e16ddf5e6aff011676ee0218 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 15 Mar 2005 22:28:00 +0000 Subject: - Update to 1.1.3 - Fix dependency on pear - Fix OPTIONS PR: ports/78858 Submitted by: Antonio Carlos Venancio Junior (maintainer) --- security/pear-File_Passwd/Makefile | 27 ++++++++------------------- security/pear-File_Passwd/distinfo | 4 ++-- 2 files changed, 10 insertions(+), 21 deletions(-) (limited to 'security/pear-File_Passwd') diff --git a/security/pear-File_Passwd/Makefile b/security/pear-File_Passwd/Makefile index 9b864f69c601..f5ac7349518e 100644 --- a/security/pear-File_Passwd/Makefile +++ b/security/pear-File_Passwd/Makefile @@ -6,8 +6,8 @@ # PORTNAME= File_Passwd -PORTVERSION= 1.1.2 -CATEGORIES= security www pear +PORTVERSION= 1.1.3 +CATEGORIES= security pear MAINTAINER= antonio@php.net COMMENT= PEAR class to manipulate many kinds of password files @@ -15,10 +15,8 @@ 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 +OPTIONS= PEAR_CRYPT_CHAP "PEAR::Crypt_CHAP support" off CATEGORY= File FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \ @@ -26,24 +24,15 @@ FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \ Passwd/Custom.php TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \ test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \ - test_custom.php README.txt common.txt passwd.unix.txt \ - 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 + test_custom.php README.txt common.txt passwd.unix.txt passwd.cvs.txt \ + passwd.smb.txt passwd.authbasic.txt passwd.authdigest.txt \ + passwd.custom.txt .include -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" +.if defined(WITH_PEAR_CRYPT_CHAP) +RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP .endif -do-build: - ${DO_NADA} - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include diff --git a/security/pear-File_Passwd/distinfo b/security/pear-File_Passwd/distinfo index 281d9620730e..a426079e26fa 100644 --- a/security/pear-File_Passwd/distinfo +++ b/security/pear-File_Passwd/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/File_Passwd-1.1.2.tgz) = 2a5a15c8c227d480d62b5ea21684db18 -SIZE (PEAR/File_Passwd-1.1.2.tgz) = 23282 +MD5 (PEAR/File_Passwd-1.1.3.tgz) = 99f0e360c6cc7184f7be3e12a782d792 +SIZE (PEAR/File_Passwd-1.1.3.tgz) = 23932 -- cgit