diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:24 +0800 |
commit | 705c1459853a1a562e187c769949670674ef1490 (patch) | |
tree | efe259c23dc35f766ecdc44a5f3acdbc2c375b27 /security/pear-LiveUser | |
parent | 15612a335fe97d6fa4c3b39b75944d17f1cfae24 (diff) | |
download | freebsd-ports-gnome-705c1459853a1a562e187c769949670674ef1490.tar.gz freebsd-ports-gnome-705c1459853a1a562e187c769949670674ef1490.tar.zst freebsd-ports-gnome-705c1459853a1a562e187c769949670674ef1490.zip |
- Update to 0.16.12
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 |