diff options
author | flz <flz@FreeBSD.org> | 2005-04-11 04:13:02 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-11 04:13:02 +0800 |
commit | 1e798d995b558b13cdb30aaf22d2de37e86ed5c3 (patch) | |
tree | 4cccd2429290742d967ce228e9bf5fb2dd556e75 /security | |
parent | 065f2d3a888b6dfa7e7b0a3b27941ccf43792889 (diff) | |
download | freebsd-ports-gnome-1e798d995b558b13cdb30aaf22d2de37e86ed5c3.tar.gz freebsd-ports-gnome-1e798d995b558b13cdb30aaf22d2de37e86ed5c3.tar.zst freebsd-ports-gnome-1e798d995b558b13cdb30aaf22d2de37e86ed5c3.zip |
- Update to 0.2.1.
PR: ports/79380
Submitted by: maintainer
Diffstat (limited to 'security')
-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 |