svn commit: r335709 - head/finance/rubygem-money
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 5 20:28:39 UTC 2013
Author: sunpoet
Date: Thu Dec 5 20:28:37 2013
New Revision: 335709
URL: http://svnweb.freebsd.org/changeset/ports/335709
Log:
- Update to 6.0.0
- Add LICENSE
- Update WWW
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
Modified:
head/finance/rubygem-money/Makefile
head/finance/rubygem-money/distinfo
head/finance/rubygem-money/pkg-descr (contents, props changed)
Modified: head/finance/rubygem-money/Makefile
==============================================================================
--- head/finance/rubygem-money/Makefile Thu Dec 5 20:28:30 2013 (r335708)
+++ head/finance/rubygem-money/Makefile Thu Dec 5 20:28:37 2013 (r335709)
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= money
-PORTVERSION= 5.1.1
+PORTVERSION= 6.0.0
CATEGORIES= finance rubygems
MASTER_SITES= RG
MAINTAINER= ruby at 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>
Modified: head/finance/rubygem-money/distinfo
==============================================================================
--- head/finance/rubygem-money/distinfo Thu Dec 5 20:28:30 2013 (r335708)
+++ head/finance/rubygem-money/distinfo Thu Dec 5 20:28:37 2013 (r335709)
@@ -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
Modified: head/finance/rubygem-money/pkg-descr
==============================================================================
--- head/finance/rubygem-money/pkg-descr Thu Dec 5 20:28:30 2013 (r335708)
+++ head/finance/rubygem-money/pkg-descr Thu Dec 5 20:28:37 2013 (r335709)
@@ -2,4 +2,4 @@ A library assists in handling money and
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/
More information about the svn-ports-all
mailing list