diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-20 21:45:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-20 21:45:01 +0800 |
commit | 46007de31e57fe0e55d8dad2666b42371521d68b (patch) | |
tree | e7e9aeb39855b03e8edc618b65e5f9918b13b497 /security | |
parent | 18bafdf15745e82019889ab71a19fba96977aca1 (diff) | |
download | freebsd-ports-gnome-46007de31e57fe0e55d8dad2666b42371521d68b.tar.gz freebsd-ports-gnome-46007de31e57fe0e55d8dad2666b42371521d68b.tar.zst freebsd-ports-gnome-46007de31e57fe0e55d8dad2666b42371521d68b.zip |
- Update to 0.16.0
- Take maintainership
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-LiveUser/Makefile | 15 | ||||
-rw-r--r-- | security/pear-LiveUser/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile index 8684d3c138f1..fc215de133d5 100644 --- a/security/pear-LiveUser/Makefile +++ b/security/pear-LiveUser/Makefile @@ -6,11 +6,10 @@ # PORTNAME= LiveUser -PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTVERSION= 0.16.0 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/Event/Dispatcher.php:${PORTSDIR}/devel/pear-Event_Dispatcher @@ -26,24 +25,24 @@ 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 Perm/Storage/Cache.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 -SQLS= auth_mdb_schema.xml Auth_XML.xml install.php perm_mdb_schema.xml \ - Perm_XML.xml README +SQLS= Auth_XML.xml install.php Perm_XML.xml README DOCS= lgpl.txt EXAMPLES= example1/Auth_XML.xml example1/conf.php example1/example.php \ example1/index.html example1/README example2/Auth_XML.xml \ example2/conf.php example2/example.php example2/index.html \ example2/Perm_XML.xml example2/README example4/Auth_XML.xml \ - example4/conf.php example4/demodata.sql example4/error-page.tpl.php \ + example4/conf.php example4/demodata.xml example4/error-page.tpl.php \ example4/finish.inc.php example4/functions.js example4/index.html \ example4/loginform.tpl.php example4/news_change.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/README \ + example4/news_view.php example4/news_view.tpl.php \ example4/style.css _EXAMPLESDIR= docs/examples _DOCSDIR= . diff --git a/security/pear-LiveUser/distinfo b/security/pear-LiveUser/distinfo index 90203e249bca..ce6ae84c8b39 100644 --- a/security/pear-LiveUser/distinfo +++ b/security/pear-LiveUser/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/LiveUser-0.15.1.tgz) = b29032299abf8b088d117a0259f0e8b2 -SHA256 (PEAR/LiveUser-0.15.1.tgz) = f14fe54e3fd1382e4bfd7453c9e53492341e08f61541564197e497f59f1e7e11 -SIZE (PEAR/LiveUser-0.15.1.tgz) = 64934 +MD5 (PEAR/LiveUser-0.16.0.tgz) = a68693a9a9977241aa80e7bae0b62115 +SHA256 (PEAR/LiveUser-0.16.0.tgz) = c9377504fa5289c641a441dd6c96e22dc33c7fbeec3b4391509bf706139b7012 +SIZE (PEAR/LiveUser-0.16.0.tgz) = 70164 |