Date: Wed, 21 Jul 2021 18:14:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1202a19490a9 - main - textproc/rubygem-ox: Update to 2.14.5 Message-ID: <202107211814.16LIEMLs044273@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1202a19490a90b7d047f2e072452559a2a631aab commit 1202a19490a90b7d047f2e072452559a2a631aab Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:20:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIEMLs044273>