Date: Sun, 21 Jul 2024 14:05:50 GMT From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 411c13e07f33 - main - www/remark42: upgrade to 1.13.1. Message-ID: <202407211405.46LE5o6d008290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=411c13e07f33b0118d59b4d1edea3c3886fcafc2 commit 411c13e07f33b0118d59b4d1edea3c3886fcafc2 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2024-07-21 13:54:34 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2024-07-21 14:03:35 +0000 www/remark42: upgrade to 1.13.1. --- www/remark42/Makefile | 3 +-- www/remark42/distinfo | 10 +++++----- ...email_comment-form____subscribe-by-email.test.tsx | 20 -------------------- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/www/remark42/Makefile b/www/remark42/Makefile index c5975b964339..ccbc272afaac 100644 --- a/www/remark42/Makefile +++ b/www/remark42/Makefile @@ -1,7 +1,6 @@ PORTNAME= remark42 DISTVERSIONPREFIX= v -DISTVERSION= 1.13.0 -PORTREVISION= 2 +DISTVERSION= 1.13.1 CATEGORIES= www MASTER_SITES= LOCAL/delphij:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache diff --git a/www/remark42/distinfo b/www/remark42/distinfo index ac1002f53ef2..719d9be06cf6 100644 --- a/www/remark42/distinfo +++ b/www/remark42/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1715756871 -SHA256 (remark42-npm-cache-1.13.0.tar.xz) = ae7308c58c097bdcdb812b3031380f41d63de51f8f7a6942b1e076106e817ad0 -SIZE (remark42-npm-cache-1.13.0.tar.xz) = 124074780 -SHA256 (umputun-remark42-v1.13.0_GH0.tar.gz) = 89e3cb35a39295dca55961cc84f12f348304107cfe1f4cbd75fa2e93aaed41cb -SIZE (umputun-remark42-v1.13.0_GH0.tar.gz) = 6500141 +TIMESTAMP = 1721542669 +SHA256 (remark42-npm-cache-1.13.1.tar.xz) = 6654abd39a32fb7fa63584c1a15f9cf2825eb642f402f77f8bb05c3b05c1bb1f +SIZE (remark42-npm-cache-1.13.1.tar.xz) = 126615832 +SHA256 (umputun-remark42-v1.13.1_GH0.tar.gz) = e30e42aff722318c77086d0027f9a34326eb8b2d8e4c51ab9e466717a68e5750 +SIZE (umputun-remark42-v1.13.1_GH0.tar.gz) = 6500641 SHA256 (Depado-bfchroma-v2.0.0_GH0.tar.gz) = d999d4cf56554c15fe8d1651e4b5e87dbd5b399a0d4c7af7bc7b682e93da4f18 SIZE (Depado-bfchroma-v2.0.0_GH0.tar.gz) = 7451 SHA256 (PuerkitoBio-goquery-v1.9.1_GH0.tar.gz) = ad303bf30070c34fa0f05d2701b7bd024642e0183708a96ed0d2b837b21f4d1a diff --git a/www/remark42/files/patch-frontend_apps_remark42_app_components_comment-form_____subscribe-by-email_comment-form____subscribe-by-email.test.tsx b/www/remark42/files/patch-frontend_apps_remark42_app_components_comment-form_____subscribe-by-email_comment-form____subscribe-by-email.test.tsx deleted file mode 100644 index a06d41976ff3..000000000000 --- a/www/remark42/files/patch-frontend_apps_remark42_app_components_comment-form_____subscribe-by-email_comment-form____subscribe-by-email.test.tsx +++ /dev/null @@ -1,20 +0,0 @@ ---- frontend/apps/remark42/app/components/comment-form/__subscribe-by-email/comment-form__subscribe-by-email.test.tsx.orig 2024-05-10 03:32:00 UTC -+++ frontend/apps/remark42/app/components/comment-form/__subscribe-by-email/comment-form__subscribe-by-email.test.tsx -@@ -193,7 +193,7 @@ describe('<SubscribeByEmailForm/>', () => { - - it('should send form by paste valid token', async () => { - const wrapper = createWrapper(); -- const onInputEmail = wrapper.find(Input).prop('onInput'); -+ const onInputEmail = wrapper.find(Input).prop('onInput') as Function; - const form = wrapper.find('form'); - - expect(typeof onInputEmail === 'function').toBe(true); -@@ -220,7 +220,7 @@ describe('<SubscribeByEmailForm/>', () => { - it('should pass throw unsubscribe process', async () => { - const store = mockStore({ ...initialStore, user: { email_subscription: true } }); - const wrapper = createWrapper(store); -- const onClick = wrapper.find(Button).prop('onClick'); -+ const onClick = wrapper.find(Button).prop('onClick') as Function; - - expect(typeof onClick === 'function').toBe(true); -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407211405.46LE5o6d008290>