diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:14:21 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:29:54 +0000 |
commit | de22c436154c0ecf1296b9fa504d26eebb7fa70e (patch) | |
tree | f85413e0f5574fadaca12eff3e16312e4480dcf5 /www/tinymce | |
parent | 5ec9b0dadcb390e3f4bccbca48d6aff4f265333f (diff) |
www/tinymce: Update to 6.4.0
- Update WWW and clean up pkg-descr
Changes: https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md
https://www.tiny.cloud/docs/tinymce/6/changelog/
Diffstat (limited to 'www/tinymce')
-rw-r--r-- | www/tinymce/Makefile | 5 | ||||
-rw-r--r-- | www/tinymce/distinfo | 6 | ||||
-rw-r--r-- | www/tinymce/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/tinymce/Makefile b/www/tinymce/Makefile index 290377247615..2ceee39990d4 100644 --- a/www/tinymce/Makefile +++ b/www/tinymce/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinymce -PORTVERSION= 6.3.2 +PORTVERSION= 6.4.0 CATEGORIES= www MASTER_SITES= http://download.tiny.cloud/tinymce/community/ \ LOCAL/sunpoet @@ -7,7 +7,8 @@ DISTNAME= tinymce_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites -WWW= https://www.tiny.cloud/ +WWW= https://www.tiny.cloud/ \ + https://github.com/tinymce/tinymce LICENSE= MIT LICENSE_FILE= ${WRKSRC}/js/tinymce/license.txt diff --git a/www/tinymce/distinfo b/www/tinymce/distinfo index e2490e8e4894..44c26ed3fd2d 100644 --- a/www/tinymce/distinfo +++ b/www/tinymce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771065 -SHA256 (tinymce_6.3.2.zip) = 75013e66aae8731039512558d2dc1ee8f38268bfd67a09419e89c10809755c57 -SIZE (tinymce_6.3.2.zip) = 754178 +TIMESTAMP = 1679498562 +SHA256 (tinymce_6.4.0.zip) = ecf29e330cbc307a00ecd10639d842a8579dbc29a88e3cca5376e286c2a70cc7 +SIZE (tinymce_6.4.0.zip) = 772133 diff --git a/www/tinymce/pkg-descr b/www/tinymce/pkg-descr index a80368f81f50..1d39ce3cdbef 100644 --- a/www/tinymce/pkg-descr +++ b/www/tinymce/pkg-descr @@ -14,5 +14,3 @@ TinyMCE Features: - PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load. - You can easily use AJAX to save and load content! - -See also: https://github.com/tinymce/tinymce |