diff options
author | tron <tron> | 2012-08-28 15:54:54 +0000 |
---|---|---|
committer | tron <tron> | 2012-08-28 15:54:54 +0000 |
commit | b3c525d2c09c62b14717530718e0ffa8bb192682 (patch) | |
tree | ef9583ac4ab149c3a2817439abaf1b9633b51daa /databases/phpmyadmin/PLIST | |
parent | 29ca34751af6bfe7e4653d29a00839629406ada0 (diff) | |
download | pkgsrc-b3c525d2c09c62b14717530718e0ffa8bb192682.tar.gz |
Fix last commit:
- The setup scripts *must* not get write access to the real "config.inc.php".
Allow then instead to generate a file in "/var/phpmyadmin" which the
administrator copies it place manually. This is the intended procedure
as documented by the developers.
- Restore the normal "config.inc.php" to its original location. Not sure
why I didn't encounter any problems during testing the last change
because phpMyAdmin isn't working very well without this.
While here change dependences to require both the "php-mysql" and the
"php-mysqli" packages. Old installations will use the former, new
installation will use the later.
Bump the package revision again because of these changes.
Diffstat (limited to 'databases/phpmyadmin/PLIST')
-rw-r--r-- | databases/phpmyadmin/PLIST | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/phpmyadmin/PLIST b/databases/phpmyadmin/PLIST index 71b35556a4a..80329ed2ac5 100644 --- a/databases/phpmyadmin/PLIST +++ b/databases/phpmyadmin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2012/08/27 17:11:34 tron Exp $ +@comment $NetBSD: PLIST,v 1.30 2012/08/28 15:54:54 tron Exp $ share/doc/phpmyadmin/ChangeLog share/doc/phpmyadmin/Documentation.txt share/doc/phpmyadmin/LICENSE @@ -6,6 +6,14 @@ share/doc/phpmyadmin/README share/doc/phpmyadmin/RELEASE-DATE-${DIST_VERSION} share/examples/phpmyadmin/apache.conf share/examples/phpmyadmin/config.inc.php +share/examples/phpmyadmin/config.manyhosts.inc.php +share/examples/phpmyadmin/create_tables.sql +share/examples/phpmyadmin/create_tables_drizzle.sql +share/examples/phpmyadmin/openid.php +share/examples/phpmyadmin/signon-script.php +share/examples/phpmyadmin/signon.php +share/examples/phpmyadmin/swekey.sample.conf +share/examples/phpmyadmin/upgrade_tables_mysql_4_1_2+.sql share/phpmyadmin/Documentation.html share/phpmyadmin/Documentation.txt share/phpmyadmin/browse_foreigners.php @@ -13,6 +21,7 @@ share/phpmyadmin/bs_disp_as_mime_type.php share/phpmyadmin/bs_play_media.php share/phpmyadmin/changelog.php share/phpmyadmin/chk_rel.php +share/phpmyadmin/config.inc.php share/phpmyadmin/db_create.php share/phpmyadmin/db_datadict.php share/phpmyadmin/db_events.php |