- Update to 2.0.2
PR: ports/156078 Submitted by: Bo-Yi Wu <appleboy.tw AT gmail.com> (maintainer)
This commit is contained in:
parent
f13c2982a7
commit
2fe55e8513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272038
3 changed files with 7 additions and 17 deletions
|
@ -6,12 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= codeigniter
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://bitbucket.org/ellislab/codeigniter-reactor/get/ \
|
||||
http://www.codeigniter.org.tw/download_files/2.0.1/
|
||||
MASTER_SITES= https://bitbucket.org/ellislab/codeigniter-reactor/get/
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= a560339f28f1
|
||||
DISTNAME= f3284f26710e
|
||||
|
||||
MAINTAINER= appleboy.tw@gmail.com
|
||||
COMMENT= A framework for developing PHP web applications
|
||||
|
@ -24,7 +23,7 @@ WANT_PHP_WEB= yes
|
|||
|
||||
CI_SYS_DIR= system
|
||||
CI_CONF_DIR= application/config
|
||||
WRKSRC= ${WRKDIR}/codeigniter-reactor
|
||||
WRKSRC= ${WRKDIR}/ellislab-codeigniter-reactor-${DISTNAME}
|
||||
WWWDIR= ${PREFIX}/www/codeigniter
|
||||
PORTDOCS= *
|
||||
|
||||
|
@ -36,10 +35,9 @@ CI_CONF_FILES= index.php ${CI_CONF_DIR}/autoload.php \
|
|||
${CI_CONF_DIR}/database.php \
|
||||
${CI_CONF_DIR}/doctypes.php \
|
||||
${CI_CONF_DIR}/foreign_chars.php \
|
||||
${CI_CONF_DIR}/profiler.php \
|
||||
${CI_CONF_DIR}/hooks.php \
|
||||
${CI_CONF_DIR}/migration.php \
|
||||
${CI_CONF_DIR}/mimes.php \
|
||||
${CI_CONF_DIR}/profiler.php \
|
||||
${CI_CONF_DIR}/routes.php ${CI_CONF_DIR}/smileys.php \
|
||||
${CI_CONF_DIR}/user_agents.php
|
||||
|
||||
|
@ -55,7 +53,6 @@ STD_BITS= ${CI_CONF_DIR}/index.html \
|
|||
application/language \
|
||||
application/libraries \
|
||||
application/logs \
|
||||
application/migrations \
|
||||
application/models \
|
||||
application/third_party \
|
||||
application/views \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (a560339f28f1.zip) = 91799dfaae7b5c22a7b4e48e653751c7a2dcac0ba1bcbe2ec131f1ef034e4fa1
|
||||
SIZE (a560339f28f1.zip) = 2235153
|
||||
SHA256 (f3284f26710e.zip) = 1ab0ebe629e73bdd80c124dccbfa37ec24965db73fe3133e423d4c8e289e16d1
|
||||
SIZE (f3284f26710e.zip) = 2252044
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
@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
|
||||
|
@ -42,7 +39,6 @@
|
|||
%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php.sample
|
||||
@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php ]; then cp -p %D/%F %B/user_agents.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/user_agents.php has not been overwritten"; fi
|
||||
%%WWWDIR%%/application/controllers/index.html
|
||||
%%WWWDIR%%/application/controllers/migrate.php
|
||||
%%WWWDIR%%/application/controllers/welcome.php
|
||||
%%WWWDIR%%/application/core/index.html
|
||||
%%WWWDIR%%/application/errors/error_404.php
|
||||
|
@ -56,7 +52,6 @@
|
|||
%%WWWDIR%%/application/language/english/index.html
|
||||
%%WWWDIR%%/application/libraries/index.html
|
||||
%%WWWDIR%%/application/logs/index.html
|
||||
%%WWWDIR%%/application/migrations/001_Create_accounts.php
|
||||
%%WWWDIR%%/application/models/index.html
|
||||
%%WWWDIR%%/application/third_party/index.html
|
||||
%%WWWDIR%%/application/views/index.html
|
||||
|
@ -175,7 +170,6 @@
|
|||
%%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
|
||||
|
@ -215,7 +209,6 @@
|
|||
@dirrm %%WWWDIR%%/application/views
|
||||
@dirrm %%WWWDIR%%/application/third_party
|
||||
@dirrm %%WWWDIR%%/application/models
|
||||
@dirrm %%WWWDIR%%/application/migrations
|
||||
@dirrm %%WWWDIR%%/application/logs
|
||||
@dirrm %%WWWDIR%%/application/libraries
|
||||
@dirrm %%WWWDIR%%/application/language/english
|
||||
|
|
Loading…
Reference in a new issue