ports/162606: [MAINTAINER] www/codeigniter: update to 2.1.0

Bo-Yi Wu appleboy.tw at gmail.com
Wed Nov 16 06:20:07 UTC 2011


>Number:         162606
>Category:       ports
>Synopsis:       [MAINTAINER] www/codeigniter: update to 2.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 16 06:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Bo-Yi Wu
>Release:        FreeBSD 7.1-RELEASE-p13 i386
>Organization:
Realtek
>Environment:
System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010
>Description:
- Update to 2.1.0

Please vist http://codeigniter.com/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- codeigniter-2.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/codeigniter/Makefile /root/codeigniter/Makefile
--- /usr/ports/www/codeigniter/Makefile	2011-08-23 05:13:15.000000000 +0800
+++ /root/codeigniter/Makefile	2011-11-16 13:43:35.000000000 +0800
@@ -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_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 -ruN --exclude=CVS /usr/ports/www/codeigniter/distinfo /root/codeigniter/distinfo
--- /usr/ports/www/codeigniter/distinfo	2011-08-23 05:13:15.000000000 +0800
+++ /root/codeigniter/distinfo	2011-11-16 13:42:52.000000000 +0800
@@ -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 -ruN --exclude=CVS /usr/ports/www/codeigniter/pkg-plist /root/codeigniter/pkg-plist
--- /usr/ports/www/codeigniter/pkg-plist	2011-08-23 05:13:15.000000000 +0800
+++ /root/codeigniter/pkg-plist	2011-11-16 13:53:42.000000000 +0800
@@ -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
+ at 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
+ at 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
+ at 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
+ at dirrm %%WWWDIR%%/system/database/drivers/cubrid
 @dirrm %%WWWDIR%%/system/database/drivers
 @dirrm %%WWWDIR%%/system/database
 @dirrm %%WWWDIR%%/system/core
--- codeigniter-2.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list