From nobody Tue Jan 11 19:04:13 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 292DB19568C1; Tue, 11 Jan 2022 19:04:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JYKqk3GyKz4myw; Tue, 11 Jan 2022 19:04:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A63B1EC30; Tue, 11 Jan 2022 19:04:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20BJ4DZq089040; Tue, 11 Jan 2022 19:04:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BJ4Dld089039; Tue, 11 Jan 2022 19:04:13 GMT (envelope-from git) Date: Tue, 11 Jan 2022 19:04:13 GMT Message-Id: <202201111904.20BJ4Dld089039@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: da18b3394dfb - main - devel/rubygem-actionview60: Update to 6.0.4.4 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: da18b3394dfbfe5a43e2dc5890776e4707c8d8ff Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641927859; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7znqMVAkfhrLLCt8PPazoSYhxPuBLQK1X2+oUnDHqis=; b=InTCD8xV7qpEOMFw1V7mcM0nUIaj0yLf075Z4TOX+Y9C346GndIZSg4FDa6ky8pq3Vv29S wQIC+1UDOtYNpjEX/CxLwdoyODHVTJLg1r5BDfGSbk8IbBcEeKtviryKhXlju90K65Jg0j JMhi/4lQjVFgpl7U7fE2L391eZry7IJROOyIEPLw/6m96AaDm9e+AlHsHrfTwyFh8trOoy Z68UaXtd8FuLm5NhFqlJpa7LoCjR6L3z75aCz9jAyUtGuZxfJiD1p3+Erp8bw25Q0Pyj3r 5kzq3dr+Dbolu4Vujh0rQmE4AX4rwE1brIgFj/imsqEMQ23wiayjER4JsEaFhg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641927859; a=rsa-sha256; cv=none; b=xJpMFmgsxZfYQW7iaN4dZpOk9Ij7DM3awXoj2m5q4RvBlLwTCEN0aQV15CKRTtuc5vLy1g SimeM5uQFwBdkEqurVeH4dull1V1TKz+I0Ng5hdJUuTDTWeC1ZgpWnnMQS2nVFEF8H1g/m eOohFZALrHKumAkoDwphp79VsQQWo45R0EIOOmjo05f76L/KRP2cA/drWAvZat6Xc62c8g nQ/MHtNZ+oqVuhdnhIbj13YOV9a7+3o2IdRM7M+BJ+HSVEb1qZYSDxJtH9gYTjAq5hpoEr fDMuoUOe4aiVCd+ZtykGlOPyaT4/cnfpxMlo87F5njRL62MNgY4sYF+8Z4T2lw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da18b3394dfbfe5a43e2dc5890776e4707c8d8ff commit da18b3394dfbfe5a43e2dc5890776e4707c8d8ff Author: Po-Chuan Hsieh AuthorDate: 2022-01-11 17:30:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2022-01-11 18:47:15 +0000 devel/rubygem-actionview60: Update to 6.0.4.4 - Update WWW Changes: https://github.com/rails/rails/releases --- devel/rubygem-actionview60/Makefile | 2 +- devel/rubygem-actionview60/distinfo | 6 +++--- devel/rubygem-actionview60/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-actionview60/Makefile b/devel/rubygem-actionview60/Makefile index d8beed0732a8..ff20b8be33e6 100644 --- a/devel/rubygem-actionview60/Makefile +++ b/devel/rubygem-actionview60/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills PORTNAME= actionview -PORTVERSION= 6.0.4.1 +PORTVERSION= 6.0.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 diff --git a/devel/rubygem-actionview60/distinfo b/devel/rubygem-actionview60/distinfo index c82a83b070ff..e2b9e7eda643 100644 --- a/devel/rubygem-actionview60/distinfo +++ b/devel/rubygem-actionview60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664480 -SHA256 (rubygem/actionview-6.0.4.1.gem) = 61f630f3ade849c4e708d13cacbd38121e526ecf3465d58debb3f289016db80d -SIZE (rubygem/actionview-6.0.4.1.gem) = 169984 +TIMESTAMP = 1641046790 +SHA256 (rubygem/actionview-6.0.4.4.gem) = 57c69b7afc73f0485fab44fd09b95ee3d62b111295a82069fbe92d4346f8c3b1 +SIZE (rubygem/actionview-6.0.4.4.gem) = 169984 diff --git a/devel/rubygem-actionview60/pkg-descr b/devel/rubygem-actionview60/pkg-descr index 6f62c739aebb..5fef016b9989 100644 --- a/devel/rubygem-actionview60/pkg-descr +++ b/devel/rubygem-actionview60/pkg-descr @@ -4,4 +4,4 @@ Template formats that Action View handles are ERB (embedded Ruby, typically used to inline short Ruby snippets inside HTML), and XML Builder. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actionview +WWW: https://github.com/rails/rails/tree/main/actionview