diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-06 05:27:21 +0800 |
commit | 15612a335fe97d6fa4c3b39b75944d17f1cfae24 (patch) | |
tree | faa0828bf8f422be63367472c7d9d99424dd1175 /security | |
parent | 439e4a25fa04452d890cbd6cb54d1523a6805c79 (diff) | |
download | freebsd-ports-gnome-15612a335fe97d6fa4c3b39b75944d17f1cfae24.tar.gz freebsd-ports-gnome-15612a335fe97d6fa4c3b39b75944d17f1cfae24.tar.zst freebsd-ports-gnome-15612a335fe97d6fa4c3b39b75944d17f1cfae24.zip |
- Update to 0.3.9
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-LiveUser_Admin/Makefile | 12 | ||||
-rw-r--r-- | security/pear-LiveUser_Admin/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/security/pear-LiveUser_Admin/Makefile b/security/pear-LiveUser_Admin/Makefile index 69b3f47f7758..226e1a22b3a8 100644 --- a/security/pear-LiveUser_Admin/Makefile +++ b/security/pear-LiveUser_Admin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= LiveUser_Admin -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.9 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org @@ -25,9 +25,12 @@ OPTIONS= PEAR_DB "PEAR::DB support" off \ CATEGORY= LiveUser/Admin FILES= Auth/Common.php Auth/DB.php Auth/MDB.php Auth/MDB2.php \ + Auth/PDO.php Auth/Storage/DB.php Auth/Storage/MDB.php \ + Auth/Storage/MDB2.php Auth/Storage/PDO.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 + Perm/Storage/PDO.php Perm/Complex.php Perm/Medium.php Perm/Simple.php \ + Storage/DB.php Storage/MDB.php Storage/MDB2.php Storage/SQL.php \ + Storage/PDO.php Admin.php Storage.php EXAMPLES= example1/Application.php example1/Area.php \ example1/Area_Admin_Areas.php example1/config.inc.php \ example1/Group.php example1/GroupRights.php \ @@ -41,9 +44,6 @@ EXAMPLES= example1/Application.php example1/Area.php \ _EXAMPLESDIR= docs/examples -post-extract: - @${MV} ${WRKSRC}/docs/examples/example\ 1 ${WRKSRC}/docs/examples/example1 - .include <bsd.port.pre.mk> .if defined(WITH_PEAR_DB) diff --git a/security/pear-LiveUser_Admin/distinfo b/security/pear-LiveUser_Admin/distinfo index 47e3ccc6c601..6b6627ddb8db 100644 --- a/security/pear-LiveUser_Admin/distinfo +++ b/security/pear-LiveUser_Admin/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/LiveUser_Admin-0.3.2.tgz) = 6b8ce6c0a4487dfe98369376f78f5f9d -SHA256 (PEAR/LiveUser_Admin-0.3.2.tgz) = 003c6a2456333a783c4d427abc8bad3ff98ae1bba880fd7de3c3cbbd73c85dbd -SIZE (PEAR/LiveUser_Admin-0.3.2.tgz) = 56683 +MD5 (PEAR/LiveUser_Admin-0.3.9.tgz) = 7dd4abf529fd60b9a3637f0801374a33 +SHA256 (PEAR/LiveUser_Admin-0.3.9.tgz) = 71a6abca96ca3518753b34bf73d3bb67b925efa9d52a58bfecc1d342e241339c +SIZE (PEAR/LiveUser_Admin-0.3.9.tgz) = 69754 |