diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 13:45:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 13:45:08 +0000 |
commit | a69d4ed9d5aa9831572ab6a3a0a9310f0568eb82 (patch) | |
tree | 41622f917b7c1499329ccec169de49c842d0e30b /security/pear-LiveUser_Admin | |
parent | 6c850b8bf6f8704334dca6a9bcd0f1059c8da6df (diff) | |
download | ports-a69d4ed9d5aa9831572ab6a3a0a9310f0568eb82.tar.gz ports-a69d4ed9d5aa9831572ab6a3a0a9310f0568eb82.zip |
Notes
Diffstat (limited to 'security/pear-LiveUser_Admin')
-rw-r--r-- | security/pear-LiveUser_Admin/Makefile | 15 | ||||
-rw-r--r-- | security/pear-LiveUser_Admin/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/security/pear-LiveUser_Admin/Makefile b/security/pear-LiveUser_Admin/Makefile index c14ddcbfe962..316f33f2f76d 100644 --- a/security/pear-LiveUser_Admin/Makefile +++ b/security/pear-LiveUser_Admin/Makefile @@ -6,11 +6,10 @@ # PORTNAME= LiveUser_Admin -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/LiveUser/LiveUser.php:${PORTSDIR}/security/pear-LiveUser @@ -31,15 +30,15 @@ FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \ Storage/MDB.php Storage/MDB2.php Storage/SQL.php Admin.php Storage.php EXAMPLES= example1/Application.php example1/Area.php \ example1/Area_Admin_Areas.php example1/config.inc.php \ - example1/extra_sql.sql example1/Group.php example1/GroupRights.php \ + example1/Group.php example1/GroupRights.php \ example1/ImplyRights.php example1/index.php \ example1/OutputRightsConstants.php example1/Rights.php \ example1/Subgroups.php example1/Translation.php example1/User.php \ example1/UserGroup.php example1/UserRights.php example3/area51.php \ - example3/coffeemaker.php example3/conf.php example3/demodata.sql \ + example3/coffeemaker.php example3/conf.php example3/demodata.xml \ example3/example.php example3/index.html example3/loginscreen.php \ - example3/main.php example3/nav.php example3/testarea.php Auth_XML.xml \ - test.php + example3/main.php example3/nav.php example3/testarea.php README \ + _EXAMPLESDIR= docs/examples post-extract: @@ -60,7 +59,7 @@ RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 .endif .if defined(WITH_PEAR_LOG) -RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log +RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log .endif .if defined(WITH_PEAR_XML_TREE) diff --git a/security/pear-LiveUser_Admin/distinfo b/security/pear-LiveUser_Admin/distinfo index fa4bb318407e..379fe982da82 100644 --- a/security/pear-LiveUser_Admin/distinfo +++ b/security/pear-LiveUser_Admin/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/LiveUser_Admin-0.2.1.tgz) = 6067820417219b70c6a85ccb7d68d469 -SHA256 (PEAR/LiveUser_Admin-0.2.1.tgz) = fa869eb2db8eb6fb54dd49b1ea42a0383f4710772d72627dd1870581d39e4705 -SIZE (PEAR/LiveUser_Admin-0.2.1.tgz) = 45568 +MD5 (PEAR/LiveUser_Admin-0.3.0.tgz) = e4bd5d2dff8fd15887daead68d47bc87 +SHA256 (PEAR/LiveUser_Admin-0.3.0.tgz) = 797e1156e46d06e78b7b42f42b9e4bd043fa046de829ee5d688fb089b2746dfd +SIZE (PEAR/LiveUser_Admin-0.3.0.tgz) = 56589 |