diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:50:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 11:50:24 +0000 |
commit | f7986edc1d1d544d9cc2357c414ba9f25d85011a (patch) | |
tree | 07657cf4b20cd7f1cec862bdab011b5199f2f974 /security/pear-Auth | |
parent | 20cceceea4eb4eb106bcc428e01905cf739cce72 (diff) | |
download | freebsd-ports-f7986edc1d1d544d9cc2357c414ba9f25d85011a.zip |
- Update to 1.6.4
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 26 | ||||
-rw-r--r-- | security/pear-Auth/distinfo | 5 |
2 files changed, 5 insertions, 26 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index c22bb4483699..0b02ea8d0999 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,16 +6,16 @@ # PORTNAME= Auth -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= security pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for creating an authentication system BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Auth OPTIONS= PEAR_LOG "PEAR::Log support" off \ PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ @@ -29,26 +29,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off \ PEAR_SOAP "PEAR::SOAP support" off \ PEAR_NET_VPOPMAILD "PEAR::Net_Vpopmaild support" off -CATEGORY= Auth -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/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_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: @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index b66bc1a84d42..0dd196f97c2f 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Auth-1.6.2.tgz) = 59e13ecba066722a911c216d03d52524 -SHA256 (PEAR/Auth-1.6.2.tgz) = c0080812b1e959492dab12c98d15f499a80a600e435ccc68d2d903309c5f3050 -SIZE (PEAR/Auth-1.6.2.tgz) = 56036 +SHA256 (PEAR/Auth-1.6.4.tgz) = 5fb31a2f758474fd9a044afbc387d65fef38732b8f313837971b9a16104779e6 +SIZE (PEAR/Auth-1.6.4.tgz) = 56048 |