diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-06-15 16:06:08 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-06-15 16:06:08 +0000 |
commit | b79a0619063eadc3dd9e0462e50863b3df6812fb (patch) | |
tree | 83a1fb74c65d79f66451b77bc76c6305bd47e939 /www/codeigniter/pkg-plist | |
parent | 4fa07c7f2cc3c3ba6d3267c5cd1c3a2f5d5ba057 (diff) | |
download | ports-b79a0619063eadc3dd9e0462e50863b3df6812fb.tar.gz ports-b79a0619063eadc3dd9e0462e50863b3df6812fb.zip |
- update to 2.1.1
- while here migrate to optionsNG
PR: ports/169049
Submitted by: maintainer, appleboy.tw@gmail.com
Notes
Notes:
svn path=/head/; revision=299356
Diffstat (limited to 'www/codeigniter/pkg-plist')
-rw-r--r-- | www/codeigniter/pkg-plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/codeigniter/pkg-plist b/www/codeigniter/pkg-plist index 45e0ce3db126..3a585193737d 100644 --- a/www/codeigniter/pkg-plist +++ b/www/codeigniter/pkg-plist @@ -116,7 +116,11 @@ %%WWWDIR%%/system/database/drivers/odbc/odbc_forge.php %%WWWDIR%%/system/database/drivers/odbc/odbc_result.php %%WWWDIR%%/system/database/drivers/odbc/odbc_utility.php +%%WWWDIR%%/system/database/drivers/pdo/index.html %%WWWDIR%%/system/database/drivers/pdo/pdo_driver.php +%%WWWDIR%%/system/database/drivers/pdo/pdo_forge.php +%%WWWDIR%%/system/database/drivers/pdo/pdo_result.php +%%WWWDIR%%/system/database/drivers/pdo/pdo_utility.php %%WWWDIR%%/system/database/drivers/postgre/index.html %%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php %%WWWDIR%%/system/database/drivers/postgre/postgre_forge.php @@ -214,8 +218,8 @@ @dirrm %%WWWDIR%%/system/database/drivers/sqlsrv @dirrm %%WWWDIR%%/system/database/drivers/sqlite @dirrm %%WWWDIR%%/system/database/drivers/postgre -@dirrm %%WWWDIR%%/system/database/drivers/pdo @dirrm %%WWWDIR%%/system/database/drivers/odbc +@dirrm %%WWWDIR%%/system/database/drivers/pdo @dirrm %%WWWDIR%%/system/database/drivers/oci8 @dirrm %%WWWDIR%%/system/database/drivers/mysqli @dirrm %%WWWDIR%%/system/database/drivers/mysql |