aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 23:00:15 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 23:00:15 +0800
commit00e6a2d25e81e152dc10bf17179e768a6139f1cd (patch)
treea20f2d58093e2fb053f610dd1cb54de0e44d69d7 /finance
parentce74245979b6255ba3f4b73c75fceed62e2f7fd0 (diff)
downloadfreebsd-ports-00e6a2d25e81e152dc10bf17179e768a6139f1cd.tar.gz
freebsd-ports-00e6a2d25e81e152dc10bf17179e768a6139f1cd.tar.zst
freebsd-ports-00e6a2d25e81e152dc10bf17179e768a6139f1cd.zip
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
Diffstat (limited to 'finance')
-rw-r--r--finance/rubygem-money/Makefile4
-rw-r--r--finance/rubygem-money/distinfo6
-rw-r--r--finance/rubygem-money/pkg-descr2
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/