Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 23:11:42 -0400 (EDT)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139789: [PATCH] www/yii: update to 1.0.10 
Message-ID:  <20091020031142.C4339170C0@spartan.hamla.org>
Resent-Message-ID: <200910200320.n9K3K6bw024975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139789
>Category:       ports
>Synopsis:       [PATCH] www/yii: update to 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 20 03:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- update 1.0.10 
>How-To-Repeat:
	
>Fix:

	



--- yii.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/yii/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	28 Sep 2009 14:34:15 -0000	1.4
+++ Makefile	20 Oct 2009 03:10:29 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	yii
-PORTVERSION=	1.0.9
-DISTVERSIONSUFFIX=	.r1396
+PORTVERSION=	1.0.10
+DISTVERSIONSUFFIX=	.r1472
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		SF
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/yii/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	28 Sep 2009 14:34:15 -0000	1.3
+++ distinfo	20 Oct 2009 03:10:29 -0000
@@ -1,3 +1,3 @@
-MD5 (yii-1.0.9.r1396.tar.gz) = 3c420fa48304eb92fcc16ba629c7471b
-SHA256 (yii-1.0.9.r1396.tar.gz) = 1669dcc639212e3e8e3bd5f5720bb7e36b215b4670d08261eda38ca0c7d96f7e
-SIZE (yii-1.0.9.r1396.tar.gz) = 1873383
+MD5 (yii-1.0.10.r1472.tar.gz) = d68130da183ec3c9ddba93ed49f9ee29
+SHA256 (yii-1.0.10.r1472.tar.gz) = bc5fe2e05d6dc448905af77539a1349e4babd600c2047335ba86ed5638688852
+SIZE (yii-1.0.10.r1472.tar.gz) = 1878491
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/yii/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	28 Sep 2009 14:34:15 -0000	1.3
+++ pkg-plist	20 Oct 2009 03:10:29 -0000
@@ -302,6 +302,7 @@
 %%DATADIR%%/framework/cli/views/shell/model/model.php
 %%DATADIR%%/framework/cli/views/shell/module/components/.yii
 %%DATADIR%%/framework/cli/views/shell/module/controllers/DefaultController.php
+%%DATADIR%%/framework/cli/views/shell/module/messages/.yii
 %%DATADIR%%/framework/cli/views/shell/module/models/.yii
 %%DATADIR%%/framework/cli/views/shell/module/module.php
 %%DATADIR%%/framework/cli/views/shell/module/views/default/index.php
@@ -888,6 +889,7 @@
 %%DATADIR%%/framework/utils/CTimestamp.php
 %%DATADIR%%/framework/utils/CVarDumper.php
 %%DATADIR%%/framework/utils/mimeTypes.php
+%%DATADIR%%/framework/validators/CBooleanValidator.php
 %%DATADIR%%/framework/validators/CCaptchaValidator.php
 %%DATADIR%%/framework/validators/CCompareValidator.php
 %%DATADIR%%/framework/validators/CDefaultValueValidator.php
@@ -1553,6 +1555,7 @@
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/views/layouts
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/views/default
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/views
+@dirrm %%DATADIR%%/framework/cli/views/shell/module/messages
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/models
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/controllers
 @dirrm %%DATADIR%%/framework/cli/views/shell/module/components
--- yii.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091020031142.C4339170C0>