- Update to 6.0.0

- Add LICENSE
- Update WWW

Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-05 20:28:37 +00:00
parent 2c5472f32f
commit b80b62d59f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335709
3 changed files with 9 additions and 7 deletions

View file

@ -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>

View file

@ -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

View file

@ -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/