- Update to 2.7.0 to work updated dependencies
With hat: ruby@ PR: ports/161849 Submitted by: sunpoet
This commit is contained in:
parent
6fa7fd0dbc
commit
8c0563be88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284223
2 changed files with 9 additions and 8 deletions
|
@ -5,22 +5,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspec
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= romanbsd@yahoo.com
|
||||
COMMENT= Behaviour Driven Development in Ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RAKE= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
BUILD_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
|
||||
rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
||||
rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
|
||||
RUN_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
|
||||
rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
||||
rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RAKE= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/rspec-2.6.0.gem) = 9638cad0d5a0c17ba7871e600df381ecf551dd3ab382d2032b35983803dc5ed4
|
||||
SIZE (rubygem/rspec-2.6.0.gem) = 5632
|
||||
SHA256 (rubygem/rspec-2.7.0.gem) = 7f6809cc33d8d328d306311b8804cc1ef65182f2bcbaa01c5a0749dd7cbfcb40
|
||||
SIZE (rubygem/rspec-2.7.0.gem) = 5632
|
||||
|
|
Loading…
Reference in a new issue