- Update to 3.7.1
- Works with Ruby 1.9 now PR: ports/160244 Submitted by: swills (me) Approved by: Eric <freebsdports@chillibear.com> (maintainer)
This commit is contained in:
parent
882712e5ea
commit
2d0fb14ae6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281185
2 changed files with 4 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= money
|
||||
PORTVERSION= 3.7.0
|
||||
PORTVERSION= 3.7.1
|
||||
CATEGORIES= finance rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -19,8 +19,4 @@ USE_RUBY= yes
|
|||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not work with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/money-3.7.0.gem) = d5feb1a9c70340f800783423362254d68849197d52ac80a6860069d2fb9dfc0a
|
||||
SIZE (rubygem/money-3.7.0.gem) = 97280
|
||||
SHA256 (rubygem/money-3.7.1.gem) = 6c034a17d1ac7dcf75f02618cead5736b510993c35db641f14dd6a21ba80bcad
|
||||
SIZE (rubygem/money-3.7.1.gem) = 98304
|
||||
|
|
Loading…
Reference in a new issue