diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:27:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:27:24 +0000 |
commit | f3b5f5e35ff0dc1ed0fe4234ff20946c25a2c17b (patch) | |
tree | fb211a748a956646c8effe1762b2c7232af73afd /security/pear-LiveUser | |
parent | f1c81030a701f16149f4b5a6100e5ff1b312176d (diff) | |
download | ports-f3b5f5e35ff0dc1ed0fe4234ff20946c25a2c17b.tar.gz ports-f3b5f5e35ff0dc1ed0fe4234ff20946c25a2c17b.zip |
Notes
Diffstat (limited to 'security/pear-LiveUser')
-rw-r--r-- | security/pear-LiveUser/Makefile | 21 | ||||
-rw-r--r-- | security/pear-LiveUser/distinfo | 6 |
2 files changed, 16 insertions, 11 deletions
diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile index b0c4fa1a3d32..64ef111df143 100644 --- a/security/pear-LiveUser/Makefile +++ b/security/pear-LiveUser/Makefile @@ -6,7 +6,7 @@ # PORTNAME= LiveUser -PORTVERSION= 0.16.2 +PORTVERSION= 0.16.12 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org @@ -25,12 +25,11 @@ OPTIONS= PEAR_DB "PEAR::DB support" off \ CATEGORY= LiveUser FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \ - Auth/PEARAuth.php Auth/Session.php Auth/XML.php \ - Auth/Storage/Globals.php Perm/Storage/Cache.php \ - Perm/Storage/DB.php Perm/Storage/Globals.php Perm/Storage/MDB.php \ - Perm/Storage/MDB2.php Perm/Storage/SQL.php Perm/Storage/XML.php \ - Perm/Complex.php Perm/Medium.php Perm/Simple.php Perm/Storage.php \ - LiveUser.php + Auth/PEARAuth.php Auth/PDO.php Auth/Session.php Auth/XML.php \ + Perm/Storage/DB.php Auth/Storage/Globals.php Perm/Storage/MDB.php \ + Perm/Storage/MDB2.php Perm/Storage/PDO.php Perm/Storage/SQL.php \ + Perm/Storage/XML.php Perm/Complex.php Perm/Medium.php Perm/Simple.php \ + Perm/Storage.php LiveUser.php SQLS= Auth_XML.xml install.php Perm_XML.xml README DOCS= lgpl.txt EXAMPLES= example1/Auth_XML.xml example1/conf.php example1/example.php \ @@ -43,7 +42,13 @@ EXAMPLES= example1/Auth_XML.xml example1/conf.php example1/example.php \ example4/news_change.tpl.php example4/news_new.php \ example4/news_new.tpl.php example4/news_notallowed.tpl.php \ example4/news_view.php example4/news_view.tpl.php \ - example4/style.css + example4/style.css example5/admin.php example5/admin.tpl \ + example5/conf.php example5/conf_pdo.php example5/createlu.php \ + example5/demodata.xml example5/home.php example5/home.tpl \ + example5/index.php example5/layout_frontend.css \ + example5/liveuser_rights.php example5/login_form.tpl \ + example5/news.tpl example5/news_edit.tpl \ + example5/news_list.tpl demodata.php _EXAMPLESDIR= docs/examples _DOCSDIR= . diff --git a/security/pear-LiveUser/distinfo b/security/pear-LiveUser/distinfo index 211bf32ec54d..0748ac8cddad 100644 --- a/security/pear-LiveUser/distinfo +++ b/security/pear-LiveUser/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/LiveUser-0.16.2.tgz) = 81998fc6c13d8b73c86b253bdba16009 -SHA256 (PEAR/LiveUser-0.16.2.tgz) = 46c842e8feea5a5b4088bf8d80f474d0db97fdea970957d053bd4d58dda6c4e3 -SIZE (PEAR/LiveUser-0.16.2.tgz) = 71039 +MD5 (PEAR/LiveUser-0.16.12.tgz) = e9af647f2638fbe7750ba1cf28b6bac4 +SHA256 (PEAR/LiveUser-0.16.12.tgz) = ba76db9e919ef7e84248347200971384b00d56e36357740dea94d4d035a13f54 +SIZE (PEAR/LiveUser-0.16.12.tgz) = 77726 |