From root@deep.tw  Sat Jun 11 04:21:16 2011
Return-Path: <root@deep.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3BAC81065670;
	Sat, 11 Jun 2011 04:21:16 +0000 (UTC)
	(envelope-from root@deep.tw)
Received: from deep.tw (deep.tw [122.116.130.101])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B80C8FC16;
	Sat, 11 Jun 2011 04:21:15 +0000 (UTC)
Received: by deep.tw (Postfix, from userid 0)
	id E28A75C55; Sat, 11 Jun 2011 12:21:14 +0800 (CST)
Message-Id: <20110611042114.E28A75C55@deep.tw>
Date: Sat, 11 Jun 2011 12:21:14 +0800 (CST)
From: Jin-Sih Lin <linpct@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@FreeBSD.org
Subject: [PATCH] www/tinymce: update to 3.4.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: nick@foobar.org

>Number:         157751
>Category:       ports
>Synopsis:       [PATCH] www/tinymce3: update to 3.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 11 04:30:11 UTC 2011
>Closed-Date:    Sat Jun 11 14:26:05 UTC 2011
>Last-Modified:  Sat Jun 11 14:30:25 UTC 2011
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 3.4.3

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tinymce-3.4.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/tinymce3.orig/Makefile /usr/ports/www/tinymce3/Makefile
--- /usr/ports/www/tinymce3.orig/Makefile	2011-05-17 09:20:49.000000000 +0800
+++ /usr/ports/www/tinymce3/Makefile	2011-06-11 12:18:25.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinymce
-PORTVERSION=	3.4.2
+PORTVERSION=	3.4.3
 CATEGORIES=	www
 MASTER_SITES=	http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/www/tinymce3.orig/distinfo /usr/ports/www/tinymce3/distinfo
--- /usr/ports/www/tinymce3.orig/distinfo	2011-05-17 09:20:49.000000000 +0800
+++ /usr/ports/www/tinymce3/distinfo	2011-06-11 12:18:38.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (tinymce_3.4.2.zip) = 4725871bcf1e3579fb7062ccfc2c5a05205b711f14a7bd6f3db44ab2b64ef348
-SIZE (tinymce_3.4.2.zip) = 807501
+SHA256 (tinymce_3.4.3.zip) = f34ddd77dc68f444b9e9afdf861470343fe60b2d37e22dc9b7e39d3561bdb671
+SIZE (tinymce_3.4.3.zip) = 803972
diff -ruN --exclude=CVS /usr/ports/www/tinymce3.orig/pkg-plist /usr/ports/www/tinymce3/pkg-plist
--- /usr/ports/www/tinymce3.orig/pkg-plist	2011-05-17 09:20:49.000000000 +0800
+++ /usr/ports/www/tinymce3/pkg-plist	2011-06-11 12:18:50.000000000 +0800
@@ -88,6 +88,8 @@
 %%WWWDIR%%/jscripts/tiny_mce/plugins/example/js/dialog.js
 %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs/en.js
 %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs/en_dlg.js
+%%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency/editor_plugin.js
+%%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency/editor_plugin_src.js
 %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css
 %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js
 %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
@@ -348,6 +350,7 @@
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/js
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage/css
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/fullpage
+@dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example_dependency
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/langs
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/js
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/plugins/example/img
--- tinymce-3.4.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jun 11 04:30:22 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157751 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: nick@foobar.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157751: [PATCH] www/tinymce: update to 3.4.3
Date: Sat, 11 Jun 2011 04:30:19 UT

 Maintainer of www/tinymce,
 
 Please note that PR ports/157751 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/157751
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Jun 11 10:24:28 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign to myself. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157751 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Jun 11 14:26:03 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157751 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157751: commit references a PR
Date: Sat, 11 Jun 2011 14:26:06 +0000 (UTC)

 sunpoet     2011-06-11 14:25:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/tinymce3         Makefile distinfo pkg-plist 
   Log:
   - Update to 3.4.3
   
   Changes:        http://tinymce.moxiecode.com/develop/changelog/?type=tinymce
   PR:             ports/157751
   Submitted by:   Jin-Sih Lin <linpct@gmail.com>
   
   Revision  Changes    Path
   1.18      +1 -1      ports/www/tinymce3/Makefile
   1.16      +2 -2      ports/www/tinymce3/distinfo
   1.14      +3 -0      ports/www/tinymce3/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
