diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-13 20:41:23 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-13 20:41:23 +0800 |
commit | 994790a485eb21b2bcfb40f34178978ffe0bef0f (patch) | |
tree | 2c61a13c6dd64240a73bec169e6edc0e8aadaf7f /security/pear-Auth | |
parent | 353205a31cccabc79f13c54d622c98eda53e93f1 (diff) | |
download | freebsd-ports-gnome-994790a485eb21b2bcfb40f34178978ffe0bef0f.tar.gz freebsd-ports-gnome-994790a485eb21b2bcfb40f34178978ffe0bef0f.tar.zst freebsd-ports-gnome-994790a485eb21b2bcfb40f34178978ffe0bef0f.zip |
- Update to 1.5.0
- Sort OPTIONS
PR: ports/109128
Submitted by: chinsan (maintainer)
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 32 | ||||
-rw-r--r-- | security/pear-Auth/distinfo | 6 |
2 files changed, 20 insertions, 18 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index 2819e1bbd409..d7b1888a2bf1 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= security pear MAINTAINER= chinsan@FreeBSD.org @@ -18,30 +18,32 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-Auth OPTIONS= PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ PEAR_NET_POP3 "PEAR::Net_POP3 support" off \ - PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \ PEAR_DB "PEAR::DB support" off \ PEAR_MDB "PEAR::MDB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off \ PEAR_AUTH_RADIUS "PEAR::AUTH_RADIUS support" off \ + PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \ PEAR_FILE_SMBPASSWD "PEAR::File_SMBPasswd support" off \ PEAR_SOAP "PEAR::SOAP support" off CATEGORY= Auth -FILES= Auth.php Container.php Auth/Anonymous.php Auth/Auth.php \ - Auth/Controller.php Container/DB.php Container/DBLite.php \ - Container/File.php Container/IMAP.php Container/KADM5.php\ - Container/LDAP.php Container/MDB.php Container/MDB2.php \ +FILES= Auth.php Auth.php.bak Auth/Anonymous.php Auth/Auth.php \ + Auth/Controller.php Container.php Container/Array.php \ + Container/DB.php Container/DBLite.php Container/File.php \ + Container/IMAP.php Container/KADM5.php Container/LDAP.php \ + Container/MDB.php Container/MDB2.php Container/Multiple.php \ Container/PEAR.php Container/POP3.php Container/RADIUS.php \ - Container/SMBPasswd.php Container/SOAP.php Container/SOAP5.php \ - Container/vpopmail.php Frontend/Html.php Frontend/md5.js -TESTS= auth_container_db_options.php auth_container_file_options.php \ + Container/SAP.php Container/SMBPasswd.php Container/SOAP.php \ + Container/SOAP5.php Container/vpopmail.php Frontend/Html.php \ + Frontend/md5.js +TESTS= DBContainer.php FileContainer.php MDB2Container.php MDBContainer.php \ + POP3Container.php POP3aContainer.php TestAuthContainer.php \ + auth_container_db_options.php auth_container_file_options.php \ auth_container_mdb2_options.php auth_container_mdb_options.php \ - auth_container_pop3a_options.php auth_container_pop3_options.php \ - DBContainer.php FileContainer.php MDB2Container.php \ - MDBContainer.php mysql_test_db.sql POP3aContainer.php \ - POP3Container.php TestAuthContainer.php tests.php users \ - bug8735.passwd bug8735.phpt -DOCS= README.Auth + auth_container_pop3_options.php auth_container_pop3a_options.php \ + bug8735.passwd bug8735.phpt mysql_test_db.sql tests.php users +EXAMPLES= logging.php multi-container.php +DOCS= README.AdvancedSecurity README.Auth _DOCSDIR= . post-extract: diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index 27ce278f14e9..6388c911125b 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Auth-1.4.0.tgz) = 111c97d5f3ece28d57119526214e23ef -SHA256 (PEAR/Auth-1.4.0.tgz) = c7a2e0647a40f29bfbecc30c4ec208c3ae5f4f6301172e6b022ba9cf8866cfb9 -SIZE (PEAR/Auth-1.4.0.tgz) = 52830 +MD5 (PEAR/Auth-1.5.0.tgz) = b45e9ea8ef3d5afde6371160bf28cca2 +SHA256 (PEAR/Auth-1.5.0.tgz) = ce8b509d1e558a2a6eb8f84cde9366a7429572bd69a788b635a987a36b9fbf5e +SIZE (PEAR/Auth-1.5.0.tgz) = 54040 |