diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:28:37 +0000 |
commit | b80b62d59faae41ae4509fac7d521c3a060401fe (patch) | |
tree | e44565b501e0668ebd6105d706a1da984b4a6de2 /finance | |
parent | 2c5472f32f2ef2f4f7304bdfb89776e0de658d64 (diff) | |
download | ports-b80b62d59faae41ae4509fac7d521c3a060401fe.tar.gz ports-b80b62d59faae41ae4509fac7d521c3a060401fe.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/rubygem-money/Makefile | 10 | ||||
-rw-r--r-- | finance/rubygem-money/distinfo | 4 | ||||
-rw-r--r-- | finance/rubygem-money/pkg-descr | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index 3892666bcdb0..fc87b8d87825 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= money -PORTVERSION= 5.1.1 +PORTVERSION= 6.0.0 CATEGORIES= finance rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for handling money and different currencies -RUN_DEPENDS= rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/finance/rubygem-money/distinfo b/finance/rubygem-money/distinfo index abc2df5491ba..73ade921e703 100644 --- a/finance/rubygem-money/distinfo +++ b/finance/rubygem-money/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/money-5.1.1.gem) = 11e49ec44b7a7ef5aada27cabf12e590ae35efd1e6858aaa2e40c0094d47ed3b -SIZE (rubygem/money-5.1.1.gem) = 51200 +SHA256 (rubygem/money-6.0.0.gem) = 15f377fe088260e3e2240365c0a0b401b094e95756f03f71a10f623cfd4d17a5 +SIZE (rubygem/money-6.0.0.gem) = 57344 diff --git a/finance/rubygem-money/pkg-descr b/finance/rubygem-money/pkg-descr index dcb0672c108f..7dd8e9da2e82 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://money.rubyforge.org +WWW: http://rubymoney.github.io/money/ |