From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 21 12:30:01 2008 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 C2DD81065675 for ; Wed, 21 May 2008 12:30:01 +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 8A1678FC28 for ; Wed, 21 May 2008 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4LCU1oP028789 for ; Wed, 21 May 2008 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4LCU1ba028786; Wed, 21 May 2008 12:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 21 May 2008 12:30:01 GMT Resent-Message-Id: <200805211230.m4LCU1ba028786@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, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6BC10656DE for ; Wed, 21 May 2008 12:26:54 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id E0BCD8FC12 for ; Wed, 21 May 2008 12:26:53 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JynP8-000O0K-Mf; Wed, 21 May 2008 08:26:52 -0400 Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id 808B01F500AC; Wed, 21 May 2008 08:26:50 -0400 (EDT) Received: from fbsd70.entropy.prv (localhost [127.0.0.1]) by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id m4LCQUGK014186; Wed, 21 May 2008 08:26:30 -0400 (EDT) (envelope-from glarkin@fbsd70.entropy.prv) Received: (from root@localhost) by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id m4LCQUVG014185; Wed, 21 May 2008 08:26:30 -0400 (EDT) (envelope-from glarkin) Message-Id: <200805211226.m4LCQUVG014185@fbsd70.entropy.prv> Date: Wed, 21 May 2008 08:26:30 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@sourcehosting.net Subject: ports/123856: [MAINTAINER] www/codeigniter: update to 1.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 12:30:01 -0000 >Number: 123856 >Category: ports >Synopsis: [MAINTAINER] www/codeigniter: update to 1.6.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: Wed May 21 12:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 7.0-RELEASE i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.6.2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- codeigniter-1.6.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/codeigniter.orig/Makefile /usr/ports/www/codeigniter/Makefile --- /usr/ports/www/codeigniter.orig/Makefile 2008-03-04 23:16:07.000000000 -0500 +++ /usr/ports/www/codeigniter/Makefile 2008-05-21 08:20:20.305677615 -0400 @@ -6,7 +6,7 @@ # PORTNAME= codeigniter -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= www MASTER_SITES= http://codeigniter.com/download_files/ DISTNAME= CodeIgniter_${PORTVERSION} @@ -27,7 +27,8 @@ # These are all user-configurable files that we'll install # a .sample copy for each. CI_CONF_FILES= index.php ${CI_CONF_DIR}/autoload.php \ - ${CI_CONF_DIR}/config.php ${CI_CONF_DIR}/database.php \ + ${CI_CONF_DIR}/config.php ${CI_CONF_DIR}/constants.php \ + ${CI_CONF_DIR}/database.php \ ${CI_CONF_DIR}/hooks.php ${CI_CONF_DIR}/mimes.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.orig/distinfo /usr/ports/www/codeigniter/distinfo --- /usr/ports/www/codeigniter.orig/distinfo 2008-03-04 23:16:07.000000000 -0500 +++ /usr/ports/www/codeigniter/distinfo 2008-05-20 16:12:11.122522417 -0400 @@ -1,3 +1,3 @@ -MD5 (CodeIgniter_1.6.1.zip) = cc3f0b566e3654d351fa067aeee9bced -SHA256 (CodeIgniter_1.6.1.zip) = d4d8b73c787ed4fa5095ef2d3f6a2f5c710d3ed14974059db4ab8bf0f9f60ec5 -SIZE (CodeIgniter_1.6.1.zip) = 822433 +MD5 (CodeIgniter_1.6.2.zip) = 0922830f96dfd40874b39ad018a49206 +SHA256 (CodeIgniter_1.6.2.zip) = ebe28a60400cae87172e45c013bb5f897547a28cbfa4d7afe148facced1d953e +SIZE (CodeIgniter_1.6.2.zip) = 861202 diff -ruN --exclude=CVS /usr/ports/www/codeigniter.orig/pkg-plist /usr/ports/www/codeigniter/pkg-plist --- /usr/ports/www/codeigniter.orig/pkg-plist 2008-03-04 23:16:07.000000000 -0500 +++ /usr/ports/www/codeigniter/pkg-plist 2008-05-21 08:18:11.124075667 -0400 @@ -21,6 +21,7 @@ %%PORTDOCS%%%%DOCSDIR%%/general/ancillary_classes.html %%PORTDOCS%%%%DOCSDIR%%/general/autoloader.html %%PORTDOCS%%%%DOCSDIR%%/general/caching.html +%%PORTDOCS%%%%DOCSDIR%%/general/common_functions.html %%PORTDOCS%%%%DOCSDIR%%/general/controllers.html %%PORTDOCS%%%%DOCSDIR%%/general/core_classes.html %%PORTDOCS%%%%DOCSDIR%%/general/creating_libraries.html @@ -36,12 +37,14 @@ %%PORTDOCS%%%%DOCSDIR%%/general/profiling.html %%PORTDOCS%%%%DOCSDIR%%/general/quick_reference.html %%PORTDOCS%%%%DOCSDIR%%/general/requirements.html +%%PORTDOCS%%%%DOCSDIR%%/general/reserved_names.html %%PORTDOCS%%%%DOCSDIR%%/general/routing.html %%PORTDOCS%%%%DOCSDIR%%/general/scaffolding.html %%PORTDOCS%%%%DOCSDIR%%/general/security.html %%PORTDOCS%%%%DOCSDIR%%/general/urls.html %%PORTDOCS%%%%DOCSDIR%%/general/views.html %%PORTDOCS%%%%DOCSDIR%%/helpers/array_helper.html +%%PORTDOCS%%%%DOCSDIR%%/helpers/compatibility_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/cookie_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/date_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/directory_helper.html @@ -50,7 +53,6 @@ %%PORTDOCS%%%%DOCSDIR%%/helpers/file_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/form_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/html_helper.html -%%PORTDOCS%%%%DOCSDIR%%/helpers/index.html %%PORTDOCS%%%%DOCSDIR%%/helpers/inflector_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/path_helper.html %%PORTDOCS%%%%DOCSDIR%%/helpers/security_helper.html @@ -89,6 +91,7 @@ %%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_154.html %%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_160.html %%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_161.html +%%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_162.html %%PORTDOCS%%%%DOCSDIR%%/installation/upgrade_b11.html %%PORTDOCS%%%%DOCSDIR%%/installation/upgrading.html %%PORTDOCS%%%%DOCSDIR%%/libraries/benchmark.html @@ -138,6 +141,9 @@ @unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php has not been removed"; fi %%WWWDIR%%/%%CI_CONF_DIR%%/config.php.sample @exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/config.php ]; then cp -p %D/%F %B/config.php; fi +@unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php has not been removed"; fi +%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/constants.php ]; then cp -p %D/%F %B/constants.php; fi @unexec if cmp -s %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php; then rm -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php has not been removed"; fi %%WWWDIR%%/%%CI_CONF_DIR%%/database.php.sample @exec if [ ! -f %D/%%WWWDIR%%/%%CI_CONF_DIR%%/database.php ]; then cp -p %D/%F %B/database.php; fi @@ -226,6 +232,7 @@ %%WWWDIR%%/system/fonts/index.html %%WWWDIR%%/system/fonts/texb.ttf %%WWWDIR%%/system/helpers/array_helper.php +%%WWWDIR%%/system/helpers/compatibility_helper.php %%WWWDIR%%/system/helpers/cookie_helper.php %%WWWDIR%%/system/helpers/date_helper.php %%WWWDIR%%/system/helpers/directory_helper.php --- codeigniter-1.6.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: