Bug 170591

Summary: [MAINTAINER] www/codeigniter: update to 2.1.2
Product: Ports & Packages Reporter: Bo-Yi Wu <appleboy.tw>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: appleboy.tw
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
codeigniter-2.1.2.patch none

Description Bo-Yi Wu 2012-08-13 09:10:01 UTC
- Update to 2.1.2

Generated with FreeBSD Port Tools 0.99
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-08-14 05:40:57 UTC
Author: rm
Date: Tue Aug 14 04:40:46 2012
New Revision: 302489
URL: http://svn.freebsd.org/changeset/ports/302489

Log:
  - update to 2.1.2
  - add some missing tabs while here
  
  PR:		170591
  Submitted by:	Bo-Yi Wu <appleboy.tw at gmail dot com> (maintainer)

Modified:
  head/www/codeigniter/Makefile
  head/www/codeigniter/distinfo

Modified: head/www/codeigniter/Makefile
==============================================================================
--- head/www/codeigniter/Makefile	Tue Aug 14 03:42:11 2012	(r302488)
+++ head/www/codeigniter/Makefile	Tue Aug 14 04:40:46 2012	(r302489)
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	codeigniter
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.2
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.codeigniter.com/reactor/ \
-	http://www.codeigniter.org.tw/download_files/
+		http://www.codeigniter.org.tw/download_files/
 DISTNAME=	CodeIgniter_${PORTVERSION}
 
 MAINTAINER=	appleboy.tw@gmail.com
@@ -25,8 +25,8 @@ WANT_PHP_WEB=	yes
 
 CI_SYS_DIR=	system
 CI_CONF_DIR=	application/config
-WRKSRC=	${WRKDIR}/${DISTNAME}
-WWWDIR=	${PREFIX}/www/codeigniter
+WRKSRC=		${WRKDIR}/${DISTNAME}
+WWWDIR=		${PREFIX}/www/codeigniter
 PORTDOCS=	*
 
 LATEST_LINK=	codeigniter-devel

Modified: head/www/codeigniter/distinfo
==============================================================================
--- head/www/codeigniter/distinfo	Tue Aug 14 03:42:11 2012	(r302488)
+++ head/www/codeigniter/distinfo	Tue Aug 14 04:40:46 2012	(r302489)
@@ -1,2 +1,2 @@
-SHA256 (CodeIgniter_2.1.1.zip) = ae57494d7659837cc4aa33f7532d6c8373a984acc9c087f69fc96724f582a789
-SIZE (CodeIgniter_2.1.1.zip) = 2318153
+SHA256 (CodeIgniter_2.1.2.zip) = 775ffeb9f8faf6faa9a987d68a9432c0ff478afe85cac9a63cf0d5f51d91d657
+SIZE (CodeIgniter_2.1.2.zip) = 2319509
_______________________________________________
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 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-08-14 05:43:21 UTC
State Changed
From-To: open->closed

Committed, thank you!