From owner-dev-commits-ports-main@freebsd.org Wed Jul 21 18:14:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4474E6698A1; Wed, 21 Jul 2021 18:14:24 +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 4GVNyR2HKCz4SB6; Wed, 21 Jul 2021 18:14:23 +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 DCE3E22D8F; Wed, 21 Jul 2021 18:14:22 +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 16LIEMsY044274; Wed, 21 Jul 2021 18:14:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LIEMLs044273; Wed, 21 Jul 2021 18:14:22 GMT (envelope-from git) Date: Wed, 21 Jul 2021 18:14:22 GMT Message-Id: <202107211814.16LIEMLs044273@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: 1202a19490a9 - main - textproc/rubygem-ox: Update to 2.14.5 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: 1202a19490a90b7d047f2e072452559a2a631aab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 18:14:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1202a19490a90b7d047f2e072452559a2a631aab commit 1202a19490a90b7d047f2e072452559a2a631aab Author: Po-Chuan Hsieh AuthorDate: 2021-07-21 17:20:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-21 18:12:03 +0000 textproc/rubygem-ox: Update to 2.14.5 - Add LICENSE_FILE - Update WWW Changes: https://github.com/ohler55/ox/blob/develop/CHANGELOG.md --- textproc/rubygem-ox/Makefile | 4 ++-- textproc/rubygem-ox/distinfo | 6 +++--- textproc/rubygem-ox/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile index dde140216c2d..367ff19aac46 100644 --- a/textproc/rubygem-ox/Makefile +++ b/textproc/rubygem-ox/Makefile @@ -1,6 +1,5 @@ PORTNAME= ox -PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTVERSION= 2.14.5 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -8,6 +7,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Speed-optimized XML parser and object serializer for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-ox/distinfo b/textproc/rubygem-ox/distinfo index 4d154a34b3e3..1b9d3b77f13c 100644 --- a/textproc/rubygem-ox/distinfo +++ b/textproc/rubygem-ox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536079795 -SHA256 (rubygem/ox-2.10.0.gem) = f8968f6e1118acf34aad75055fe645e6d6d6759ccaedd428010595eb50c07397 -SIZE (rubygem/ox-2.10.0.gem) = 81408 +TIMESTAMP = 1626714698 +SHA256 (rubygem/ox-2.14.5.gem) = 4307e30f427aa18722172dfbb8556d5b051055fcadd3eef144273aa3f574fbd1 +SIZE (rubygem/ox-2.14.5.gem) = 87552 diff --git a/textproc/rubygem-ox/pkg-descr b/textproc/rubygem-ox/pkg-descr index 9b87e0f5e297..42efcca96b2a 100644 --- a/textproc/rubygem-ox/pkg-descr +++ b/textproc/rubygem-ox/pkg-descr @@ -6,4 +6,4 @@ which is designed to be a speed-optimized alternative to Nokogiri and Marshal. * Ox serializes Objects into human readable XML in contrast to Marshal * Ox also supports SAX parsing. -WWW: http://ohler.com/ox/ +WWW: https://ohler.com/ox/