diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-10 20:13:02 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-10 20:13:02 +0000 |
commit | 2cef735edaae45846bf8068857a24e491b58616a (patch) | |
tree | 111c0dd2c44b9ee449a2eaa08ac6cc4e6e53a5ce /security/pear-LiveUser_Admin | |
parent | 87bc895f7134548b919ef0658cb742e7142c9ef7 (diff) | |
download | ports-2cef735edaae45846bf8068857a24e491b58616a.tar.gz ports-2cef735edaae45846bf8068857a24e491b58616a.zip |
Notes
Diffstat (limited to 'security/pear-LiveUser_Admin')
-rw-r--r-- | security/pear-LiveUser_Admin/Makefile | 17 | ||||
-rw-r--r-- | security/pear-LiveUser_Admin/distinfo | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/security/pear-LiveUser_Admin/Makefile b/security/pear-LiveUser_Admin/Makefile index ad50523ccb1c..f5a90ccde6a1 100644 --- a/security/pear-LiveUser_Admin/Makefile +++ b/security/pear-LiveUser_Admin/Makefile @@ -6,8 +6,8 @@ # PORTNAME= LiveUser_Admin -PORTVERSION= 0.2.0 -CATEGORIES= security pear +PORTVERSION= 0.2.1 +CATEGORIES= security www pear MAINTAINER= antonio@php.net COMMENT= PEAR user authentication and permission management framework @@ -24,11 +24,11 @@ OPTIONS= PEAR_DB "PEAR::DB support" off \ PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off CATEGORY= LiveUser/Admin -FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php Perm/Complex.php \ - Perm/Medium.php Perm/Simple.php Perm/Storage/DB.php Perm/Storage/MDB.php \ - Perm/Storage/MDB2.php Storage/DB.php Storage/MDB.php Storage/MDB2.php \ - Storage/SQL.php Admin.php Storage.php -EXAMPLES= Auth_XML.xml test.php example1/Application.php example1/Area.php \ +FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \ + Perm/Storage/DB.php Perm/Storage/MDB.php Perm/Storage/MDB2.php \ + Perm/Complex.php Perm/Medium.php Perm/Simple.php Storage/DB.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/ImplyRights.php example1/index.php \ @@ -37,7 +37,8 @@ EXAMPLES= Auth_XML.xml test.php example1/Application.php example1/Area.php \ example1/UserGroup.php example1/UserRights.php example3/area51.php \ example3/coffeemaker.php example3/conf.php example3/demodata.sql \ example3/example.php example3/index.html example3/loginscreen.php \ - example3/main.php example3/nav.php example3/testarea.php + example3/main.php example3/nav.php example3/testarea.php Auth_XML.xml \ + test.php _EXAMPLESDIR= docs/examples post-extract: diff --git a/security/pear-LiveUser_Admin/distinfo b/security/pear-LiveUser_Admin/distinfo index bb8087e24ab1..50602a4d39c9 100644 --- a/security/pear-LiveUser_Admin/distinfo +++ b/security/pear-LiveUser_Admin/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/LiveUser_Admin-0.2.0.tgz) = 444da8abad9f33f6ac655d9e2ceb49a9 -SIZE (PEAR/LiveUser_Admin-0.2.0.tgz) = 44337 +MD5 (PEAR/LiveUser_Admin-0.2.1.tgz) = 6067820417219b70c6a85ccb7d68d469 +SIZE (PEAR/LiveUser_Admin-0.2.1.tgz) = 45568 |