Bug 184599 - www/codeigniter update to 2.4
Summary: www/codeigniter update to 2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-08 19:00 UTC by Zsolt Udvari
Modified: 2013-12-09 14:10 UTC (History)
0 users

See Also:


Attachments
codeigniter.diff (978 bytes, patch)
2013-12-08 19:00 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2013-12-08 19:00:03 UTC
www/codeigniter update to 2.4. Patch attached.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-08 19:00:11 UTC
Maintainer of www/codeigniter,

Please note that PR ports/184599 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184599

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-08 19:00:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Bo-Yi Wu 2013-12-09 02:01:27 UTC
Please commit it. The correct title is "www/codeigniter update to 2.1.4"

--
About me: http://about.me/appleboy


On Mon, Dec 9, 2013 at 3:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:

> Maintainer of www/codeigniter,
>
> Please note that PR ports/184599 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184599
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-09 10:43:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-09 14:09:17 UTC
Author: sunpoet
Date: Mon Dec  9 14:09:08 2013
New Revision: 335985
URL: http://svnweb.freebsd.org/changeset/ports/335985

Log:
  - Update to 2.1.4
  - While I'm here, remove leading indefinite article from COMMENT
  
  Changes:	https://github.com/EllisLab/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst
  PR:		ports/184599
  Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
  Approved by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)

Modified:
  head/www/codeigniter/Makefile   (contents, props changed)
  head/www/codeigniter/distinfo   (contents, props changed)

Modified: head/www/codeigniter/Makefile
==============================================================================
--- head/www/codeigniter/Makefile	Mon Dec  9 14:00:23 2013	(r335984)
+++ head/www/codeigniter/Makefile	Mon Dec  9 14:09:08 2013	(r335985)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	codeigniter
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.4
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.codeigniter.com/reactor/ \
 		http://www.codeigniter.org.tw/download_files/
 DISTNAME=	CodeIgniter_${PORTVERSION}
 
 MAINTAINER=	appleboy.tw@gmail.com
-COMMENT=	A framework for developing PHP web applications
+COMMENT=	Framework for developing PHP web applications
 
 USE_ZIP=	yes
 
@@ -21,7 +21,7 @@ WANT_PHP_WEB=	yes
 
 CI_SYS_DIR=	system
 CI_CONF_DIR=	application/config
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=		${WRKDIR}/CodeIgniter-${PORTVERSION}
 WWWDIR=		${PREFIX}/www/codeigniter
 PORTDOCS=	*
 

Modified: head/www/codeigniter/distinfo
==============================================================================
--- head/www/codeigniter/distinfo	Mon Dec  9 14:00:23 2013	(r335984)
+++ head/www/codeigniter/distinfo	Mon Dec  9 14:09:08 2013	(r335985)
@@ -1,2 +1,2 @@
-SHA256 (CodeIgniter_2.1.3.zip) = fb91ab573741b8aed004fdbf6e6351db993e6a5079b95857b7d74f1e8c0edc44
-SIZE (CodeIgniter_2.1.3.zip) = 2321739
+SHA256 (CodeIgniter_2.1.4.zip) = 5ad6f8a9a2f3dc647aec554b388a62658304c5bd4295eb50b063ef8d69da1f19
+SIZE (CodeIgniter_2.1.4.zip) = 2319027
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-09 14:09:23 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!