Bug 147209 - [PATCH] www/tinymce: update to 3.3.6
Summary: [PATCH] www/tinymce: update to 3.3.6
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-30 11:40 UTC by joehorn
Modified: 2010-07-10 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.42 KB, patch)
2010-05-30 11:40 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2010-05-30 11:40:00 UTC
- Update to 3.3.6

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-30 11:40:09 UTC
Maintainer of www/tinymce,

Please note that PR ports/147209 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/147209

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-30 11:40:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 joehorn 2010-05-30 19:03:30 UTC
I apologize for INCORRECT port directory.

This path should be committed in /usr/ports/www/tinymce3 ,
and the ports maintainer is sunpoet@sunpoet.net .

2010/5/30 <edwin@freebsd.org>

> Synopsis: [PATCH] www/tinymce: update to 3.3.6
>
> State-Changed-From-To: open->feedback
> State-Changed-By: edwin
> State-Changed-When: Sun May 30 10:40:12 UTC 2010
> State-Changed-Why:
> Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=147209<https://www.freebsd.org/cgi/query-pr.cgi?pr=147209>
>
Comment 4 Sunpoet Po-Chuan Hsieh 2010-06-05 16:50:59 UTC
Hi,

This patch works fine.
An updated patch with cleanups is attached.
Thanks.

- Sunpoet

--- tinymce-3.3.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/tinymce3/Makefile /usr/ports/sunpoet/tinymce3/Makefile
--- /usr/ports/www/tinymce3/Makefile	2010-03-15 15:34:54.000000000 +0800
+++ /usr/ports/sunpoet/tinymce3/Makefile	2010-05-31 01:38:57.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinymce
-PORTVERSION=	3.3
+PORTVERSION=	3.3.6
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TinyMCE/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
@@ -14,15 +14,12 @@
 MAINTAINER=	sunpoet@sunpoet.net
 COMMENT=	An open source Javascript HTML WYSIWYG editor for web sites
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
 NO_BUILD=	yes
-NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 do-install:
-	${INSTALL} -d -m 0755 ${WWWDIR}
-	(cd ${WRKSRC} && ${FIND} . -not -name .PLIST.mktmp -not -name '.*_done.*' -not -name pkg-install | \
-		${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
+	@${INSTALL} -d -m 0755 ${WWWDIR}
+	@(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/tinymce3/distinfo /usr/ports/sunpoet/tinymce3/distinfo
--- /usr/ports/www/tinymce3/distinfo	2010-03-15 15:34:54.000000000 +0800
+++ /usr/ports/sunpoet/tinymce3/distinfo	2010-05-30 22:36:53.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (tinymce_3_3.zip) = d7ad919bb8a26b8dd5abfefff22cf857
-SHA256 (tinymce_3_3.zip) = dc74fd5f2dada1e97317ca842430499d8bc24654070f0bb64e76f2e8077a7cc4
-SIZE (tinymce_3_3.zip) = 699226
+MD5 (tinymce_3_3_6.zip) = fc151d385e9280a19f11a23de18ba6cf
+SHA256 (tinymce_3_3_6.zip) = d7ca1eb6070d9882de5d77088757d8727130469f2b3b4c5d9879a9735692d571
+SIZE (tinymce_3_3_6.zip) = 703594
diff -ruN --exclude=CVS /usr/ports/www/tinymce3/pkg-plist /usr/ports/sunpoet/tinymce3/pkg-plist
--- /usr/ports/www/tinymce3/pkg-plist	2010-03-15 15:34:54.000000000 +0800
+++ /usr/ports/sunpoet/tinymce3/pkg-plist	2010-06-05 23:34:30.000000000 +0800
@@ -267,6 +267,7 @@
 %%WWWDIR%%/jscripts/tiny_mce/utils/form_utils.js
 %%WWWDIR%%/jscripts/tiny_mce/utils/mctabs.js
 %%WWWDIR%%/jscripts/tiny_mce/utils/validate.js
+@exec mkdir -p %%PREFIX%%/%%WWWDIR%%/jscripts/tiny_mce/plugins/autosave/images
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/utils
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/simple/skins/o2k7/img
 @dirrm %%WWWDIR%%/jscripts/tiny_mce/themes/simple/skins/o2k7
--- tinymce-3.3.6.patch ends here ---
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2010-06-05 19:57:09 UTC
State Changed
From-To: feedback->open

Updated patch submitted in Audit-Trail by maintainer.
Comment 6 Sahil Tandon freebsd_committer freebsd_triage 2010-07-10 21:45:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

I'll take it.
Comment 7 Sahil Tandon freebsd_committer freebsd_triage 2010-07-10 21:53:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-07-10 21:53:47 UTC
sahil       2010-07-10 20:53:33 UTC

  FreeBSD ports repository

  Modified files:
    www/tinymce3         Makefile distinfo pkg-plist 
  Log:
  - Update to 3.3.6
  
  PR:             ports/147209
  Submitted by:   Joe Horn <joehorn@gmail.com>
  Approved by:    Sunpoet Po-Chuan Hsieh (maintainer)
  
  Revision  Changes    Path
  1.11      +4 -7      ports/www/tinymce3/Makefile
  1.10      +3 -3      ports/www/tinymce3/distinfo
  1.9       +1 -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"