Date: Tue, 6 Jul 2021 15:07:51 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: 00e6a2d25e81 - main - finance/rubygem-money: Update to 6.14.1 Message-ID: <202107061507.166F7p4I023745@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=00e6a2d25e81e152dc10bf17179e768a6139f1cd commit 00e6a2d25e81e152dc10bf17179e768a6139f1cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 15:00:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 15:00:15 +0000 finance/rubygem-money: Update to 6.14.1 - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/RubyMoney/money/blob/main/CHANGELOG.md --- finance/rubygem-money/Makefile | 4 ++-- finance/rubygem-money/distinfo | 6 +++--- finance/rubygem-money/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index cf8746ecf907..4717c4e0df1b 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Freeman <freebsdports@chillibear.com> PORTNAME= money -PORTVERSION= 6.13.1 +PORTVERSION= 6.14.1 CATEGORIES= finance rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Library for handling money and different currencies LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-i18n>=0.6.4:devel/rubygem-i18n +RUN_DEPENDS= rubygem-i18n>=0.6.4,2<2,2:devel/rubygem-i18n USES= gem USE_RUBY= yes diff --git a/finance/rubygem-money/distinfo b/finance/rubygem-money/distinfo index 18224c9ec3d3..88db2911f2e8 100644 --- a/finance/rubygem-money/distinfo +++ b/finance/rubygem-money/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540753784 -SHA256 (rubygem/money-6.13.1.gem) = 3aeca63f70983842e6cf39099433eea47ca7d22297ed46afb43d7b10bec37d8f -SIZE (rubygem/money-6.13.1.gem) = 73216 +TIMESTAMP = 1625323829 +SHA256 (rubygem/money-6.14.1.gem) = b3accc05d39044009992a4de6d2bab03e6f01039ff8072f20a4be2c1433cd385 +SIZE (rubygem/money-6.14.1.gem) = 51200 diff --git a/finance/rubygem-money/pkg-descr b/finance/rubygem-money/pkg-descr index f9daf544a446..2d348018d0dc 100644 --- a/finance/rubygem-money/pkg-descr +++ b/finance/rubygem-money/pkg-descr @@ -2,4 +2,4 @@ A library assists in handling money and different currencies. It features a Money class which encapsulates all information about an certain amount of money, such as its value and its currency. -WWW: http://rubymoney.github.io/money/ +WWW: https://rubymoney.github.io/money/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7p4I023745>