git: 1202a19490a9 - main - textproc/rubygem-ox: Update to 2.14.5
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 21 18:14:24 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1202a19490a90b7d047f2e072452559a2a631aab
commit 1202a19490a90b7d047f2e072452559a2a631aab
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 17:20:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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/
More information about the dev-commits-ports-all
mailing list