Date: Thu, 31 Mar 2011 13:30:36 +0800 (CST) From: Bo-Yi Wu <appleboy.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: appleboy.tw@gmail.com Subject: ports/156078: [maintainer-update] www/codeigniter-devel: update to 2.0.2 Message-ID: <201103310530.p2V5Ua4l030834@freebsd.ee.ccu.edu.tw> Resent-Message-ID: <201103310540.p2V5eA3s034549@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156078 >Category: ports >Synopsis: [maintainer-update] www/codeigniter-devel: update to 2.0.2 >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: Thu Mar 31 05:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Bo-Yi Wu >Release: FreeBSD 7.1-RELEASE-p13 i386 >Organization: Gemtek of Taiwan >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 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: -Update to 2.0.2 -Remove migration module >How-To-Repeat: >Fix: --- codeigniter-devel.patch begins here --- diff -ruN /usr/ports/www/codeigniter-devel/Makefile codeigniter-devel/Makefile --- /usr/ports/www/codeigniter-devel/Makefile 2011-02-15 05:11:00.000000000 +0800 +++ codeigniter-devel/Makefile 2011-03-31 10:47:28.000000000 +0800 @@ -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 @@ 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_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 @@ application/language \ application/libraries \ application/logs \ - application/migrations \ application/models \ application/third_party \ application/views \ diff -ruN /usr/ports/www/codeigniter-devel/distinfo codeigniter-devel/distinfo --- /usr/ports/www/codeigniter-devel/distinfo 2011-02-15 05:11:00.000000000 +0800 +++ codeigniter-devel/distinfo 2011-03-31 10:46:08.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (a560339f28f1.zip) = 91799dfaae7b5c22a7b4e48e653751c7a2dcac0ba1bcbe2ec131f1ef034e4fa1 -SIZE (a560339f28f1.zip) = 2235153 +SHA256 (f3284f26710e.zip) = 1ab0ebe629e73bdd80c124dccbfa37ec24965db73fe3133e423d4c8e289e16d1 +SIZE (f3284f26710e.zip) = 2252044 diff -ruN /usr/ports/www/codeigniter-devel/pkg-plist codeigniter-devel/pkg-plist --- /usr/ports/www/codeigniter-devel/pkg-plist 2011-02-15 05:11:00.000000000 +0800 +++ codeigniter-devel/pkg-plist 2011-03-31 12:11:38.000000000 +0800 @@ -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 --- codeigniter-devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103310530.p2V5Ua4l030834>