diff options
author | wen <wen@FreeBSD.org> | 2011-11-16 15:16:43 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-11-16 15:16:43 +0800 |
commit | 1be6a30e635b21730152500558a3493b969f1501 (patch) | |
tree | b5034756df962589e05baba4e6b752a3af7d1782 /www | |
parent | 7be802a6d4d0bc8f19ad9bf6a7d2b0faec1c9deb (diff) | |
download | freebsd-ports-gnome-1be6a30e635b21730152500558a3493b969f1501.tar.gz freebsd-ports-gnome-1be6a30e635b21730152500558a3493b969f1501.tar.zst freebsd-ports-gnome-1be6a30e635b21730152500558a3493b969f1501.zip |
- Update to 2.1.0
PR: ports/162606
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/codeigniter/Makefile | 4 | ||||
-rw-r--r-- | www/codeigniter/distinfo | 4 | ||||
-rw-r--r-- | www/codeigniter/pkg-plist | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile index 27cb756cd7a2..0b446682d891 100644 --- a/www/codeigniter/Makefile +++ b/www/codeigniter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= codeigniter -PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTVERSION= 2.1.0 CATEGORIES= www MASTER_SITES= http://downloads.codeigniter.com/reactor/ \ http://www.codeigniter.org.tw/download_files/ @@ -40,6 +39,7 @@ CI_CONF_FILES= index.php ${CI_CONF_DIR}/autoload.php \ ${CI_CONF_DIR}/foreign_chars.php \ ${CI_CONF_DIR}/hooks.php \ ${CI_CONF_DIR}/mimes.php \ + ${CI_CONF_DIR}/migration.php \ ${CI_CONF_DIR}/profiler.php \ ${CI_CONF_DIR}/routes.php ${CI_CONF_DIR}/smileys.php \ ${CI_CONF_DIR}/user_agents.php diff --git a/www/codeigniter/distinfo b/www/codeigniter/distinfo index a4c600e30a93..82d35bcfd06d 100644 --- a/www/codeigniter/distinfo +++ b/www/codeigniter/distinfo @@ -1,2 +1,2 @@ -SHA256 (CodeIgniter_2.0.3.zip) = c7f0e9515e033f9afd48fde1f00ad11d3c0955c674d6a5326bd1b32c2b1a5f45 -SIZE (CodeIgniter_2.0.3.zip) = 2273153 +SHA256 (CodeIgniter_2.1.0.zip) = 95b5d9afe2711bcc2a10aef8e1208cfc9fdc448bba0b0fbbf5e865141525b2ca +SIZE (CodeIgniter_2.1.0.zip) = 2308804 diff --git a/www/codeigniter/pkg-plist b/www/codeigniter/pkg-plist index fc4fee856707..45e0ce3db126 100644 --- a/www/codeigniter/pkg-plist +++ b/www/codeigniter/pkg-plist @@ -23,6 +23,9 @@ @unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php has not been removed"; fi %%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php.sample @exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php ]; then cp -p %D/%F %B/hooks.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/hooks.php has not been overwritten"; fi +@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php has not been removed"; fi +%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php ]; then cp -p %D/%F %B/migration.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/migration.php has not been overwritten"; fi @unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php has not been removed"; fi %%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php.sample @exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php ]; then cp -p %D/%F %B/mimes.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/mimes.php has not been overwritten"; fi @@ -82,6 +85,11 @@ %%WWWDIR%%/system/database/DB_forge.php %%WWWDIR%%/system/database/DB_result.php %%WWWDIR%%/system/database/DB_utility.php +%%WWWDIR%%/system/database/drivers/cubrid/cubrid_driver.php +%%WWWDIR%%/system/database/drivers/cubrid/cubrid_forge.php +%%WWWDIR%%/system/database/drivers/cubrid/cubrid_result.php +%%WWWDIR%%/system/database/drivers/cubrid/cubrid_utility.php +%%WWWDIR%%/system/database/drivers/cubrid/index.html %%WWWDIR%%/system/database/drivers/index.html %%WWWDIR%%/system/database/drivers/mssql/index.html %%WWWDIR%%/system/database/drivers/mssql/mssql_driver.php @@ -108,6 +116,7 @@ %%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/pdo_driver.php %%WWWDIR%%/system/database/drivers/postgre/index.html %%WWWDIR%%/system/database/drivers/postgre/postgre_driver.php %%WWWDIR%%/system/database/drivers/postgre/postgre_forge.php @@ -156,6 +165,7 @@ %%WWWDIR%%/system/language/english/ftp_lang.php %%WWWDIR%%/system/language/english/imglib_lang.php %%WWWDIR%%/system/language/english/index.html +%%WWWDIR%%/system/language/english/migration_lang.php %%WWWDIR%%/system/language/english/number_lang.php %%WWWDIR%%/system/language/english/profiler_lang.php %%WWWDIR%%/system/language/english/unit_test_lang.php @@ -176,6 +186,7 @@ %%WWWDIR%%/system/libraries/Image_lib.php %%WWWDIR%%/system/libraries/Javascript.php %%WWWDIR%%/system/libraries/Log.php +%%WWWDIR%%/system/libraries/Migration.php %%WWWDIR%%/system/libraries/Pagination.php %%WWWDIR%%/system/libraries/Parser.php %%WWWDIR%%/system/libraries/Profiler.php @@ -203,11 +214,13 @@ @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/oci8 @dirrm %%WWWDIR%%/system/database/drivers/mysqli @dirrm %%WWWDIR%%/system/database/drivers/mysql @dirrm %%WWWDIR%%/system/database/drivers/mssql +@dirrm %%WWWDIR%%/system/database/drivers/cubrid @dirrm %%WWWDIR%%/system/database/drivers @dirrm %%WWWDIR%%/system/database @dirrm %%WWWDIR%%/system/core |