From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 31 05:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 925F41065673 for ; Thu, 31 Mar 2011 05:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51FF88FC14 for ; Thu, 31 Mar 2011 05:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2V5eAZq034550 for ; Thu, 31 Mar 2011 05:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2V5eA3s034549; Thu, 31 Mar 2011 05:40:10 GMT (envelope-from gnats) Resent-Date: Thu, 31 Mar 2011 05:40:10 GMT Resent-Message-Id: <201103310540.p2V5eA3s034549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bo-Yi Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F36F106566C for ; Thu, 31 Mar 2011 05:31:10 +0000 (UTC) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: from freebsd.ee.ccu.edu.tw (freebsd.ee.ccu.edu.tw [140.123.107.202]) by mx1.freebsd.org (Postfix) with ESMTP id 388858FC16 for ; Thu, 31 Mar 2011 05:30:45 +0000 (UTC) Received: from freebsd.ee.ccu.edu.tw (localhost [127.0.0.1]) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3) with ESMTP id p2V5UbZR030835; Thu, 31 Mar 2011 13:30:37 +0800 (CST) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: (from root@localhost) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3/Submit) id p2V5Ua4l030834; Thu, 31 Mar 2011 13:30:36 +0800 (CST) (envelope-from appleboy) Message-Id: <201103310530.p2V5Ua4l030834@freebsd.ee.ccu.edu.tw> Date: Thu, 31 Mar 2011 13:30:36 +0800 (CST) From: Bo-Yi Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: appleboy.tw@gmail.com Subject: ports/156078: [maintainer-update] www/codeigniter-devel: update to 2.0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bo-Yi Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2011 05:40:10 -0000 >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: