aboutsummaryrefslogtreecommitdiff
path: root/security/pear-File_Passwd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-15 22:28:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-15 22:28:00 +0000
commit2cb9837b83aa55fcb89ab1bfe300b1e977be558f (patch)
tree258cdd26a0df8d6f722fceee2cda149f786e53c4 /security/pear-File_Passwd
parent0ccda62aceec1af97d6136bcbb410f4694b000c0 (diff)
downloadports-2cb9837b83aa55fcb89ab1bfe300b1e977be558f.tar.gz
ports-2cb9837b83aa55fcb89ab1bfe300b1e977be558f.zip
- Update to 1.1.3
- Fix dependency on pear - Fix OPTIONS PR: ports/78858 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Notes
Notes: svn path=/head/; revision=131347
Diffstat (limited to 'security/pear-File_Passwd')
-rw-r--r--security/pear-File_Passwd/Makefile27
-rw-r--r--security/pear-File_Passwd/distinfo4
2 files changed, 10 insertions, 21 deletions
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 <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"
+.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 <bsd.port.post.mk>
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